index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix use after free in cache_lookup() - found by Pedro
beck
2012-01-04
1
-8
/
+9
*
clean up a few things that where left to rot after bob's vfs cache work.
thib
2010-05-19
1
-24
/
+11
*
garbage collect the nchash variable that used to store the
thib
2009-08-24
1
-2
/
+1
*
Namecache revamp.
beck
2009-08-12
1
-147
/
+179
*
Remove the VREF() macro and replaces all instances with a call to verf(),
thib
2009-07-09
1
-2
/
+2
*
another oops.
tedu
2008-10-24
1
-10
/
+8
*
a better fix for the "uvm_km thread runs out of memory" problem.
tedu
2008-10-23
1
-8
/
+10
*
The optimization done in 1.19 (and repaired in 1.20) results in
deraadt
2008-10-20
1
-9
/
+14
*
Add a PR_ZERO flag for pools, to compliment the M_ZERO
thib
2008-05-06
1
-3
/
+2
*
english, okay jmc@
pedro
2007-06-21
1
-5
/
+4
*
back out vfs change - todd fries has seen afs issues, and I'm suspicious
beck
2007-05-30
1
-87
/
+50
*
missing couple of #ifdef DIAGNOSTIC and style nits from art@
beck
2007-05-29
1
-6
/
+7
*
Step one of some vnode improvements - change getnewvnode to
beck
2007-05-29
1
-47
/
+83
*
Fix freeing of namecache entries in cache_purgevfs(), okay miod@ art@
pedro
2007-04-19
1
-6
/
+7
*
After we bumped the maximal number of vnodes by quite a bit we became
art
2007-04-19
1
-14
/
+8
*
Make sure cache_revlookup() doesn't return invalid cache entries.
pedro
2006-01-21
1
-2
/
+2
*
Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@
millert
2005-06-18
1
-12
/
+1
*
fix one missed case for removing reverse name cache entries.
marius
2005-05-28
1
-1
/
+5
*
styling nits, ok marius@
pedro
2005-05-26
1
-10
/
+10
*
add a reverse name mapping into the namecache. (vnode->name)
marius
2005-05-26
1
-23
/
+126
*
Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@
pedro
2005-03-04
1
-6
/
+3
*
Use list and queue macros where applicable to make the code easier to read;
miod
2004-12-26
1
-6
/
+7
*
cacheing -> caching
pedro
2004-10-04
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
set *vpp to NULL on entry. this provides a good example for other fs.
tedu
2003-02-25
1
-6
/
+3
*
File system locking fixups, mostly from NetBSD:
art
2003-01-31
1
-21
/
+102
*
Change all variables definitions (int foo) in sys/sys/*.h to variable
miod
2002-07-03
1
-1
/
+3
*
use hash.h for nfs_hash as well as namei's hash
ericj
2002-07-02
1
-3
/
+6
*
Pool deals fairly well with physical memory shortage, but it doesn't deal
art
2002-01-23
1
-2
/
+2
*
Use correct M_CACHE type; art@ ok.
fgsch
2001-05-02
1
-2
/
+2
*
use pool for vfs cache.
art
2001-04-29
1
-3
/
+7
*
zap the newhashinit hack.
art
1999-04-28
1
-2
/
+2
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-2
/
+7
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+282