summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix r193923 by noting that type of a_fp is struct file *, not int.kib2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-101-1/+1
* 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-275-12/+14
* Right now, when trying to unmount a device that's already gone,trasz2009-02-231-3/+3
* Turn a "panic: non-decreasing id" into an error printf. This seemstrasz2009-01-131-2/+5
* Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfstrasz2009-01-111-0/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+1
* 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
OpenPOWER on IntegriCloud