MFC: fstest regression fixes - POSIX error codes.
[dragonfly.git] / sys / kern / vfs_nlookup.c
2009-07-15 Simon 'corecode... MFC: fstest regression fixes - POSIX error codes.
2009-05-04 Matthew DillonThe kernel permissions check code was not checking...
2009-05-04 Matthew DillonFix sticky bit directory handling for deletions.
2009-05-04 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...