kernel - namecache MPSAFE work
[dragonfly.git] / sys / sys / namecache.h
2009-12-21 Matthew Dillonkernel - namecache MPSAFE work
2009-12-20 Matthew Dillonkernel - remove FSMID support
2009-08-04 Matthew DillonDEVFS - rollup, namecache invalidation
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-08 Matthew DillonFix a race between the namecache and the vnode recycler...
2007-05-13 Matthew DillonFix a vnode recyclement namecache<->vnode deadlock...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-19 Matthew DillonRemove the last bits of code that stored mount point...
2006-06-04 Matthew DillonMisc cleanup - move another namecache list scan into...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-04-25 Matthew DillonGet rid of the weird FSMID update path in the vnode...
2006-03-30 Matthew DillonFix a race condition between nlookup and vnode reclamat...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-08-25 Matthew DillonImplement FSMID. Use one of the spare 64 bit fields...
2005-02-12 Matthew DillonFix a cache_resolve() vs cache_inval() race which can...
2005-01-31 Joerg SonnenbergerSplit vn_fullpath into cache_fullpath and vn_fullpath...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-11-18 Matthew DillonCleanup some dangling issues with cache_inval(). A...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-19 Matthew DillonFix bugs in the limiting code for negative-hit namecach...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7d/99: More firmin...
2004-10-02 Matthew DillonVFS messaging/interfacing work stage 7b/99: More firmin...
2004-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-09-28 Matthew DillonVFS messaging/interfacing work stage 6/99. Populate...
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5/99. Start work...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-06-03 Hiten PandyaCleanup the textvp_fullpath() function; summary of...
2004-04-08 Matthew Dillonnamecache work stage 4a: Do some minor performance...
2004-04-08 Matthew Dillonnamecache work stage 4:
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-09-28 Matthew Dillonnamecache work stage 2: move struct namecache to its...