kernel - add cache_unlink(), fix a rename issue.
[dragonfly.git] / sys / kern / vfs_nlookup.c
2012-08-24 Matthew Dillonkernel - add cache_unlink(), fix a rename issue.
2012-03-23 Matthew Dillonkernel - Fix mount refs interactions and umount races
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-08-10 Sascha Wildnerkernel: Staticize naccess().
2010-04-28 b86fixup errors for mkdir ...
2010-03-16 Matthew Dillonkernel - rework struct nchstats for systat
2010-03-14 Alex Hornungnlookup - introduce nlookup_init_root
2010-02-22 Matthew Dillonkernel - swapcache - Fix snocache and cache flags propa...
2010-02-17 Matthew Dillonkernel - SWAP CACHE part 20/many - add 'cache' and...
2009-12-21 Matthew Dillonkernel - namecache MPSAFE work
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-12-20 Matthew Dillonkernel - misc MPSAFe work
2009-08-08 Matthew Dillonfifos - fix broken mkfifo style fifos.
2009-07-28 Nicolas Therynew nlookup functions for "at" syscalls
2009-05-06 Matthew Dillonfstest regression fixes - POSIX error codes.
2009-05-06 Matthew DillonAdd kernel-layer support for chflags checks, remove...
2009-05-04 Matthew DillonThe kernel permissions check code was not checking...
2009-05-02 Matthew DillonFix sticky bit directory handling for deletions.
2009-04-02 Matt DillonFix permissions check for utimes() - owner can call...
2008-07-19 Matthew DillonO_CREAT was being allowed to leak through a read-only...
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2007-05-09 Matthew DillonFix a bug where multiple mounts on the same mount point...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
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-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-06-01 Matthew DillonUse the MP friendly objcache instead of zalloc to alloc...
2006-05-17 Matthew DillonPass the process (p) instead of the vnode (p->p_tracep...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonRemove the thread_t argument from vfs_busy() and vfs_un...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2005-04-19 Matthew DillonAbstract out the routines which manipulate the mountlist.
2005-03-09 Hiten PandyaAdd a new function to the nlookup API, called nlookup_s...
2004-12-27 Matthew DillonDo not allow '.' or '..' to be specified as the last...
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-07 Matthew DillonVFS messaging/interfacing work stage 7h/99: More firmin...
2004-10-07 Matthew DillonVFS messaging/interfacing work stage 7g/99: More firmin...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7e/99: More firmin...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7d/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...