summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: r281562rmacklem2015-04-301-0/+1
* MFC r281121:kib2015-04-121-6/+6
* MFC r281120:kib2015-04-121-0/+6
* MFC r280342:kib2015-04-051-4/+2
* MFC r277898:dim2015-02-021-6/+7
* MFC r276007:kib2015-01-041-0/+2
* MFC r275897:kib2015-01-011-1/+1
* MFC r275638:kib2014-12-301-3/+7
* MFC r272952:kib2014-10-181-1/+1
* MFC r268606:kib2014-07-281-52/+28
* MFC r267564:kib2014-06-241-6/+3
* MFC r265275:kib2014-05-101-0/+11
* MFC: r263441:pfg2014-03-231-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-212-42/+63
* The fsync(2) call should sync the vnode in such way that even afterkib2013-05-022-13/+50
* - Correct spelling in commentsgabor2013-04-171-1/+1
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* Add currently unused flag argument to the cluster_read(),kib2013-03-141-2/+2
* Do not update the fsinfo block on each update of any fat block, thiskib2013-02-173-30/+45
* The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less thankib2013-02-011-2/+2
* Backup FATs were sometimes marked dirty by copying their first blockkib2013-02-011-1/+12
* The directory entry for dotdot was corrupted in the FAT32 case when movingkib2013-02-011-5/+13
* The mountmsdosfs() function had an insane sanity test, remove it.kib2013-02-011-2/+1
* Fix a backwards comment in markvoldirty().kib2013-02-011-1/+1
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-6/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* Use NULL instead of 0 for pointerskevlo2012-07-221-1/+1
* Remove unused thread argument to vrecycle().trasz2012-04-231-2/+1
* Remove unused thread argument from vtruncbuf().trasz2012-04-234-12/+10
* This change creates a new list of active vnodes associated withmckusick2012-04-201-1/+1
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-9/+2
* Add I/O accounting to msdos filesystem.mckusick2012-04-081-0/+4
* Clean up style(9) nitskevlo2012-03-041-4/+4
* Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests.kib2012-02-223-7/+7
* Fix found places where uio_resid is truncated to int.kib2012-02-211-2/+2
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Discarding local array based on return valueskevlo2011-12-221-14/+14
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.kib2011-11-225-1/+24
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-181-64/+48
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+1
* Report EBUSY instead of EROFS for attempt of deleting or renaming thekib2011-03-251-2/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-5/+0
* Fix a possible race where the directory dirent is moved to the locationkevlo2010-10-181-3/+8
* Ignore the return value of DE_INTERNALIZE().rpaulo2010-10-131-1/+1
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-102-2/+4
* Add a comment describing the reason for calling cache_purge(fvp).kib2010-10-081-0/+7
* The msdosfs lookup is case insensitive. Several aliases may be inserted forkib2010-10-071-0/+1
* Style fixes and removal of unneeded variable.trasz2010-05-061-2/+1
OpenPOWER on IntegriCloud