kernel - Change lockmgr LK_SHARED behavior to fix improper recursion return
[dragonfly.git] / sys / vfs / ufs / ffs_rawread.c
2012-08-21 Matthew Dillonkernel - Change lockmgr LK_SHARED behavior to fix impro...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-08-15 Matthew Dillonkernel - split the pbuf subsystem into two (kva and...
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
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-19 Matthew DillonMiscellanious performance adjustments to the kernel
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-08-08 Matthew DillonLK_NOPAUSE no longer serves a purpose, scrap it.
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-04-30 Matthew DillonRemove buf->b_saveaddr, assert that vmapbuf() is only...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-25 Sascha WildnerRemove unused variable.
2006-03-25 Matthew DillonAdd the initialization of blockoff back in, the variabl...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-06-06 David RhodusReplace spl with critical sections.
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-07-18 David RhodusPerform some basic cleanups. Change some types over...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-09-08 Matthew DillonConvert DIRECTIO code to DragonFly.
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-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: