| 2012-04-30 |
Matthew Dillon | kernel - Fix degenerate cluster_write() cases |
blob | commitdiff |
| 2012-04-02 |
Matthew Dillon | kernel - Reduce impact of write_behind on small/tempora... |
blob | commitdiff | diff to current |
| 2012-03-22 |
Matthew Dillon | kernel - Cluster fixes + Enable clustering for HAMMER1 |
blob | commitdiff | diff to current |
| 2012-03-20 |
Matthew Dillon | kernel - Fix clustered read bug (2) |
blob | commitdiff | diff to current |
| 2012-03-20 |
Matthew Dillon | kernel - Fix clustered read bug |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-11-15 |
Matthew Dillon | kernel - Greatly improve shared memory fault rate concu... |
blob | commitdiff | diff to current |
| 2011-10-18 |
Matthew Dillon | kernel - Major SMP performance patch / VM system, bus... |
blob | commitdiff | diff to current |
| 2010-12-22 |
Samuel J. Greear | kernel - Add many sysctl definitions, sysv, vfs, nfs... |
blob | commitdiff | diff to current |
| 2010-08-27 |
Matthew Dillon | kernel - Major MPSAFE Infrastructure |
blob | commitdiff | diff to current |
| 2010-08-23 |
Matthew Dillon | kernel - clarify code documentation in vfs_cluster |
blob | commitdiff | diff to current |
| 2010-08-20 |
Venkatesh Srinivas | Fix !INVARIANTS build. |
blob | commitdiff | diff to current |
| 2010-08-17 |
Sascha Wildner | Remove a debugging leftover (thus fixing LINT). |
blob | commitdiff | diff to current |
| 2010-08-17 |
Matthew Dillon | HAMMER VFS - Expand vfs.hammer.debug_io capabilities |
blob | commitdiff | diff to current |
| 2010-08-16 |
Matthew Dillon | kernel - revamp cluster_read API and improve performance |
blob | commitdiff | diff to current |
| 2010-08-15 |
Matthew Dillon | kernel - split the pbuf subsystem into two (kva and... |
blob | commitdiff | diff to current |
| 2010-03-28 |
Matthew Dillon | kernel - Fix cluster_read random I/O heuristic |
blob | commitdiff | diff to current |
| 2010-02-08 |
Matthew Dillon | kernel - Improve cluster_read() |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | kernel - Improve VM fault performance for sequential... |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | kernel - Improve VM fault performance for sequential... |
blob | commitdiff | diff to current |
| 2009-08-19 |
Matthew Dillon | AMD64 - Refactor uio_resid and size_t assumptions. |
blob | commitdiff | diff to current |
| 2009-07-15 |
Matthew Dillon | MPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager. |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | BUF/BIO - MPSAFE work on core buffer cache routines. |
blob | commitdiff | diff to current |
| 2008-07-14 |
Matthew Dillon | Kernel support for HAMMER: |
blob | commitdiff | diff to current |
| 2008-06-20 |
Matthew Dillon | Fix a bug in cluster_read(). An error returned by... |
blob | commitdiff | diff to current |
| 2008-06-19 |
Matthew Dillon | Miscellanious performance adjustments to the kernel |
blob | commitdiff | diff to current |
| 2008-06-12 |
Matthew Dillon | Reimplement B_AGE. Have it cycle the buffer in the... |
blob | commitdiff | diff to current |
| 2008-05-18 |
Matthew Dillon | Fix a number of core kernel issues related to HAMMER... |
blob | commitdiff | diff to current |
| 2008-05-18 |
Matthew Dillon | Change cluster_read() to not block on read-ahead buffer... |
blob | commitdiff | diff to current |
| 2008-05-06 |
Matthew Dillon | Keep track of the number of buffers undgoing IO, and... |
blob | commitdiff | diff to current |
| 2008-04-22 |
Matthew Dillon | Fix some IO sequencing performance issues and reformula... |
blob | commitdiff | diff to current |
| 2007-11-07 |
Matthew Dillon | Add bio_ops->io_checkread and io_checkwrite - a read... |
blob | commitdiff | diff to current |
| 2007-11-06 |
Matthew Dillon | Convert the global 'bioops' into per-mount bio_ops... |
blob | commitdiff | diff to current |
| 2007-08-13 |
Matthew Dillon | Remove the vpp (returned underlying device vnode) argum... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-07-14 |
Simon Schubert | Fix two bugs in cluster_read: |
blob | commitdiff | diff to current |
| 2006-05-04 |
Matthew Dillon | Block devices generally truncate the size of I/O reques... |
blob | commitdiff | diff to current |
| 2006-05-03 |
Matthew Dillon | - Clarify the definitions of b_bufsize, b_bcount, and... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | The pbuf subsystem now initializes b_kvabase and b_kvas... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
blob | commitdiff | diff to current |
| 2006-04-28 |
Matthew Dillon | Get rid of pbgetvp() and pbrelvp(). Instead fold the... |
blob | commitdiff | diff to current |
| 2006-03-26 |
Sascha Wildner | struct buf's b_bcount field has been changed from long... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2006-03-10 |
Matthew Dillon | cluster_read() was very dangerously issuing a blind... |
blob | commitdiff | diff to current |
| 2006-03-05 |
Matthew Dillon | Replace the global buffer cache hash table with a per... |
blob | commitdiff | diff to current |
| 2006-02-21 |
Matthew Dillon | bioops.io_start() was being called in a situation where... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
blob | commitdiff | diff to current |
| 2005-08-03 |
Hiten Pandya | BUF/BIO cleanup 3/99: |
blob | commitdiff | diff to current |
| 2005-06-06 |
Matthew Dillon | Remove spl*() calls from kern, replacing them with... |
blob | commitdiff | diff to current |
| 2005-02-19 |
Joerg Sonnenberger | Call the "cluster_save buffer" type just "cluster_save... |
blob | commitdiff | diff to current |
| 2004-07-14 |
Hiten Pandya | BUF/BIO work, for removing the requirement of KVA mappi... |
blob | commitdiff | diff to current |
| 2004-06-01 |
Matthew Dillon | ANSIfication. No operational changes. |
blob | commitdiff | diff to current |
| 2004-05-10 |
Hiten Pandya | Remove newline from panic(9) message, it is redundant. |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-07-03 |
Matthew Dillon | Split the struct vmmeter cnt structure into a global... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | cleanup some odd uses of curproc. Remove PHOLD/PRELE... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | proc->thread stage 5: BUF/VFS clearance! Remove the... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | Introduce cratom(), remove crcopy(). |
blob | commitdiff | diff to current |
| 2003-06-19 |
Matthew Dillon | thread stage 5: Separate the inline functions out of... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|