kernel - namecache MPSAFE work
[dragonfly.git] / sys / kern / vfs_mount.c
2009-12-21 Matthew Dillonkernel - namecache MPSAFE work
2009-10-08 Matthew Dillonkernel - Major performance changes to VM page management.
2009-08-10 Matthew DillonNFS - Cleanly unmount NFS on halt/shutdown/reboot
2009-08-04 Matthew DillonDEVS - rollup - kernel core
2008-12-17 Michael NeumannRefactor filesystem types list and fix bug.
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-07-14 Matthew DillonFix a bug in vmntvnodescan() revealed by the recent...
2008-07-08 Matthew DillonCleanup - move a warning so it doesn't spam the screen...
2008-05-18 Matthew DillonHAMMER 46B/Many: Stabilization pass
2008-05-18 Matthew DillonFix a number of core kernel issues related to HAMMER...
2008-05-02 Simon SchubertProperly yield to userland processes.
2008-02-10 Simon SchubertYield after processing a couple of vnodes to avoid...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2007-06-14 Matthew DillonWhen getnewvnode() is called the vnode's v_type default...
2007-05-13 Matthew DillonFix a vnode recyclement namecache<->vnode deadlock...
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2007-01-12 Matthew DillonAdd missing link options to export global symbols to...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-19 Matthew DillonRemove the last bits of code that stored mount point...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-11 Matthew DillonVNode sequencing and locking - part 2/4.
2006-08-09 Matthew DillonVNode sequencing and locking - part 1/4.
2006-08-08 Matthew DillonLK_NOPAUSE no longer serves a purpose, scrap it.
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
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 DillonRemove the thread pointer argument to lockmgr(). All...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-04-20 Matthew DillonGet rid of VPLACEMARKER and retool vmntvnodescan()...
2005-04-19 Matthew DillonAbstract out the routines which manipulate the mountlist.
2005-04-02 Matthew DillonThe vnode recycler was not handling a hardlinking case...
2005-02-09 Matthew DillonFix a case that can prevent the vnlru_proc vnode recycl...
2005-02-04 Joerg SonnenbergerReadd the copystr for f_mntfromname of root. It wasn...
2005-02-02 Joerg SonnenbergerDon't use the statfs field f_mntonname in filesystems...
2004-12-29 Matthew DillonJournaling layer work.
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
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...