summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-5/+0
* Fix a possible race where the directory dirent is moved to the locationkevlo2010-10-181-3/+8
* Ignore the return value of DE_INTERNALIZE().rpaulo2010-10-131-1/+1
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-102-2/+4
* Add a comment describing the reason for calling cache_purge(fvp).kib2010-10-081-0/+7
* The msdosfs lookup is case insensitive. Several aliases may be inserted forkib2010-10-071-0/+1
* Style fixes and removal of unneeded variable.trasz2010-05-061-2/+1
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-13/+2
* mountmsdosfs: reject too high value of bytes per clusteravg2010-04-021-0/+1
* When returning error from msdosfs_lookup(), make sure that *vpp is NULL.kib2010-03-031-3/+6
* 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
* Fix the race between dotdot lookup and forced unmount, by usingkib2010-02-281-23/+81
* Use pm_fatlock to protect per-filesystem rb tree used to allocate filenokib2010-02-281-10/+6
* Add assertions for FAT bitmap state.kib2010-02-281-0/+8
* Use pm_fatlock to protect fat bitmap.kib2010-02-282-12/+38
* Add per-mountpoint lockmgr lock for msdosfs. It is intended to be usedkib2010-02-282-1/+19
* In msdosfs deget(), properly handle the case when the vnode is found in hash.kib2010-02-281-3/+2
* In msdosfs_inactive(), reclaim the vnodes both for SLOT_DELETED andkib2010-02-281-2/+2
* Remove seemingly unneeded unlock/relock of the dvp in msdosfs_rmdir,kib2010-02-281-2/+0
* Assert that the msdosfs vnode is (e)locked in several places.kib2010-02-282-8/+8
* Remove unused global statistic about fat cache usage.kib2010-02-281-21/+0
* Fix common misspelling of hierarchyuqs2010-02-201-1/+1
* Invalid filesystem might cause the bp to be never read.kib2010-02-141-1/+2
* Fix function name in the comment in the second location too.kib2010-02-131-1/+1
* - Add idempotency guards so the structures can be used in other utilities.kib2010-02-136-23/+24
* Use M_ZERO instead of calling bzero().kib2010-02-131-3/+2
* Remove unused macros.kib2010-02-131-3/+0
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* 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
OpenPOWER on IntegriCloud