summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-282-8/+9
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-5/+5
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-6/+5
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers werekib2008-09-011-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-9/+7
* The uniqdosname() function takes char[12] as it third argument.kib2008-07-041-1/+1
* Move the head of byte-level advisory lock list from thekib2008-04-162-36/+0
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+18
* - 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
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-4/+2
* 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
OpenPOWER on IntegriCloud