summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Round up the FAT block size to a multiple of the sector size so that i/obde2007-07-121-8/+6
* Fix some bugs involving the fsinfo block (many remain unfixed). This isbde2007-07-121-3/+2
* Revert previous, part of NFS that I didn't know about.trhodes2007-06-011-0/+20
* Garbage collect msdosfs_fhtovp; it appears unused and I have been usingtrhodes2007-06-011-20/+0
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-17/+0
* Add noatime to the list of mount options that msdosfs accepts.rodrigc2007-02-081-1/+1
* Style fixes: use ANSI C function declarations.rodrigc2007-02-081-31/+8
* Eliminate some dead code which was introduced in 1.23, yet was alwaysrodrigc2007-02-061-11/+0
* Fixing compilation bustage by removing references to opt_msdosfs.h.avatar2007-01-301-2/+0
* Add a "-o large" mount option for msdosfs. Convert compile-time checks forrodrigc2007-01-301-19/+34
* When performing a mount update to change a mount from read-only to read-write,rodrigc2007-01-061-4/+10
* Minor cleanup. If we are doing a mount update, and we pass inrodrigc2006-12-091-4/+8
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-18/+19
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+4
* When the volume is being downgraded from a read-write mode, markdelphij2006-08-031-0/+4
* mount_msdosfs.c:rodrigc2006-06-011-1/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-10/+5
* Properly parse the nowin95 mount option.rodrigc2005-11-191-5/+4
* Add "shortnames" and "longnames" mount options which arerodrigc2005-11-181-1/+5
OpenPOWER on IntegriCloud