aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* The fsync(2) call should sync the vnode in such way that even afterKonstantin Belousov2013-05-022-13/+50
* - Correct spelling in commentsGabor Kovesdan2013-04-171-1/+1
* - Correct mispellings of the word necessaryGabor Kovesdan2013-04-171-1/+1
* Add currently unused flag argument to the cluster_read(),Konstantin Belousov2013-03-141-2/+2
* Do not update the fsinfo block on each update of any fat block, thisKonstantin Belousov2013-02-173-30/+45
* The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less thanKonstantin Belousov2013-02-011-2/+2
* Backup FATs were sometimes marked dirty by copying their first blockKonstantin Belousov2013-02-011-1/+12
* The directory entry for dotdot was corrupted in the FAT32 case when movingKonstantin Belousov2013-02-011-5/+13
* The mountmsdosfs() function had an insane sanity test, remove it.Konstantin Belousov2013-02-011-2/+1
* Fix a backwards comment in markvoldirty().Konstantin Belousov2013-02-011-1/+1
* r16312 is not any longer real since many years (likely since when VFSAttilio Rao2012-11-191-6/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-1/+0
* Use NULL instead of 0 for pointersKevin Lo2012-07-221-1/+1
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-231-2/+1
* Remove unused thread argument from vtruncbuf().Edward Tomasz Napierala2012-04-234-12/+10
* This change creates a new list of active vnodes associated withKirk McKusick2012-04-201-1/+1
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.Kirk McKusick2012-04-171-9/+2
* Add I/O accounting to msdos filesystem.Kirk McKusick2012-04-081-0/+4
* Clean up style(9) nitsKevin Lo2012-03-041-4/+4
* Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests.Konstantin Belousov2012-02-223-7/+7
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-2/+2
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-1/+1
* Discarding local array based on return valuesKevin Lo2011-12-221-14/+14
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.Konstantin Belousov2011-11-225-1/+24
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-64/+48
* This update changes the mnt_flag field in the mount structure fromKirk McKusick2011-07-241-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-1/+1
* Report EBUSY instead of EROFS for attempt of deleting or renaming theKonstantin Belousov2011-03-251-2/+2
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Remove prtactive variable and related printf()s in the vop_inactiveKonstantin Belousov2010-11-191-5/+0
* Fix a possible race where the directory dirent is moved to the locationKevin Lo2010-10-181-3/+8
* Ignore the return value of DE_INTERNALIZE().Rui Paulo2010-10-131-1/+1
* The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-102-2/+4
* Add a comment describing the reason for calling cache_purge(fvp).Konstantin Belousov2010-10-081-0/+7
* The msdosfs lookup is case insensitive. Several aliases may be inserted forKonstantin Belousov2010-10-071-0/+1
* Style fixes and removal of unneeded variable.Edward Tomasz Napierala2010-05-061-2/+1
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-13/+2
* mountmsdosfs: reject too high value of bytes per clusterAndriy Gapon2010-04-021-0/+1
* When returning error from msdosfs_lookup(), make sure that *vpp is NULL.Konstantin Belousov2010-03-031-3/+6
* Do not leak vnode lock when msdosfs mount is updated and specifiedKonstantin Belousov2010-03-021-3/+2
* Only destroy pm_fatlock on error if it was initialized.Konstantin Belousov2010-03-021-1/+1
* Mark msdosfs as mpsafe.Konstantin Belousov2010-02-281-0/+1
* Fix the race between dotdot lookup and forced unmount, by usingKonstantin Belousov2010-02-281-23/+81
* Use pm_fatlock to protect per-filesystem rb tree used to allocate filenoKonstantin Belousov2010-02-281-10/+6
* Add assertions for FAT bitmap state.Konstantin Belousov2010-02-281-0/+8
* Use pm_fatlock to protect fat bitmap.Konstantin Belousov2010-02-282-12/+38
* Add per-mountpoint lockmgr lock for msdosfs. It is intended to be usedKonstantin Belousov2010-02-282-1/+19