summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+1
* 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
* Reclaim directory vnodes held in namecache if few free vnodes aretanimura2001-04-181-2/+66
* Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode topeter2001-04-111-0/+80
* Use the same API as the example code.peter2001-03-201-6/+8
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-171-13/+6
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Untangle vfsinit() a bit. Use seperate sysinit functions rather thanpeter2000-12-061-3/+5
* o Export nchstats ("VFS cache effectiveness statistics") usingrwatson2000-11-201-0/+4
* Add new flag PDIRUNLOCK to the component.cn_flags which should be set bybp2000-09-171-7/+18
* Change variable naming to be consistent with the rest of VFS code.bp2000-09-101-25/+23
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-051-9/+6
* Back out the previous change to the queue(3) interface.jake2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-5/+5
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().green2000-04-261-0/+110
* Move the declaration of "struct namecache" to vnode.h, as it can be usefulgreen2000-04-221-16/+0
* Avoid a panic in __getcwd(2) when combined with umount -f.peter2000-02-141-0/+2
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-13/+142
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a braino in the v_id wraparound code. Give more (current) detailsphk1999-04-241-9/+17
* Don't use CTL_VFS at the wrong level. This caused loops in the sysctlbde1998-09-091-3/+2
* Removed some bogus casts.bde1997-12-191-3/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-5/+2
* VFS mega cleanup commit (x/N)phk1997-10-161-3/+2
* vnops megacommitphk1997-10-151-3/+2
* Add one more counter so we can truly find out how good our name cachephk1997-09-241-2/+7
* A couple of handles to tweak, more statistics.phk1997-09-241-1/+31
* Revert to the previous hashing, double the hashtable size instead.phk1997-09-041-4/+7
* Use 2^N hash sizes rather than primesize, this replaces a divisionphk1997-09-031-12/+10
* Removed unused #includes.bde1997-09-021-3/+1
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-311-7/+8
* Uncut&paste cache_lookup().phk1997-08-261-1/+84
* remove unused MAXVNODEUSE macro.phk1997-08-041-2/+1
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thephk1997-05-041-107/+105
* Fixed the hash formula. Lite2 doesn't have phashinit(), so Lite2's hashbde1997-03-081-14/+14
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-71/+87
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-1/+7
* kern_conf.c: remove a now unused variable.phk1995-12-221-7/+8
* Another mega commit to staticize things.phk1995-12-141-7/+10
* Second batch of cleanup changes.phk1995-10-291-2/+2
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-3/+6
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Fixed serious off by one bug I introduced that will likely cause thedg1995-04-151-3/+3
* kern_subr.c:dg1995-04-041-5/+5
* Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cachedg1995-03-191-2/+2
* Update a couple of counters.phk1995-03-121-1/+3
* Whoops, back out that last change - I misread what Poul had done there.dg1995-03-101-2/+2
OpenPOWER on IntegriCloud