kernel -- Per-mount syncer thread infrastructure.
[dragonfly.git] / sys / kern / vfs_sync.c
2011-12-26 Venkatesh Srinivaskernel -- Per-mount syncer thread infrastructure.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2011-01-10 Matthew Dillonkernel - Do a better job with the filesystem background...
2010-08-28 Matthew Dillonkernel - make kern/vfs_sync.c MPSAFE
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-24 Matthew Dillonkernel - Add additional fields to kinfo_cputime
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-07-13 Matthew DillonBUF/BIO - MPSAFE work on core buffer cache routines.
2009-07-13 Matthew Dillonbuffer cache - Control all access to the buf red-black...
2008-05-18 Matthew DillonFix a number of core kernel issues related to HAMMER...
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
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...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-04-19 Matthew DillonAbstract out the routines which manipulate the mountlist.
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-01-20 Matthew DillonProperly vget() vnodes that the syncer intends to VOP_F...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...