VFS accounting: implement an initialization framework
[dragonfly.git] / sys / kern / vfs_init.c
2011-12-03 Francois TigeotVFS accounting: implement an initialization framework
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-08-11 François TigeotImplement a new vfs function, vfs_account()
2009-12-27 Matthew Dillonkernel - Add per-mount token to replace mplock.
2009-02-14 Sascha WildnerSilence some -Wold-style-definition warnings.
2008-12-17 Michael NeumannRefactor filesystem types list and fix bug.
2008-06-01 Matthew Dillon* Implement new system calls in the kernel: statvfs...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-06-01 Matthew DillonUse the MP friendly objcache instead of zalloc to alloc...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
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:
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
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-03-16 Hiten PandyaGive the VFS initialisation functions an update:
2004-03-15 Matthew DillonDo not free the old VFS vector when recomputing the...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: