| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Handle buffer lock waiters count directly in the buffer cache instead | attilio | 2008-03-01 | 1 | -6/+8 |
* | - Add real assertions to lockmgr locking primitives. | attilio | 2008-02-13 | 1 | -13/+11 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 1 | -16/+14 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Rather than not redirting the bp when we get ENXIO, only redirty it | imp | 2007-12-30 | 1 | -11/+5 |
* | A partial solution to some of the 'pull the umass device with a | imp | 2007-12-27 | 1 | -0/+4 |
* | Eliminate vfs_page_set_valid()'s unused argument. | alc | 2007-12-02 | 1 | -5/+5 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | Fix the description of the formula used to autosize the number of | ru | 2007-09-26 | 1 | -1/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -10/+4 |
* | Work around an integer overflow in expression `3 * maxbufspace / 4', | marcel | 2007-06-09 | 1 | -0/+7 |
* | In getblk(), before gbincore(), use BO_LOCK directly when locking | delphij | 2007-06-08 | 1 | -2/+2 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -3/+3 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -4/+2 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -2/+4 |
* | Disable nesting of BOP_BDFLUSH(). VOP_FSYNC() call in bdwrite() could | kib | 2007-04-24 | 1 | -2/+4 |
* | vm_map_delete should be used only internally, by the VM subsystem. Replace | wkoszek | 2007-03-29 | 1 | -6/+2 |
* | Correct a comment typo | kris | 2007-03-25 | 1 | -1/+1 |