summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_denode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* KSE Milestone 2julian2001-09-121-12/+12
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-5/+5
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-8/+8
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-14/+12
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.bp2000-10-221-3/+4
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+5
* Fix memory leakage on module unload.bp2000-06-291-0/+10
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Supported non-512 bytes/sector format.nyan2000-01-271-1/+1
OpenPOWER on IntegriCloud