summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r308025:kib2016-11-111-1/+1
* MFC r308019:kib2016-11-111-2/+1
* MFC r306276, but don't remove findwin95asomers2016-10-211-18/+2
* Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt askib2016-05-211-17/+13
* sys: extend use of the howmany() macro when available.pfg2016-04-261-3/+2
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-0/+1
* Do not call msdosfs_sync() on the read-only msdosfs mounts. In fact,kib2015-04-051-6/+6
* Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount.kib2014-12-091-3/+7
* Do not update the fsinfo block on each update of any fat block, thiskib2013-02-171-0/+38
* The mountmsdosfs() function had an insane sanity test, remove it.kib2013-02-011-2/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* 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
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.kib2011-11-221-0/+4
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+1
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-1/+3
* mountmsdosfs: reject too high value of bytes per clusteravg2010-04-021-0/+1
* Do not leak vnode lock when msdosfs mount is updated and specifiedkib2010-03-021-3/+2
* Only destroy pm_fatlock on error if it was initialized.kib2010-03-021-1/+1
* Mark msdosfs as mpsafe.kib2010-02-281-0/+1
* Use pm_fatlock to protect fat bitmap.kib2010-02-281-1/+4
* Add per-mountpoint lockmgr lock for msdosfs. It is intended to be usedkib2010-02-281-0/+6
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-10/+15
* - Hold a reference on the cdev a filesystem is mounted from in the mount.jhb2009-02-271-5/+10
* Right now, when trying to unmount a device that's already gone,trasz2009-02-231-3/+3
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-6/+5
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-221-0/+4
* Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.marcel2008-02-211-8/+7
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-5/+5
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* o English lesson from bde@: "iff" is not a typo, it means "if and only if".maxim2007-11-181-1/+1
* o Fix a typo in the comment.maxim2007-11-171-1/+1
* Fixes to msdosfs dirtyflag related stuff:delphij2007-10-221-26/+42
* Implement the async (really, delayed-write) mount option for msdosfs.bde2007-10-191-1/+1
* Add noclusterr and noclusterw options to the options list. I forgot thesebde2007-10-181-1/+1
* Fix some style bugs in the mount options list. Mainly, sort the list,bde2007-10-181-6/+7
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* On 6.x this works:jhb2007-08-151-1/+1
* Fix some style bugs (mainly some whitespace errors).bde2007-08-071-22/+20
* Sort includes.bde2007-08-071-11/+11
* Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onbde2007-08-071-1/+2
* Remove unused include(s).bde2007-08-071-2/+0
* Silently fix up the estimated next free cluster number from the fsinfobde2007-08-051-10/+12
* Oops, fix the fix for the i/o size of the fsinfo block. Its logbde2007-08-031-1/+1
* Make using msdosfs as the root file system sort of work:bde2007-07-231-3/+15
OpenPOWER on IntegriCloud