aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/buf.h
Commit message (Expand)AuthorAgeFilesLines
* Instead of doing comparisons using the pcpu area to see ifJulian Elischer2007-03-081-2/+1
* Cylinder group bitmaps and blocks containing inode for a snapshotKonstantin Belousov2007-01-231-0/+4
* If the buffer lock has waiters after the buffer has changed identity thenTor Egge2006-10-021-0/+11
* - Add the B_NEEDSGIANT flag which is only set if the vnode that owns a bufJeff Roberson2006-03-311-1/+1
* Changes imported from XFS for FreeBSD project:Craig Rodrigues2005-12-071-1/+10
* Un-staticize waitrunningbufspace() and call it before returning fromDon Lewis2005-09-301-0/+1
* Un-staticize runningbufwakeup() and staticize updateproc.Don Lewis2005-09-301-0/+1
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagDon Lewis2005-09-081-4/+4
* Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.Alexander Kabaev2005-08-131-0/+2
* - We should never unlock a buf before we've cleared B_REMFREE. I believeJeff Roberson2005-06-131-0/+2
* Fix a serious deadlock with the NFS client. Given a large enoughBrian Feldman2005-06-101-0/+1
* make cluster_callback() staticPoul-Henning Kamp2005-02-101-1/+0
* Background writes are entirely an FFS/Softupdates thing.Poul-Henning Kamp2005-02-081-8/+0
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()Poul-Henning Kamp2005-01-111-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* - Eliminate the acquisition and release of the bqlock in bremfree() byJeff Roberson2004-11-181-1/+2
* Add pbgetbo()/pbrelbo() lighter weight versions of pbgetvp()/pbrelvp().Poul-Henning Kamp2004-11-151-0/+2
* Retire b_magic now, we have the bufobj containing the same hint.Poul-Henning Kamp2004-11-041-3/+0
* Eliminate the embedded struct bio in struct buf.Poul-Henning Kamp2004-11-041-10/+9
* Remove buf->b_dev field.Poul-Henning Kamp2004-11-041-1/+0
* Make the KASSERTS in bstrategy() stop claiming to be bwrite().Poul-Henning Kamp2004-11-031-3/+4
* Move the syncer linkage from vnode to bufobj.Poul-Henning Kamp2004-10-271-2/+3
* The island council met and voted buf_prewrite() home.Poul-Henning Kamp2004-10-261-10/+0
* Collapse vnode->v_object and buf->b_object into bufobj->bo_object.Poul-Henning Kamp2004-10-251-1/+2
* Move the buffer method vector (buf->b_op) to the bufobj.Poul-Henning Kamp2004-10-241-9/+22
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.Poul-Henning Kamp2004-10-221-3/+4
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITPoul-Henning Kamp2004-10-211-2/+1
* Give cluster_write() an explicit vnode argument.Poul-Henning Kamp2004-09-271-1/+1
* Remove unused B_WRITEINPROG flagPoul-Henning Kamp2004-09-151-2/+2
* Eliminate unused second argument to reassignbuf() and simplify itPoul-Henning Kamp2004-07-251-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Fix copy&paste-o.Poul-Henning Kamp2004-03-121-1/+1
* When I was a kid my work table was one cluttered mess an cleaning it upPoul-Henning Kamp2004-03-111-0/+10
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathPoul-Henning Kamp2004-03-111-2/+0
* Send B_PHYS out to pasture, it no longer serves any function.Poul-Henning Kamp2003-11-151-1/+1
* Retire bio_caller2 (alias for b_io.bio_caller2), this field is reservedPoul-Henning Kamp2003-10-211-4/+1
* Retire b_pblkno which was an alias for a bio field which is forPoul-Henning Kamp2003-10-181-1/+0
* Retire bio_blkno entirely.Poul-Henning Kamp2003-10-181-1/+1
* DuH!Poul-Henning Kamp2003-10-181-0/+1
* The size and contents of the DEV_STRATEGY() macro has progressed toPoul-Henning Kamp2003-10-181-1/+0
* - Define a new flag for getblk(): GB_NOCREAT. This flag causes getblk() toJeff Roberson2003-08-311-0/+1
* - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.Jeff Roberson2003-08-281-5/+8
* Retire the B_KEEPGIANT flag, we are nowhere near ready.Poul-Henning Kamp2003-08-061-1/+1
* Add a B_KEEPGIANT flag so non-SMPng code can get preferential treatment.Poul-Henning Kamp2003-08-051-1/+1
* Get rid of the b_spc specialty field in struct buf by using an alreadyPoul-Henning Kamp2003-06-161-3/+1
* Remove the evil BIOTOBUF macro, it is no longer used anywhere.Poul-Henning Kamp2003-06-151-3/+0
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventPoul-Henning Kamp2003-05-311-5/+1
* - Add a lock for protecting against msleep(bp, ...) wakeup(bp) races.Jeff Roberson2003-03-131-0/+2
* When the system is panicing, the lock manager grants all lockKirk McKusick2003-03-061-0/+8
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-041-1/+6