convert VOP_UNLOCK and vrele into vput's; add proc parameter to union_dircache
[unix-history] / usr / src / sys / kern / vfs_cache.c
1995-03-23 Kirk McKusicktrack whiteout negative cache entries (from mycroft)
1995-03-19 Kirk McKusickmerge in code from Poul-Henning Kamp
1994-08-23 Kirk McKusickuse new queue.h data structures
1994-07-06 Kirk McKusickturn off MAKEENTRY flag when doingcache is disabled...
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1992-10-12 Keith Bosticmake kernel includes standard
1992-09-25 Kirk McKusickhave to check for insertion into head of an empty LRU...
1992-07-26 Kirk McKusickhave to verify that name is on hash chain before trying...
1992-07-23 Kirk McKusicknew cacheing structure
1992-07-14 Kirk McKusickadd namelength consistency check
1992-03-15 Chris Torekgcc lint
1992-02-04 John Heidemannmisc cleanups
1992-01-23 John Heidemannlookup converted to new form
1991-03-01 Kirk McKusickcache open with O_CREAT when the name already exists
1990-08-25 Kirk McKusicklint
1990-06-29 Keith Bosticnew copyright notice
1990-04-11 Kirk McKusickdynamically allocate the name cache and name cache...
1989-08-26 Kirk McKusickupdate for soft references and negative cacheing
1989-05-10 Kirk McKusickno caching for now
1989-05-05 Kirk McKusickdelete unneeded include of dir.h
1989-04-25 Kirk McKusickfirst bootable vnodes (extracted from vfs_lookup.c)