Age | Commit message (Expand) | Author |
2013-02-17 | Comment out recently added __attribute__((__format__(__kprintf__))) annotations | Miod Vallat |
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat |
2013-01-18 | Give buf_acquire_unmapped and B_NOTMAPPED a viking funeral as they should | Bob Beck |
2013-01-13 | After some discussion with deraadt and kettenis, revert previous decision to | Bob Beck |
2012-12-28 | Avoid spinning in the cleaner when there are insufficient clean pages, but | Joel Sing |
2012-12-02 | Fix kva reserve - ensure that kva reserve is checked for, as well | Bob Beck |
2012-12-02 | Don't wake the cleaner and potentially throw away pages we shouldn't | Bob Beck |
2012-11-07 | Fix the buffer cache. | Bob Beck |
2012-10-16 | Cleanup. | Bob Beck |
2012-10-09 | bufq write limiting | Bob Beck |
2012-05-30 | Fix a few issues in the pressure logic when the available buffers run low: | Miod Vallat |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2011-09-19 | clean up buffer cache statistics somewhat to | Bob Beck |
2011-07-06 | the rest of the uvm commit - I commited from uvm instead of sys | Bob Beck |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-04-07 | Revert previous diff decrementing bcstats.numbufpages here. This function | Bob Beck |
2011-04-02 | Constrain the buffer cache to use only the dma reachable region of memory. | Bob Beck |
2010-11-13 | backout 1.86 | Theo de Raadt |
2010-08-03 | matthew did not commit the diff he passed around for us to inspect... | Theo de Raadt |
2010-08-03 | If an asynchronous request invalidates a buf, then we might remove it | Matthew Dempsky |
2010-07-01 | Call bufq_done at the top of biodone, so we don't call it on | Thordur I. Bjornsson |
2010-06-30 | Disable/partially backout the bufq quiesce changes as this | Thordur I. Bjornsson |
2010-06-29 | Introduce bufq_quiesce(), which will block I/O ifrom getting on the queues, | Mark Kettenis |
2010-02-05 | Use correct format specifiers for 'show bcstats'. | Joel Sing |
2009-08-08 | two things: | Bob Beck |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-06-25 | backout the buf_acquire() does the bremfree() since all callers | Thordur I. Bjornsson |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-06 | All caller of buf_acquire were doing bremfree before the call. | Artur Grabowski |
2009-06-05 | Dynamic buffer cache sizing. | Bob Beck |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | Change bufhash from the old grotty hash table to red-black trees hanging | Bob Beck |
2009-04-22 | Make the interactions in allocating buffers less confusing. | Artur Grabowski |
2009-03-23 | fix buffer cache pending writs statistic so it does not go negative. | Bob Beck |
2009-01-11 | backout revision 1.109 | Owain Ainsworth |
2009-01-09 | keep b_proc set to the proccess, | Thordur I. Bjornsson |
2008-11-22 | Move diagnostic assertions concerning the recycle process of buffers | Pedro Martelletto |
2008-06-14 | Belt, suspenders, duct tape and glue. | Artur Grabowski |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek |
2007-10-21 | This QUEUE_DEBUG should really be DIAGNOSTIC - we need these checks | Bob Beck |
2007-10-18 | Correct possible spl problem in buffer cleaning daemon - the buffer cleaning | Bob Beck |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-08-07 | A few changes to deal with multi-user performance issues seen. this | Bob Beck |
2007-07-09 | Do not allow clustering read for filesystems which block size is smaller | Miod Vallat |
2007-06-17 | de-register | Jasper Lievisse Adriaanse |