summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* Add barrier write capability to the VFS buffer interface. A barriermckusick2013-02-161-0/+42
* Fixup r218424: uio_yield() was scaling directly to userland priority.attilio2012-12-211-1/+1
* Do not ignore zero address, possibly returned by the vm_map_find()kib2012-12-101-14/+14
* Remove useless comment.kib2012-12-091-2/+0
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-24/+5
* Fix typo [1]. Use commas to separate flag printouts, in style withkib2012-06-021-1/+1
* Update the print mask for decoding b_flags. Add print masks forkib2012-06-021-1/+3
* Do not call bremfree for managed buffers.gber2012-05-151-5/+9
* This change avoids a kernel deadlock on "snaplk" when usingmckusick2012-03-011-21/+15
* Fix typo.alc2012-02-261-1/+1
* Rename vm_page_set_valid() to vm_page_set_valid_range().kib2011-11-301-2/+2
* Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls toalc2011-10-271-4/+3
* Improve the informations reported in case of busy buffers during the shutdown:attilio2011-09-081-1/+1
* Call pmap_qremove() before freeing or unwiring the pages, otherwisemarius2011-07-051-3/+5
* - When printing bufs with show buf the lblkno is often more useful thanjeff2011-06-101-2/+3
* BKVASIZE was bumped to 16k more than a decade ago.ru2011-05-231-1/+1
* Use a name instead of a magic number for kern_yield(9) when the prioritymdf2011-05-131-1/+1
* Retire VFS_BIO_DEBUG. Convert those checks that were still valid intoalc2011-02-121-57/+14
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+1
* Eliminate unnecessary page hold_count checks. These checks predatealc2011-02-031-2/+1
* Remove OBJ_CLEANING flag. The vfs_setdirty_locked_object() is the onlykib2010-12-291-1/+1
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-251-33/+6
* Implement and use a single optimized function for unholding a set of pages.alc2010-12-171-6/+1
* Reduce the difference between hirunningspace and lorunningspace,ivoras2010-10-251-3/+3
* The buffers b_vflags field is not always properly protected bykib2010-08-121-4/+49
* Fix (hopefully) the spelling of "queuing."ivoras2010-08-091-1/+1
* Elaborate on how hirunningspace was chosen.ivoras2010-08-091-2/+5
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-061-2/+3
* Make lorunningspace catch up with hirunningspace.ivoras2010-07-231-1/+6
* Fix expression style.ivoras2010-07-201-3/+2
* In keeping with the Age-of-the-fruitbat theme, scale up hirunningspace onivoras2010-07-181-1/+3
* Change the implementation of vm_hold_free_pages() so that it performs atalc2010-07-111-26/+16
* Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently,alc2010-07-091-3/+2
* Add the ability for the allocflag argument of the vm_page_grab() tokib2010-07-051-50/+11
* Improve bufdone_finish()'s handling of the bogus page. Specifically, ifalc2010-06-301-4/+6
* Add INVARIANTS checking that numfreebufs values are sane. Also add amdf2010-06-111-10/+54
* Reorganize the code in bdwrite() which handles move of dirtinesskib2010-06-081-70/+65
* Minimize the use of the page queues lock for synchronizing access to thealc2010-06-021-2/+0
* Eliminate the acquisition and release of the page queues lock fromalc2010-05-251-5/+0
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-2/+0
* The page queues lock is no longer required by vm_page_set_invalid(), soalc2010-05-181-2/+0
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-2/+0
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-051-4/+2
* Add page locking to the vm_page_cow* functions.alc2010-05-041-2/+0
* Acquire the page lock around vm_page_unwire() and vm_page_wire().alc2010-05-031-4/+9
* Properly synchronize access to the page's hold_count in vfs_vmio_release().alc2010-05-021-6/+6
* It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(),alc2010-05-021-1/+10
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-6/+7
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-3/+25
* bo_bsize: revert r205860 and take an alternative approch in getblkavg2010-04-021-1/+1
OpenPOWER on IntegriCloud