kernel - Fix missing lock in pbuf update (minor)
[dragonfly.git] / sys / sys / buf.h
2012-07-11 Matthew Dillonkernel - Fix missing lock in pbuf update (minor)
2012-03-28 Matthew Dillonkernel - Fix improper BUF_UNLOCK() with spinlock held
2012-03-22 Matthew Dillonkernel - Cluster fixes + Enable clustering for HAMMER1
2012-03-20 Matthew Dillonkernel - Fix buffer cache deadlock due to multiple...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-12 Matthew Dillonkernel - Upgrade buffer space tracking variables from...
2011-10-07 TimTRIM support
2011-04-10 Matthew Dillonkernel - Add breadcb() function - async I/O w/completio...
2011-01-19 Matthew Dillonkernel - Fix deadlock assertion panic with mmap/read...
2011-01-11 Matthew Dillonkernel - Enhance getcacheblk() (improve saturated write...
2010-11-15 Alex Hornungdm/nestbuf - Bind into devstat, clean up
2010-09-24 Matthew Dillonkernel - Work through some memory leaks in dsched
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-20 Matthew Dillonkernel - limit running io writes during fsync
2010-08-17 Matthew DillonHAMMER VFS - Expand vfs.hammer.debug_io capabilities
2010-08-16 Matthew Dillonkernel - revamp cluster_read API and improve performance
2010-08-15 Matthew Dillonkernel - split the pbuf subsystem into two (kva and...
2010-08-15 Matthew Dillonkernel - Add overlapping buffer test to the buffer...
2010-08-14 Matthew Dillonkernel - dm - Add support for BUF_CMD_FLUSH
2010-08-14 Matthew Dillonkernel - flag when bogus_page's are present
2010-06-27 Alex Hornungvfs_bio - Implement nestiobuf support
2010-04-15 Alex Hornungdsched - Tie the dsched framework into the system
2010-02-13 Matthew Dillonkernel - TMPFS - Add infrastructure to main kernel...
2010-02-12 Matthew Dillonkernel - SWAP CACHE part 19/many - distinguish bulk...
2010-01-12 Matthew DillonHAMMER VFS - REDO implementation base code part 3/many...
2009-10-08 Matthew Dillonkernel - Major performance changes to VM page management.
2009-08-24 Matthew DillonKernel - more NFS fixes, more dirty bit fixes, remove...
2009-08-20 Matthew DillonBIOQ - Create a more sophisticated bursting mechanic...
2009-08-20 Matthew DillonNATA - Convert sysctls to globals to make NATA compile ok
2009-08-19 Matthew Dillonbioqdisksort - refactor I/O queueing to fix read starva...
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-08-12 Matthew Dillonswap, amd64 - increase maximum swap space to 1TB x 4
2009-08-08 Matthew Dillonbioqdisksort - fixes to avoid starvation
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-14 Matthew DillonMPSAFE - Add read() and write() path MPSAFE support...
2009-07-13 Matthew DillonBUF/BIO - MPSAFE work on core buffer cache routines.
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-08-10 Matthew DillonImplement a bounce buffer for physio if the buffer...
2008-07-17 Matthew DillonCode documentation only: Describe B_NOCACHE
2008-07-14 Matthew DillonKernel support for HAMMER:
2008-06-28 Matthew DillonFix hopefully all possible deadlocks that can occur...
2008-06-28 Matthew DillonReplace the bwillwrite() subsystem to make it more...
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-06-12 Matthew DillonReimplement B_AGE. Have it cycle the buffer in the...
2008-06-09 Matthew DillonAdd an extern for hidirtybuffers.
2008-05-06 Matthew DillonKeep track of the number of buffers undgoing IO, and...
2008-04-22 Matthew DillonFix some IO sequencing performance issues and reformula...
2008-02-05 Matthew DillonHAMMER 25/many: Pruning code
2008-01-10 Matthew DillonFix buffer cache deadlocks by splitting dirty buffers...
2007-11-07 Matthew DillonAdd bio_ops->io_checkread and io_checkwrite - a read...
2007-11-06 Matthew DillonAdd regetblk() - reacquire a buffer lock. The buffer...
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-05-25 Matthew DillonFix several buffer cache issues related to B_NOCACHE.
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-04 Matthew DillonBlock devices generally truncate the size of I/O reques...
2006-05-03 Matthew Dillon- Clarify the definitions of b_bufsize, b_bcount, and...
2006-04-30 Matthew DillonRemove buf->b_saveaddr, assert that vmapbuf() is only...
2006-04-30 Matthew DillonRemove b_xflags. Fold BX_VNCLEAN and BX_VNDIRTY into...
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 DillonGet rid of the remaining buffer background bitmap code...
2006-04-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-04-27 Matthew DillonMove most references to the buffer cache array (buf...
2006-03-25 Matthew DillonClean up the extended lookup features in the red-black...
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-03-02 Matthew Dillonbuftimespinlock is utterly useless since the spinlock...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-08-12 Hiten PandyaMove bio_lblkno (logical blockno in a file) field back...
2005-08-09 Hiten PandyaWhitespace cleanup.
2005-08-08 Hiten PandyaMove the bswlist symbol into vm/vm_pager.c because...
2005-08-08 Hiten PandyaBUF/BIO cleanup 7/99:
2005-08-04 Hiten PandyaPut unused flag space definitions back to their origina...
2005-08-03 Hiten PandyaBring name of an unused flag field in line with the...
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-08-03 Hiten PandyaBUF/BIO cleanup 2/99:
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2004-07-17 Hiten PandyaBUF/BIO stage 2:
2004-07-16 Hiten PandyaAnnotate the b_xio field member of the BUF structure.
2004-07-14 Hiten PandyaBUF/BIO work, for removing the requirement of KVA mappi...
2004-02-16 Matthew DillonMake buftimetoken an extern so it is not declared as...
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
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: