aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* msdosfs: Prevent buffer overflow when expanding win95 namesKristof Provost2016-04-262-9/+23
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-3/+2
* fs misc: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-153-5/+5
* msdosfs_rename: yet another unused value.Pedro F. Giffuni2016-02-071-3/+0
* msdosfs_rename: Unused valuePedro F. Giffuni2016-02-061-1/+0
* File systems that do not use the buffer cache (such as ZFS) mustRick Macklem2015-04-151-0/+1
* Do not call msdosfs_sync() on the read-only msdosfs mounts. In fact,Konstantin Belousov2015-04-051-6/+6
* Assert that an msdosfs mount is not read-only when FAT modificationsKonstantin Belousov2015-04-051-0/+6
* msdosfs: mark unused compat-mount fieldsKonstantin Belousov2015-03-221-4/+2
* Fix a bunch of -Wcast-qual warnings in msdosfs_conv.c, by usingDimitry Andric2015-01-291-6/+7
* ANSIfy msdosfsEd Maste2015-01-123-33/+17
* ANSIfy sys/fs/msdosfsEd Maste2015-01-096-286/+63
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, someKonstantin Belousov2014-12-211-0/+2
* The VOP_LOOKUP() implementations for CREATE op do not put the nameKonstantin Belousov2014-12-181-1/+1
* Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount.Konstantin Belousov2014-12-091-3/+7
* Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESSKonstantin Belousov2014-10-111-1/+1
* Generalize vn_get_ino() to allow filesystems to use custom vnodeKonstantin Belousov2014-07-141-52/+28
* In msdosfs_setattr(), add a check for result of the utimes(2)Konstantin Belousov2014-06-171-6/+3
* After r254627, the deupdate() started writing the directory entries toKonstantin Belousov2014-05-031-0/+11
* msdosfs: minor format fix - spaces vs tabPedro F. Giffuni2014-03-201-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-212-42/+63