Age | Commit message (Expand) | Author |
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 |
2007-06-09 | Protect access to 'bufhead' with splbio(), okay art@ millert@ marco@ | Pedro Martelletto |
2007-06-03 | backout rev 1.91 and 1.92, it causes proceses to hang on low mem | Otto Moerbeek |
2007-06-01 | Uninline bio_doread(), okay art@ | Pedro Martelletto |
2007-06-01 | dont request zeroed memory when we allocate data regions for buffers. this | David Gwynne |
2007-05-29 | I suck. Forgot splx() in the early return path. | Artur Grabowski |
2007-05-29 | Change getnewbuf from taking lots of sleep arguments and then doing magic | Artur Grabowski |
2007-05-28 | pool_setipl() on the bufpool, to make sure that | Thordur I. Bjornsson |
2007-05-27 | remove silly comment, okay deraadt@ | Pedro Martelletto |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2006-10-21 | Retire B_LOCKED and BQ_LOCKED. The last real usage of the | Thordur I. Bjornsson |
2006-10-19 | some buffers (containing metadata) can only be written during the | Michael Shalayeff |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto |
2006-08-28 | Another grammar nit; "please go ahead" jmc@. | Tom Cosgrove |
2006-08-28 | typos; from tbert | Jason McIntyre |
2006-08-17 | chose proper mountpoint in making decision on upgrading | Michael Shalayeff |
2006-08-09 | Propagate error on getnewbuf(), effectively allowing callers to be | Pedro Martelletto |
2006-04-24 | Use NULL where NULL is meant, from thib, no binary change | Pedro Martelletto |
2005-11-06 | Use ANSI-style function declarations, no binary change, okay jsg@ | Pedro Martelletto |
2005-10-08 | Revert revision 1.39. Under heavy load, it could cause severe corruption | Pedro Martelletto |
2005-06-27 | When releasing a buffer and disassociating it from its vnode, there's | Pedro Martelletto |