| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the informations reported in case of busy buffers during the shutdown: | attilio | 2011-09-08 | 1 | -1/+1 |
* | Call pmap_qremove() before freeing or unwiring the pages, otherwise | marius | 2011-07-05 | 1 | -3/+5 |
* | - When printing bufs with show buf the lblkno is often more useful than | jeff | 2011-06-10 | 1 | -2/+3 |
* | BKVASIZE was bumped to 16k more than a decade ago. | ru | 2011-05-23 | 1 | -1/+1 |
* | Use a name instead of a magic number for kern_yield(9) when the priority | mdf | 2011-05-13 | 1 | -1/+1 |
* | Retire VFS_BIO_DEBUG. Convert those checks that were still valid into | alc | 2011-02-12 | 1 | -57/+14 |
* | Based on discussions on the svn-src mailing list, rework r218195: | mdf | 2011-02-08 | 1 | -1/+1 |
* | Eliminate unnecessary page hold_count checks. These checks predate | alc | 2011-02-03 | 1 | -2/+1 |
* | Remove OBJ_CLEANING flag. The vfs_setdirty_locked_object() is the only | kib | 2010-12-29 | 1 | -1/+1 |
* | Introduce and use a new VM interface for temporarily pinning pages. This | alc | 2010-12-25 | 1 | -33/+6 |
* | Implement and use a single optimized function for unholding a set of pages. | alc | 2010-12-17 | 1 | -6/+1 |
* | Reduce the difference between hirunningspace and lorunningspace, | ivoras | 2010-10-25 | 1 | -3/+3 |
* | The buffers b_vflags field is not always properly protected by | kib | 2010-08-12 | 1 | -4/+49 |
* | Fix (hopefully) the spelling of "queuing." | ivoras | 2010-08-09 | 1 | -1/+1 |
* | Elaborate on how hirunningspace was chosen. | ivoras | 2010-08-09 | 1 | -2/+5 |
* | Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created | kib | 2010-08-06 | 1 | -2/+3 |
* | Make lorunningspace catch up with hirunningspace. | ivoras | 2010-07-23 | 1 | -1/+6 |
* | Fix expression style. | ivoras | 2010-07-20 | 1 | -3/+2 |
* | In keeping with the Age-of-the-fruitbat theme, scale up hirunningspace on | ivoras | 2010-07-18 | 1 | -1/+3 |
* | Change the implementation of vm_hold_free_pages() so that it performs at | alc | 2010-07-11 | 1 | -26/+16 |
* | Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently, | alc | 2010-07-09 | 1 | -3/+2 |
* | Add the ability for the allocflag argument of the vm_page_grab() to | kib | 2010-07-05 | 1 | -50/+11 |
* | Improve bufdone_finish()'s handling of the bogus page. Specifically, if | alc | 2010-06-30 | 1 | -4/+6 |
* | Add INVARIANTS checking that numfreebufs values are sane. Also add a | mdf | 2010-06-11 | 1 | -10/+54 |
* | Reorganize the code in bdwrite() which handles move of dirtiness | kib | 2010-06-08 | 1 | -70/+65 |
* | Minimize the use of the page queues lock for synchronizing access to the | alc | 2010-06-02 | 1 | -2/+0 |
* | Eliminate the acquisition and release of the page queues lock from | alc | 2010-05-25 | 1 | -5/+0 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -2/+0 |
* | The page queues lock is no longer required by vm_page_set_invalid(), so | alc | 2010-05-18 | 1 | -2/+0 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -2/+0 |
* | Push down the acquisition of the page queues lock into vm_page_unwire(). | alc | 2010-05-05 | 1 | -4/+2 |
* | Add page locking to the vm_page_cow* functions. | alc | 2010-05-04 | 1 | -2/+0 |
* | Acquire the page lock around vm_page_unwire() and vm_page_wire(). | alc | 2010-05-03 | 1 | -4/+9 |
* | Properly synchronize access to the page's hold_count in vfs_vmio_release(). | alc | 2010-05-02 | 1 | -6/+6 |
* | It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(), | alc | 2010-05-02 | 1 | -1/+10 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -6/+7 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 1 | -3/+25 |
* | bo_bsize: revert r205860 and take an alternative approch in getblk | avg | 2010-04-02 | 1 | -1/+1 |
* | When buffer write is failed, it is wrong for brelse() to invalidate | kib | 2009-07-19 | 1 | -1/+2 |
* | Eliminate an unused variable from allocbuf(). | alc | 2009-06-07 | 1 | -3/+0 |
* | Eliminate a comment describing code that was deleted over eight years ago. | alc | 2009-06-01 | 1 | -14/+6 |
* | nfs_write() can use the recently introduced vfs_bio_set_valid() instead of | alc | 2009-05-31 | 1 | -41/+0 |
* | Modify vm_hold_load_pages() to allocate pages using VM_ALLOC_NOOBJ rather | alc | 2009-05-29 | 1 | -13/+5 |
* | fail(9) support: | zml | 2009-05-27 | 1 | -3/+13 |
* | Only use the ABI compat shim for vfs.bufspace if the old buffer is smaller | jhb | 2009-05-21 | 1 | -1/+1 |
* | Several changes to vfs_bio_clrbuf(): | alc | 2009-05-17 | 1 | -13/+11 |
* | Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). This | alc | 2009-05-17 | 1 | -0/+38 |
* | Eliminate page queues locking from bufdone_finish() through the | alc | 2009-05-13 | 1 | -11/+36 |
* | Revert CVS revision 1.94 (svn r16840). Current pmap implementations don't | alc | 2009-05-11 | 1 | -5/+7 |
* | Undo private changes that should never have been committed. | kan | 2009-04-17 | 1 | -70/+0 |