summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix use after free in cache_lookup() - found by Pedrobeck2012-01-041-8/+9
* clean up a few things that where left to rot after bob's vfs cache work.thib2010-05-191-24/+11
* garbage collect the nchash variable that used to store thethib2009-08-241-2/+1
* Namecache revamp.beck2009-08-121-147/+179
* Remove the VREF() macro and replaces all instances with a call to verf(),thib2009-07-091-2/+2
* another oops.tedu2008-10-241-10/+8
* a better fix for the "uvm_km thread runs out of memory" problem.tedu2008-10-231-8/+10
* The optimization done in 1.19 (and repaired in 1.20) results inderaadt2008-10-201-9/+14
* Add a PR_ZERO flag for pools, to compliment the M_ZEROthib2008-05-061-3/+2
* english, okay jmc@pedro2007-06-211-5/+4
* back out vfs change - todd fries has seen afs issues, and I'm suspiciousbeck2007-05-301-87/+50
* missing couple of #ifdef DIAGNOSTIC and style nits from art@beck2007-05-291-6/+7
* Step one of some vnode improvements - change getnewvnode tobeck2007-05-291-47/+83
* Fix freeing of namecache entries in cache_purgevfs(), okay miod@ art@pedro2007-04-191-6/+7
* After we bumped the maximal number of vnodes by quite a bit we becameart2007-04-191-14/+8
* Make sure cache_revlookup() doesn't return invalid cache entries.pedro2006-01-211-2/+2
* Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@millert2005-06-181-12/+1
* fix one missed case for removing reverse name cache entries.marius2005-05-281-1/+5
* styling nits, ok marius@pedro2005-05-261-10/+10
* add a reverse name mapping into the namecache. (vnode->name)marius2005-05-261-23/+126
* Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@pedro2005-03-041-6/+3
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-261-6/+7
* cacheing -> cachingpedro2004-10-041-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* set *vpp to NULL on entry. this provides a good example for other fs.tedu2003-02-251-6/+3
* File system locking fixups, mostly from NetBSD:art2003-01-311-21/+102
* Change all variables definitions (int foo) in sys/sys/*.h to variablemiod2002-07-031-1/+3
* use hash.h for nfs_hash as well as namei's hashericj2002-07-021-3/+6
* Pool deals fairly well with physical memory shortage, but it doesn't dealart2002-01-231-2/+2
* Use correct M_CACHE type; art@ ok.fgsch2001-05-021-2/+2
* use pool for vfs cache.art2001-04-291-3/+7
* zap the newhashinit hack.art1999-04-281-2/+2
* From NetBSD: 960217 mergeniklas1996-03-031-2/+7
* initial import of NetBSD treederaadt1995-10-181-0/+282