freebsd-dev/sys/vm
Alan Cox 41e5a22698 When an I/O error occurs on page out, there is no need to dirty the page,
because it is already dirty.  Instead, assert that the page is dirty.

Reviewed by:	kib, markj
MFC after:	1 week
2017-10-01 17:04:26 +00:00
..
_vm_radix.h
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c When an I/O error occurs on page out, there is no need to dirty the page, 2017-10-01 17:04:26 +00:00
swap_pager.h Make the swap_pager_full variable static. 2017-08-30 09:44:05 +00:00
uma_core.c Fix a logic error in the item size calculation for internal UMA zones. 2017-09-13 15:44:54 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h Include _bitset.h to get BITSET_DEFINE, used to define struct slabbits. 2017-09-15 14:59:35 +00:00
uma.h Add UMA_ALIGNOF(). 2017-09-27 23:15:33 +00:00
vm_domain.c
vm_domain.h
vm_extern.h
vm_fault.c Switching from a global hash table to per-vm_object radix tries for mapping 2017-08-28 16:55:43 +00:00
vm_glue.c Modify vm_page_grab_pages() to handle VM_ALLOC_NOWAIT. 2017-08-11 16:29:22 +00:00
vm_init.c
vm_kern.c Add vm_page_alloc_after(). 2017-08-15 16:39:49 +00:00
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c Move vmmeter atomic counters into dedicated cache lines 2017-09-10 19:00:38 +00:00
vm_mmap.c
vm_object.c Optimize vm_object_page_remove() by eliminating pointless calls to 2017-09-28 17:55:41 +00:00
vm_object.h Use existing tag name for the vm_object' memq. 2017-09-13 19:03:59 +00:00
vm_page.c Change vm_page_try_to_free() to require a managed page. Essentially, 2017-09-24 23:35:01 +00:00
vm_page.h Optimize vm_page_try_to_free(). Specifically, the call to pmap_remove_all() 2017-09-24 16:50:10 +00:00
vm_pageout.c Synchronize page laundering with pmap_extract_and_hold(). 2017-08-28 22:10:15 +00:00
vm_pageout.h
vm_pager.c Start annotating global _padalign locks with __exclusive_cache_line 2017-09-06 20:28:18 +00:00
vm_pager.h
vm_param.h
vm_phys.c Speed up vm_page_array initialization. 2017-09-07 21:43:39 +00:00
vm_phys.h Speed up vm_page_array initialization. 2017-09-07 21:43:39 +00:00
vm_radix.c
vm_radix.h
vm_reserv.c
vm_reserv.h
vm_unix.c
vm.h
vnode_pager.c
vnode_pager.h