index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_cache.c
Age
Commit message (
Expand
)
Author
2007-06-21
english, okay jmc@
Pedro Martelletto
2007-05-30
back out vfs change - todd fries has seen afs issues, and I'm suspicious
Bob Beck
2007-05-29
missing couple of #ifdef DIAGNOSTIC and style nits from art@
Bob Beck
2007-05-29
Step one of some vnode improvements - change getnewvnode to
Bob Beck
2007-04-19
Fix freeing of namecache entries in cache_purgevfs(), okay miod@ art@
Pedro Martelletto
2007-04-19
After we bumped the maximal number of vnodes by quite a bit we became
Artur Grabowski
2006-01-21
Make sure cache_revlookup() doesn't return invalid cache entries.
Pedro Martelletto
2005-06-18
Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@
Todd C. Miller
2005-05-28
fix one missed case for removing reverse name cache entries.
marius eriksen
2005-05-26
styling nits, ok marius@
Pedro Martelletto
2005-05-26
add a reverse name mapping into the namecache. (vnode->name)
marius eriksen
2005-03-04
Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@
Pedro Martelletto
2004-12-26
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2004-10-04
cacheing -> caching
Pedro Martelletto
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-25
set *vpp to NULL on entry. this provides a good example for other fs.
Ted Unangst
2003-01-31
File system locking fixups, mostly from NetBSD:
Artur Grabowski
2002-07-03
Change all variables definitions (int foo) in sys/sys/*.h to variable
Miod Vallat
2002-07-02
use hash.h for nfs_hash as well as namei's hash
Eric Jackson
2002-01-23
Pool deals fairly well with physical memory shortage, but it doesn't deal
Artur Grabowski
2001-05-02
Use correct M_CACHE type; art@ ok.
Federico G. Schwindt
2001-04-29
use pool for vfs cache.
Artur Grabowski
1999-04-28
zap the newhashinit hack.
Artur Grabowski
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt