summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* Disable nesting of BOP_BDFLUSH(). VOP_FSYNC() call in bdwrite() couldkib2007-04-241-2/+4
* vm_map_delete should be used only internally, by the VM subsystem. Replacewkoszek2007-03-291-6/+2
* Correct a comment typokris2007-03-251-1/+1
* Instead of doing comparisons using the pcpu area to see ifjulian2007-03-081-4/+4
* Use LIST_EMPTY() instead of unrolled version (LIST_FIRST() [!=]= NULL)delphij2007-02-221-5/+5
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-42/+51
* In rev. 1.514, iodone on async buffer may happen before code checks thekib2006-12-201-2/+9
* Resolve two deadlocks that could be caused by busy md device backedkib2006-12-141-1/+2
* Refactor vfs_setdirty(), creating vfs_setdirty_locked_object().alc2006-10-291-6/+16
* In bufdone_finish() restrict the acquisition and release of the pagealc2006-10-281-2/+8
* Replace PG_BUSY with VPO_BUSY. In other words, changes to the page'salc2006-10-221-3/+3
* If the buffer lock has waiters after the buffer has changed identity thentegge2006-10-021-0/+11
* Introduce a field to struct vm_page for storing flags that arealc2006-08-091-2/+0
* Reduce the scope of the page queues lock in vfs_busy_pages() now thatalc2006-08-081-1/+1
* Eliminate OBJ_WRITEABLE. It hasn't been used in a long time.alc2006-07-211-7/+1
* - Properly check against B_DELWRI and B_NEEDSGIANT. This check wasjeff2006-04-041-1/+2
* - Add the B_NEEDSGIANT flag which is only set if the vnode that owns a bufjeff2006-03-311-16/+35
* Destroy "bip" bio in error case.pjd2006-03-221-0/+1
* For low memory situations, non-VMIO buffers didnt't release pages back totegge2006-02-021-0/+5
* Remove an unnecessary call to pmap_remove_all(). The given page is notalc2006-01-231-1/+0
* Set flag in needsbuffer while still holding bqlock to avoid lost wakeup.tegge2006-01-161-2/+4
* MI changes:netchild2005-12-311-2/+2
* Changes imported from XFS for FreeBSD project:rodrigc2005-12-071-32/+130
* 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
OpenPOWER on IntegriCloud