AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / kern / vfs_cluster.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-13 Matthew DillonBUF/BIO - MPSAFE work on core buffer cache routines.
2008-07-14 Matthew DillonKernel support for HAMMER:
2008-06-20 Matthew DillonFix a bug in cluster_read(). An error returned by...
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-05-18 Matthew DillonFix a number of core kernel issues related to HAMMER...
2008-05-18 Matthew DillonChange cluster_read() to not block on read-ahead buffer...
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...
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...
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-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-14 Simon SchubertFix two bugs in cluster_read:
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 DillonThe pbuf subsystem now initializes b_kvabase and b_kvas...
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-03-26 Sascha Wildnerstruct buf's b_bcount field has been changed from long...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-10 Matthew Dilloncluster_read() was very dangerously issuing a blind...
2006-03-05 Matthew DillonReplace the global buffer cache hash table with a per...
2006-02-21 Matthew Dillonbioops.io_start() was being called in a situation where...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-02-19 Joerg SonnenbergerCall the "cluster_save buffer" type just "cluster_save...
2004-07-14 Hiten PandyaBUF/BIO work, for removing the requirement of KVA mappi...
2004-06-01 Matthew DillonANSIfication. No operational changes.
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2003-08-26 Robert Garrett__P() removal
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-26 Matthew Dilloncleanup some odd uses of curproc. Remove PHOLD/PRELE...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
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: