summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1_cvscvs2svn2000-09-251-1/+1
* MFC: merge in various cosmetic cleanups:Kelly Yancey2000-07-191-9/+6
* MFC: textvp_fullpath()Dag-Erling Smørgrav2000-06-201-0/+94
* Avoid a panic in __getcwd(2) when combined with umount -f.Peter Wemm2000-02-141-0/+2
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-031-13/+142
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a braino in the v_id wraparound code. Give more (current) detailsPoul-Henning Kamp1999-04-241-9/+17
* Don't use CTL_VFS at the wrong level. This caused loops in the sysctlBruce Evans1998-09-091-3/+2
* Removed some bogus casts.Bruce Evans1997-12-191-3/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-5/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-3/+2
* vnops megacommitPoul-Henning Kamp1997-10-151-3/+2
* Add one more counter so we can truly find out how good our name cachePoul-Henning Kamp1997-09-241-2/+7
* A couple of handles to tweak, more statistics.Poul-Henning Kamp1997-09-241-1/+31
* Revert to the previous hashing, double the hashtable size instead.Poul-Henning Kamp1997-09-041-4/+7
* Use 2^N hash sizes rather than primesize, this replaces a divisionPoul-Henning Kamp1997-09-031-12/+10
* Removed unused #includes.Bruce Evans1997-09-021-3/+1
* Change the 0xdeadb hack to a flag called VDOOMED.Poul-Henning Kamp1997-08-311-7/+8
* Uncut&paste cache_lookup().Poul-Henning Kamp1997-08-261-1/+84
* remove unused MAXVNODEUSE macro.Poul-Henning Kamp1997-08-041-2/+1
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thePoul-Henning Kamp1997-05-041-107/+105
* Fixed the hash formula. Lite2 doesn't have phashinit(), so Lite2's hashBruce Evans1997-03-081-14/+14
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-71/+87
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-1/+7
* kern_conf.c: remove a now unused variable.Poul-Henning Kamp1995-12-221-7/+8
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-7/+10
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+2
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-3/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Fixed serious off by one bug I introduced that will likely cause theDavid Greenman1995-04-151-3/+3
* kern_subr.c:David Greenman1995-04-041-5/+5
* Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cacheDavid Greenman1995-03-191-2/+2
* Update a couple of counters.Poul-Henning Kamp1995-03-121-1/+3
* Whoops, back out that last change - I misread what Poul had done there.David Greenman1995-03-101-2/+2
* Don't thrash the name cache while trying to fill up the object cache.David Greenman1995-03-101-2/+2
* Clean up and improve the namecache.Poul-Henning Kamp1995-03-091-105/+130
* Another little optimization to the nameicache.Poul-Henning Kamp1995-03-081-14/+4
* Improve the quality of the hash used in the namei-cache.Poul-Henning Kamp1995-03-081-3/+3
* Update vfs_cache.c to use the <sys/queue.h> macros. This makes it easierPoul-Henning Kamp1995-03-061-113/+64
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-13/+24
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+4
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+328