index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
fs
/
filecorefs
/
filecore_lookup.c
Age
Commit message (
Expand
)
Author
2022-08-06
s/blity/bility/ in various words, mainly in comments.
andvar
2014-10-04
Change filecore to vcache.
hannken
2014-06-03
Introduce two helper functions to centralise the namecache statistics
joerg
2014-02-07
Change vnode operation lookup to return the resulting vnode *vpp unlocked.
hannken
2013-10-20
remove unused
christos
2012-12-20
Change bread() and breadn() to never return a buffer on
hannken
2012-11-05
Excise struct componentname from the namecache.
dholland
2012-11-05
Disentangle the namecache from the internals of namei.
dholland
2012-07-22
Move some the test for MAKEENTRY into the cache_enter(9). Make some
rmind
2010-06-24
Clean up vnode lock operations pass 2:
hannken
2010-01-08
The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
pooka
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2007-10-08
Merge brelse() changes from the vmlocking branch.
ad
2006-12-09
a smorgasbord of improvements to vnode locking and path lookup:
chs
2006-05-14
integrate kauth.
elad
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2002-12-23
move filecorefs code from sys/filecorefs to sys/fs/filecorefs
jdolecek