AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / sys / vfs / nullfs / null_vfsops.c
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-09-05 Matthew DillonFix an endless recursion and double fault which could...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-10-10 Matthew DillonCorrect a compiler warning from the last commit.
2006-10-10 Matthew DillonNULLFS was not releasing a reference to the root of...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-08-09 Matthew DillonVNode sequencing and locking - part 1/4.
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-05-06 Matthew DillonRemove the thread argument from all mount->vfs_* functi...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-01-04 Matthew DillonMostly fix nullfs. There are still namespace race...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-02-02 Joerg SonnenbergerDon't use the statfs field f_mntonname in filesystems...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-21 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 12/21: nullfs.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: