summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_denode.c
Commit message (Expand)AuthorAgeFilesLines
* Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests.kib2012-02-221-2/+2
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.kib2011-11-221-1/+8
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-5/+0
* Ignore the return value of DE_INTERNALIZE().rpaulo2010-10-131-1/+1
* 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
* Assert that the msdosfs vnode is (e)locked in several places.kib2010-02-281-2/+1
* Fix function name in the comment in the second location too.kib2010-02-131-1/+1
* Use M_ZERO instead of calling bzero().kib2010-02-131-3/+2
* - Hold a reference on the cdev a filesystem is mounted from in the mount.jhb2009-02-271-1/+0
* Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfstrasz2009-01-111-0/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+4
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-4/+2
* Implement the async (really, delayed-write) mount option for msdosfs.bde2007-10-191-2/+2
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;bde2007-08-071-11/+10
* Remove unused include(s).bde2007-08-071-4/+4
* Remove unused include(s).bde2007-08-071-2/+0
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-1/+10
* Replace slightly crummy fattime<->timespec conversion functions.phk2006-10-241-1/+2
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+4
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Ensure the full value is written into inode variables.obrien2005-09-071-2/+2
* Give msdosfs a unique inode number which is really the byteoffset ofphk2005-04-071-9/+25
* - Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert().jeff2005-03-251-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+3
* Eliminate cdev pointer in inodes, they're not used or needed.phk2005-03-151-3/+1
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-2/+0
* Simplify the vfs_hash calling convention.phk2005-03-151-10/+0
* Use vfs_hash instead of home-rolling.phk2005-03-141-119/+27
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-1/+0
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove the de_devvp and stop VREF'ing it for every vnode we create.phk2004-12-021-7/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-1/+1
* Move MSDOSFS to GEOM backing instead of DEVFS.phk2004-10-291-1/+0
* Create simple function init_va_filerev() for initializing a va_filerevphk2004-09-071-21/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-051-1/+0
* Fix a bug where a truncate operation involving truncate() or ftruncate() ontrhodes2003-06-271-17/+10
* It appears that msdosfs_init() is called multiple times. This happensimp2003-04-101-0/+13
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-3/+0
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-4/+4
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* When a cluster entry for ``.'' is set to 0, msdosfs fails to handle ittrhodes2002-08-161-0/+11
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+3
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove __P.alfred2002-03-191-4/+3
OpenPOWER on IntegriCloud