| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the implementation of vm_hold_free_pages() so that it performs at | alc | 2010-07-11 | 1 | -26/+16 |
* | Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently, | alc | 2010-07-09 | 1 | -3/+2 |
* | Add the ability for the allocflag argument of the vm_page_grab() to | kib | 2010-07-05 | 1 | -50/+11 |
* | Improve bufdone_finish()'s handling of the bogus page. Specifically, if | alc | 2010-06-30 | 1 | -4/+6 |
* | Add INVARIANTS checking that numfreebufs values are sane. Also add a | mdf | 2010-06-11 | 1 | -10/+54 |
* | Reorganize the code in bdwrite() which handles move of dirtiness | kib | 2010-06-08 | 1 | -70/+65 |
* | Minimize the use of the page queues lock for synchronizing access to the | alc | 2010-06-02 | 1 | -2/+0 |
* | Eliminate the acquisition and release of the page queues lock from | alc | 2010-05-25 | 1 | -5/+0 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -2/+0 |
* | The page queues lock is no longer required by vm_page_set_invalid(), so | alc | 2010-05-18 | 1 | -2/+0 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -2/+0 |
* | Push down the acquisition of the page queues lock into vm_page_unwire(). | alc | 2010-05-05 | 1 | -4/+2 |
* | Add page locking to the vm_page_cow* functions. | alc | 2010-05-04 | 1 | -2/+0 |
* | Acquire the page lock around vm_page_unwire() and vm_page_wire(). | alc | 2010-05-03 | 1 | -4/+9 |
* | Properly synchronize access to the page's hold_count in vfs_vmio_release(). | alc | 2010-05-02 | 1 | -6/+6 |
* | It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(), | alc | 2010-05-02 | 1 | -1/+10 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -6/+7 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 1 | -3/+25 |
* | bo_bsize: revert r205860 and take an alternative approch in getblk | avg | 2010-04-02 | 1 | -1/+1 |
* | When buffer write is failed, it is wrong for brelse() to invalidate | kib | 2009-07-19 | 1 | -1/+2 |
* | Eliminate an unused variable from allocbuf(). | alc | 2009-06-07 | 1 | -3/+0 |
* | Eliminate a comment describing code that was deleted over eight years ago. | alc | 2009-06-01 | 1 | -14/+6 |
* | nfs_write() can use the recently introduced vfs_bio_set_valid() instead of | alc | 2009-05-31 | 1 | -41/+0 |
* | Modify vm_hold_load_pages() to allocate pages using VM_ALLOC_NOOBJ rather | alc | 2009-05-29 | 1 | -13/+5 |
* | fail(9) support: | zml | 2009-05-27 | 1 | -3/+13 |
* | Only use the ABI compat shim for vfs.bufspace if the old buffer is smaller | jhb | 2009-05-21 | 1 | -1/+1 |
* | Several changes to vfs_bio_clrbuf(): | alc | 2009-05-17 | 1 | -13/+11 |
* | Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). This | alc | 2009-05-17 | 1 | -0/+38 |
* | Eliminate page queues locking from bufdone_finish() through the | alc | 2009-05-13 | 1 | -11/+36 |
* | Revert CVS revision 1.94 (svn r16840). Current pmap implementations don't | alc | 2009-05-11 | 1 | -5/+7 |
* | Undo private changes that should never have been committed. | kan | 2009-04-17 | 1 | -70/+0 |
* | More fallout from negative dotdot caching. Negative entries should | kan | 2009-04-17 | 1 | -0/+70 |
* | In flushbufqueues(), do not allocate sentinel buffer on the stack, | kib | 2009-04-16 | 1 | -7/+9 |
* | Export the number of times bufdaemon got help from the normal threads. | kib | 2009-04-16 | 1 | -0/+4 |
* | Improve the description of a few sysctls. | jhb | 2009-03-23 | 1 | -2/+2 |
* | Fix an old-standing bug that crept in along the several revisions: | attilio | 2009-03-17 | 1 | -15/+15 |
* | Fix two issues with bufdaemon, often causing the processes to hang in | kib | 2009-03-16 | 1 | -45/+117 |
* | In the ABI shim for vfs.bufspace, rather than truncating values larger than | jhb | 2009-03-10 | 1 | -1/+4 |
* | Add an ABI compat shim for the vfs.bufspace sysctl for sysctl requests that | jhb | 2009-03-10 | 1 | -0/+27 |
* | Adjust some variables (mostly related to the buffer cache) that hold | jhb | 2009-03-09 | 1 | -33/+40 |
* | Tweak the output of VOP_PRINT/vn_printf() some. | jhb | 2009-02-06 | 1 | -0/+1 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -2/+2 |
* | Add the ffs structures introspection functions for ddb. | kib | 2008-09-16 | 1 | -2/+25 |
* | In brelse, put the B_NEEDSGIANT buffer on the QUEUE_DIRTY_GIANT queue, | kib | 2008-08-19 | 1 | -1/+1 |
* | Eliminate dead code. (The commit message for revision 1.287 explains why | alc | 2008-07-20 | 1 | -13/+0 |
* | b_waiters cannot be adequately protected by the interlock because it is | attilio | 2008-03-28 | 1 | -8/+6 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 1 | -4/+5 |
* | Reduce contention on the vnode interlock by not acquiring the BO_LOCK | kib | 2008-03-21 | 1 | -12/+10 |
* | - Reduce contention on the global bdonelock and bpinlock by using | jeff | 2008-03-21 | 1 | -30/+34 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |