aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-3/+5
* Eliminate v_id and v_ddid. The name cache now holds references toDavid Schultz2005-03-301-36/+10
* Merge kern___cwd() and vn_fullpath(), which were virtually identical,David Schultz2005-03-301-132/+89
* - Move the logic that locks and refs the new vnode from vfs_cache_lookup()Jeff Roberson2005-03-291-35/+33
* - Get rid of the old LOOKUP_SHARED code. namei() now supplies theJeff Roberson2005-03-291-30/+6
* - Invalidate the childrens v_dd pointers when we cache_purge() a directory.Jeff Roberson2005-03-291-8/+15
* - Remove an unused variable.Jeff Roberson2005-03-281-2/+0
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-21/+4
* - All of the bugs which lead to the complication of the LOOKUP_SHAREDJeff Roberson2005-03-241-52/+10
* Make a SYSCTL_NODE and a mutex staticPoul-Henning Kamp2005-02-101-2/+2
* - Simplify the cache locking. The lock order relationship with theJeff Roberson2005-01-241-37/+33
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* - Apply a big giant lock around the namecache. This has been sitting inJeff Roberson2003-10-051-27/+94
* Make the VFS cache use zones instead of malloc(9). This results in aDag-Erling Smørgrav2003-06-131-4/+33
* Whitespace cleanup.Dag-Erling Smørgrav2003-06-111-10/+10
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Backout the getcwd changes, a more comprehensive effort will be needed.Poul-Henning Kamp2003-03-201-375/+3
* (This commit certainly increases the need for a wash&clean of vfs_cache.c,Poul-Henning Kamp2003-03-171-3/+375
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* - Update a couple of comments to make sense with what today's code isAndrew R. Reiter2003-02-151-6/+12
* - Remove old comment for PURGE() as it no longer exists and implied itAndrew R. Reiter2003-02-151-2/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Split up __getcwd so that kernel callers of the internal versionIan Dowse2002-09-021-18/+30
* - Move a VOP assert to the right place.Jeff Roberson2002-08-051-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-2/+4
* nuke caddr_t.Alfred Perlstein2002-06-281-5/+5
* Disable the shared locking namei() code for now. It breaks several stackingJeff Roberson2002-05-141-4/+4
* Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable thisJeff Roberson2002-04-091-4/+4
* Remove a comment which relates to the old name cache code, whichDavid Malone2002-04-071-4/+0
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* This patch adds the "LOCKSHARED" option to namei which causes it to only acqu...Jeff Roberson2002-03-121-0/+63
* Document all functions, global and static variables, and sysctls.Eivind Eklund2002-03-051-4/+17
* Remove cache_purgeleafdirs(), it has been #if 0 for quite some time.Poul-Henning Kamp2002-02-171-60/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-0/+17
* Convert textvp_fullpath() into the more generic vn_fullpath() which takes aDag-Erling Smørgrav2001-10-211-9/+9
* After extensive testing it has been determined that adding complexityMatthew Dillon2001-10-011-0/+31
* KSE Milestone 2Julian Elischer2001-09-121-12/+12
* Fix a memory leak in __getcwd() that can occur after a filesystemIan Dowse2001-09-041-1/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+1
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Reclaim directory vnodes held in namecache if few free vnodes areSeigo Tanimura2001-04-181-2/+66
* Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode toPeter Wemm2001-04-111-0/+80
* Use the same API as the example code.Peter Wemm2001-03-201-6/+8
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).Peter Wemm2001-03-171-13/+6
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Untangle vfsinit() a bit. Use seperate sysinit functions rather thanPeter Wemm2000-12-061-3/+5
* o Export nchstats ("VFS cache effectiveness statistics") usingRobert Watson2000-11-201-0/+4