summaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Partial MFC r215548:Konstantin Belousov2010-11-261-5/+0
* MFC r213664:Konstantin Belousov2010-10-272-2/+4
* MFC r214001:Kevin Lo2010-10-251-3/+8
* MFC r213508:Konstantin Belousov2010-10-141-0/+8
* MFC r204111: Fix common misspelling of hierarchyUlrich Spörlein2010-08-261-1/+1
* MFC r206098: mountmsdosfs: reject too high value of bytes per clusterAndriy Gapon2010-04-121-0/+1
* MFC r204475:Konstantin Belousov2010-03-241-0/+1
* MFC r204589:Konstantin Belousov2010-03-241-3/+2
* MFC r204474:Konstantin Belousov2010-03-241-24/+85
* MFC r204473:Konstantin Belousov2010-03-241-10/+6
* MFC r204472:Konstantin Belousov2010-03-241-0/+8
* MFC r204471:Konstantin Belousov2010-03-242-12/+38
* MFC r204470:Konstantin Belousov2010-03-242-1/+19
* MFC r204469:Konstantin Belousov2010-03-241-3/+2
* MFC r204468:Konstantin Belousov2010-03-241-2/+2
* MFC r204467:Konstantin Belousov2010-03-241-2/+0
* MFC r204466:Konstantin Belousov2010-03-242-8/+8
* MFC r204465:Konstantin Belousov2010-03-241-21/+0
* MFC r203827:Konstantin Belousov2010-02-276-23/+24
* MFC r203866:Konstantin Belousov2010-02-211-1/+2
* MFC r203826:Konstantin Belousov2010-02-201-4/+3
* MFC r203822:Konstantin Belousov2010-02-201-3/+0
* Fix r193923 by noting that type of a_fp is struct file *, not int.Konstantin Belousov2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argsKonstantin Belousov2009-06-101-1/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-10/+15
* - Hold a reference on the cdev a filesystem is mounted from in the mount.John Baldwin2009-02-275-12/+14
* Right now, when trying to unmount a device that's already gone,Edward Tomasz Napierala2009-02-231-3/+3
* Turn a "panic: non-decreasing id" into an error printf. This seemsEdward Tomasz Napierala2009-01-131-2/+5
* Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfsEdward Tomasz Napierala2009-01-111-0/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala2008-12-161-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-282-8/+9
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-232-5/+5
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-101-6/+5
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-201-1/+1
* In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers wereKonstantin Belousov2008-09-011-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-9/+7
* The uniqdosname() function takes char[12] as it third argument.Konstantin Belousov2008-07-041-1/+1
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-162-36/+0
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-0/+18
* - Complete part of the unfinished bufobj work by consistently usingJeff Roberson2008-03-221-0/+4
* Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.Marcel Moolenaar2008-02-211-8/+7
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-4/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-133-25/+23
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-103-5/+5
* o English lesson from bde@: "iff" is not a typo, it means "if and only if".Maxim Konovalov2007-11-181-1/+1
* o Fix a typo in the comment.Maxim Konovalov2007-11-171-1/+1
* Remove some debugging code that, while useful, doesn't belong in the committedTom Rhodes2007-10-252-16/+6
* Fixes to msdosfs dirtyflag related stuff:Xin LI2007-10-221-26/+42
* Implement the async (really, delayed-write) mount option for msdosfs.Bruce Evans2007-10-194-10/+18