aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* makefs: share msdosfsmount.h between kernel msdosfs and makefsEd Maste2019-09-011-1/+3
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-291-4/+0
* msdosfs_fat: reduce diffs with NetBSD and makefsEd Maste2019-08-221-22/+22
* makefs: share denode.h between kernel msdosfs and makefsEd Maste2019-08-211-2/+4
* makefs: share fat.h between kernel msdosfs and makefsEd Maste2019-08-211-2/+2
* Remove "struct ucred*" argument from vtruncbufAlan Somers2019-05-241-1/+1
* Add vn_fsync_buf().Konstantin Belousov2019-04-091-7/+2
* Fix dirty buf exhaustion easily triggered with msdosfs.Konstantin Belousov2019-04-091-1/+11
* msdosfs: zero tail of the last block on truncation for VREG vnodes as well.Konstantin Belousov2019-04-031-10/+12
* Fix clobbering of the fatchain cache for clustered i/o's when fullBruce Evans2018-12-211-0/+16
* Quick fix for initialization of mnt_iosize_max. (This limit controlsBruce Evans2018-12-211-2/+5
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-3/+3
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-2/+4
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-141-0/+4
* msdosfs: fixes for Undefined Behavior.Pedro F. Giffuni2018-08-081-5/+5
* msdosfs: trim EOL whitespaceEd Maste2018-07-315-7/+7
* msdosfs: use same max filesize #define as NetBSD and move to headerEd Maste2018-07-302-4/+4
* Revert msdosfs MAKEFS #ifdef changes from r319870Ed Maste2018-07-243-7/+6
* Revert change made in base r171522Kirk McKusick2018-05-161-1/+1
* msdosfs: use vfs_timestamp() to generate timestamps instead of getnanotime().Pedro F. Giffuni2018-05-062-5/+5
* msdosfs: long names of files are created incorrectly.Pedro F. Giffuni2018-05-041-1/+1
* Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf().John Baldwin2017-12-191-0/+3
* Support _PC_FILESIZEBITS in msdosfs' VOP_PATHCONF().John Baldwin2017-12-191-0/+3
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* msdosfs(5): Reflect READONLY attribute in file modeConrad Meyer2017-11-201-1/+3
* msdosfs: fix build with MSDOSFS_DEBUGEd Maste2017-10-194-7/+15
* Style.Konstantin Belousov2017-08-281-3/+3
* Verify that the BPB media descriptor and FAT ID match.Konstantin Belousov2017-08-281-7/+17
* Consistently use vop_stdpathconf() for default pathconf values.John Baldwin2017-07-111-7/+1
* msdosfs: reformat a comment to reduce NetBSD diffsEd Maste2017-06-221-8/+6
* msdosfs: adjust #ifdefs to be similar to NetBSDEd Maste2017-06-123-6/+13
* Remove msdosfs -o large support.Konstantin Belousov2017-06-094-245/+18
* msdosfs: use mem{cpy,move,set} instead of bcopy,bzeroEd Maste2017-06-025-17/+17
* msdosfs: constifyEd Maste2017-05-211-4/+4
* msdosfs: correct constant and typo in commentEd Maste2017-05-211-1/+1
* msdosfs: capitalize FAT appropriatelyEd Maste2017-05-217-60/+60
* msdosfs: use C99 typesEd Maste2017-05-199-133/+133
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-172-0/+2
* Use buffer pager for msdosfs.Konstantin Belousov2016-10-281-0/+36
* Enable vn_io_fault() deadlock avoidance for msdosfs.Konstantin Belousov2016-10-282-3/+9
* Ensure that cluster allocations never allocate clusters outside theKonstantin Belousov2016-10-281-4/+26
* If the fatchain() call in chainalloc() returned an error, revertKonstantin Belousov2016-10-281-1/+4
* Use symbolic name for the value of fully free word in pm_inusemap.Konstantin Belousov2016-10-281-5/+7
* Use symbolic name for the free cluster number.Konstantin Belousov2016-10-281-1/+1
* Fix comment formatting.Konstantin Belousov2016-10-281-6/+8
* Remove useless NULL check.Konstantin Belousov2016-10-281-2/+1
* Mount msdosfs with longnames support by default.Alan Somers2016-09-233-71/+2
* Implement VOP_FDATASYNC() for msdosfs.Konstantin Belousov2016-08-151-0/+1
* Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt asKonstantin Belousov2016-05-211-17/+13
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-294-5/+5