aboutsummaryrefslogtreecommitdiff
path: root/sys/coda/coda_subr.c
Commit message (Expand)AuthorAgeFilesLines
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-1/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-2/+2
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-041-5/+2
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.Alexander Kabaev2003-11-051-3/+3
* Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.Bruce Evans2003-10-051-2/+1
* - Check XLOCK prior to accessing v_data.Jeff Roberson2003-10-051-0/+6
* - Make proper use of the mntvnode_mtx. We do not need the loop labelJeff Roberson2003-10-041-3/+5
* Add support for the Coda 6.x venus<->kernel interface. This extendsTim J. Robbins2003-09-071-45/+44
* Use __FBSDID().David E. O'Brien2003-06-101-5/+4
* - Use vrefcnt() instead of directly accessing v_usecount.Jeff Roberson2002-09-251-8/+8
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-2/+4
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Don't put a line break in string literals. GCC 3.1 complains and GCCMarcel Moolenaar2002-04-201-13/+10
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-231-2/+2
* Backed out vestiges of the quick fixes for the transient breakage ofBruce Evans2001-10-131-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+2
* fix it so it compiles againMatt Jacob2001-04-231-0/+2
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Delete unused #include <sys/select.h>.Garrett Wollman2001-01-091-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove the RCS "Log" and all the verbiage it has generated.Poul-Henning Kamp1999-07-211-177/+3
* Clean up the KLD/LKM goop a bit.Peter Wemm1999-01-171-5/+7
* Venus must be passed O_CREAT flag on VOP_OPEN iff this isRobert V. Baron1998-10-281-17/+6
* Fixes for lkm:Robert V. Baron1998-09-291-2/+7
* Put "stray" printouts under DIAGNOSTIC. Make everything buildRobert V. Baron1998-09-251-3/+11
* Finish conversion of cfs -> codaRobert V. Baron1998-09-131-7/+11
* All the references to cfs, in symbols, structs, and stringsRobert V. Baron1998-09-111-134/+133
* Clean LINTRobert V. Baron1998-09-061-3/+7
* Pass2 completeRobert V. Baron1998-09-021-50/+36
* Very Preliminary CodaRobert V. Baron1998-08-291-0/+750