summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Release clean buffer with wrong size and no dependencies also for non-VMIOtegge2005-10-091-2/+1
* Un-staticize waitrunningbufspace() and call it before returning fromtruckman2005-09-301-1/+1
* Un-staticize runningbufwakeup() and staticize updateproc.truckman2005-09-301-3/+3
* Close a race in biodone(), whereby the bio_done field of the passedpeadar2005-09-291-3/+5
* - Use lockmgr_printinfo rather than rolling our own. This introduces ajeff2005-08-031-3/+1
* Eliminate inconsistency in the setting of the B_DONE flag. Specifically,alc2005-07-201-1/+0
* - Add and enhance asserts related to the wrong bufobj panic.jeff2005-06-141-1/+1
* - Split one KASSERT in bremfree() into two to aid in debugging.jeff2005-06-131-1/+3
* Fix a serious deadlock with the NFS client. Given a large enoughgreen2005-06-101-1/+1
* - My sub-par public school education has been exposed. s/sentinal/sentinel/jeff2005-06-091-4/+4
* - Under heavy IO load the buf daemon can run for many hundereds ofjeff2005-06-081-7/+29
* - Add bufobj_wrefl() to add a write ref to a bufobj that is already locked.jeff2005-05-301-0/+9
* - Remove long dead splbio() calls and comments relating to the oldjeff2005-04-301-71/+4
* - Don't acquire Giant before calling b_biodone, individual consumers arejeff2005-04-301-6/+0
* - Add two KASSERTs to prevent us from recycling a buf that is still on ajeff2005-04-221-0/+6
* - Add information about the buf lock to db_show_buffer.jeff2005-03-251-0/+18
* - Lock access to the buffer_map with the vm_map lock. In 4.x this wasjeff2005-03-081-0/+5
* Make various vnode related functions staticphk2005-02-101-3/+3
* - Add more information to the getnewbuf() recycling KTR.jeff2005-02-101-2/+4
* - Remove an invalid KASSERT added in recent background write reshuffling.jeff2005-02-081-3/+0
* Background writes are entirely an FFS/Softupdates thing.phk2005-02-081-126/+5
* - Don't release BKGRDINPROG until after we've bufdone'd the copy.jeff2005-02-051-14/+15
* - Don't drop the wref on the bufobj until after bufdone() has completed.jeff2005-01-281-7/+10
* Don't use VOP_GETVOBJECT, use vp->v_object directly.phk2005-01-251-10/+8
* Kill the VV_OBJBUF and test the v_object for NULL instead.phk2005-01-241-4/+3
* - Add CTR calls to trace the lifecycle of a buffer.jeff2005-01-241-79/+84
* Add BO_SYNC() and add a default which uses the secret vnode pointerphk2005-01-111-0/+8
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
* - Eliminate the acquisition and release of the bqlock in bremfree() byjeff2004-11-181-38/+66
* Retire b_magic now, we have the bufobj containing the same hint.phk2004-11-041-1/+0
* Change buf->b_object to buf->b_bufobj->bo_objectphk2004-11-041-14/+16
* whitespacephk2004-11-041-4/+2
* Remove buf->b_dev field.phk2004-11-041-7/+2
* The synchronization provided by vm object locking has eliminated thealc2004-11-031-2/+0
* Remove the last call in the system to VOP_SPECSTRATEGY(): We can nophk2004-10-291-7/+2
* Give dev_strategy() an explict cdev argument in preparation for removingphk2004-10-291-13/+49
* Lock bp->b_bufobj->b_object instead of bp->b_objectphk2004-10-281-10/+10
* The island council met and voted buf_prewrite() home.phk2004-10-261-5/+3
* Put the I/O block size in bufobj->bo_bsize.phk2004-10-261-8/+1
* Hold the lock on the containing vm object when callingalc2004-10-261-0/+2
* Remove vnode->v_bsize. This was a dead-end.phk2004-10-251-7/+0
* Use VM_ALLOC_NOBUSY to eliminate vm_page_wakeup() calls and the acquisitionalc2004-10-251-10/+3
* Collapse vnode->v_object and buf->b_object into bufobj->bo_object.phk2004-10-251-3/+6
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-241-37/+18
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-221-56/+66
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITphk2004-10-211-8/+66
* use dev_re[fl]thread() rather than home rolled versions.phk2004-09-241-8/+2
* Eliminate DEV_STRATEGY() macro: call dev_strategy() directly.phk2004-09-231-3/+12
* Do not refcount the cdevsw, but rather maintain a cdev->si_threadcountphk2004-09-231-5/+11
OpenPOWER on IntegriCloud