Age | Commit message (Expand) | Author |
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 |
2005-06-17 | Protect buf_countdeps() call in buf_daemon() with splbio(), okay art@ | Pedro Martelletto |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-11 | match comments with reality and use 'null' for pointers in incore() | Pedro Martelletto |
2004-12-05 | less then -> less than | Jonathan Gray |
2004-11-30 | kill breada(), from Sven Dehmlow. ok tedu@ millert@ | Pedro Martelletto |
2004-11-01 | english | Pedro Martelletto |
2004-09-20 | spl dance to protect buffer flags in a sensitive context | Pedro Martelletto |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-13 | Fix the tree. Jason, you were such a rock star yesterday, but it obviously | Theo de Raadt |
2003-05-13 | Kill a bunch more commons (very few left =) | Jason Wright |
2002-06-09 | Use LIST_FOREACH. | Artur Grabowski |
2002-06-09 | ANSIfy (started as some other change that just ran away). | Artur Grabowski |
2002-05-24 | protect more of the bookkeeping variables with splbio. | Artur Grabowski |
2002-05-24 | typo | Artur Grabowski |
2002-05-22 | some b_iodone handlers and vwakeup require splbio. | Artur Grabowski |
2002-05-16 | sprinkle some splassert(IPL_BIO) in some functions that are commented as "sho... | Artur Grabowski |
2002-04-27 | Comment biodone as "must be called at splbio". | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |