kernel - Fix two UFS+softupdates bugs
[dragonfly.git] / sys / vfs / ufs / ffs_softdep.c
2012-08-16 Matthew Dillonkernel - Fix two UFS+softupdates bugs
2012-08-16 Venkatesh Srinivaskernel -- ffs: Softdep lock and assorted fixes
2012-05-01 Venkatesh Srinivaskernel -- ffs: Soft updates locking fixes
2012-04-05 Sascha Wildnerkernel/ufs: Fix compilation without INVARIANTS.
2012-04-02 Venkatesh Srinivaskernel -- FFS: Take softdep lock in softdep_disk_io_ini...
2012-04-02 Venkatesh Srinivaskernel -- ffs: Replace softupdates critical section...
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-01-10 Matthew Dillonkernel - Do a better job with the filesystem background...
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-08-25 Matthew Dillonkernel - Make all bioops callbacks MPSAFE
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-07-23 Matthew DillonHAMMER / VFS_VGET - Add optional dvp argument to VFS_VG...
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...
2009-07-13 Matthew DillonMake operations on struct bio_track MPSAFE.
2008-06-28 Matthew DillonReplace the bwillwrite() subsystem to make it more...
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-11-07 Matthew DillonAdd bio_ops->io_checkread and io_checkwrite - a read...
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-04-12 Sascha WildnerAnsify parameter declarations.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-06-05 Matthew DillonCleanup crit_*() usage to reduce bogus warnings printed...
2006-06-04 Matthew DillonFix blocking races in various *_locate() functions...
2006-06-04 Matthew DillonAn inodedep might go away after the bwrite, do not...
2006-05-26 Matthew DillonRemove FFS function hooks used by UFS. Simply make...
2006-05-06 Matthew DillonRemove the thread argument from ffs_flushfiles(), ffs_m...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-05-05 Matthew DillonRemove VOP_BWRITE(). This function provided a way...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-28 Matthew DillonGet rid of the remaining buffer background bitmap code...
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-05 Matthew DillonReplace the global buffer cache hash table with a per...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-01-11 Simon SchubertImport a softdep fix from FreeBSD rev 1.183 by tegge:
2005-12-05 Matthew DillonFix a bug in our RB_SCAN calls. A critical section...
2005-11-16 Matthew DillonIf a /dev/<disk> device node is fsynced at the same...
2005-10-14 Matthew DillonBring another softupdates fix in from FreeBSD, FreeBSD...
2005-10-14 Matthew DillonFreeBSD commit message:
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-07-31 Matthew DillonStephan believes that this patch, just committed to...
2005-07-26 Matthew DillonAdd a new kernel compile debugging option, DEBUG_CRIT_S...
2005-07-26 Matthew DillonAdd a missing FREE_LOCK() call.
2005-06-06 David RhodusReplace spl with critical sections.
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-02-02 Joerg SonnenbergerDon't use the statfs field f_mntonname in filesystems...
2004-11-09 Matthew DillonFix another minor bug-a-boo inherited from 4.x sources...
2004-11-09 Matthew DillonCorrect a softupdates bug, an ir_savebp buffer was...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-09-16 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-07-18 David RhodusPerform some basic cleanups. Change some types over...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-03-15 Matthew DillonMove a drain output call to before a dirty block check...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-16 Matthew DillonRemove duplicate bioops declaration in preparation...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew Dillonoops, forgot one. Remove another curproc/cred dependancy
2003-07-06 Matthew DillonRemove td_proc dependancy on cred that is no longer...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
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-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: