summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-133-25/+23
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-103-5/+5
* 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
* Remove some debugging code that, while useful, doesn't belong in the committedtrhodes2007-10-252-16/+6
* Fixes to msdosfs dirtyflag related stuff:delphij2007-10-221-26/+42
* Implement the async (really, delayed-write) mount option for msdosfs.bde2007-10-194-10/+18
* 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
* In msdosfs_settattr(), don't do synchronous updates of the denodebde2007-10-181-1/+1
* Get rid of qaddr_t.alfred2007-10-161-3/+3
* Remove some of the pessimizations involving writing the fsi sector.bde2007-09-231-16/+0
* Fix races in msdosfs_lookup() and msdosfs_readdir(). These functionsbde2007-08-314-62/+64
* On 6.x this works:jhb2007-08-151-1/+1
* In msdosfs_read() and msdosfs_write(), don't check explicitly forbde2007-08-071-12/+21
* Fix and update the comments about the effect of the read-only flag on writing.bde2007-08-071-10/+16
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;bde2007-08-071-11/+10
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;bde2007-08-071-11/+9
* Fix some style bugs (mainly some whitespace errors).bde2007-08-071-22/+20
* Fix some style bugs (some whitespace errors only).bde2007-08-072-11/+11
* Sort includes.bde2007-08-071-10/+10
* Sort includes.bde2007-08-071-11/+11
* Sort includes.bde2007-08-071-9/+3
* Remove unused include(s).bde2007-08-071-10/+4
* Remove unused include(s).bde2007-08-074-11/+11
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2007-08-071-0/+2
* Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onbde2007-08-071-1/+2
* Remove unused include(s).bde2007-08-077-15/+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-032-2/+2
* Make using msdosfs as the root file system sort of work:bde2007-07-231-3/+15
* Implement vfs clustering for msdosfs.bde2007-07-201-6/+49
* Clean up before implementing vfs clustering for msdosfs:bde2007-07-202-37/+43
* 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-124-12/+3
* Don't use almost perfectly pessimal cluster allocation. Allocationbde2007-07-102-6/+5
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-8/+4
* 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
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-1/+10
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-17/+21
* 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-302-4/+0
* Fix spacing from my previous commit to this file:trhodes2007-01-301-1/+1
* Add a "-o large" mount option for msdosfs. Convert compile-time checks forrodrigc2007-01-302-36/+54
* Add a 3rd entry in the cache, which keeps the end positiontrhodes2007-01-162-3/+19
* When performing a mount update to change a mount from read-only to read-write,rodrigc2007-01-061-4/+10
* Eliminate obsolete comment, now that getushort() is implemented inrodrigc2007-01-051-4/+0
OpenPOWER on IntegriCloud