freebsd-src/sys/vm
Chuck Silvers 1bd12a3bb2 Fix vnode_pager handling of read ahead/behind pages when a disk read fails.
Rather than marking the read ahead/behind pages valid even though they were
not initialized, free them using the new function vm_page_free_invalid().

Reviewed by:	markj, kib
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D25430
2020-07-17 23:10:35 +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
swap_pager.h
uma.h
uma_core.c
uma_dbg.c
uma_dbg.h
uma_int.h
vm.h
vm_domainset.c
vm_domainset.h
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Add vm_map_valid_range_KBI(). 2020-07-13 16:39:27 +00:00
vm_map.h Add vm_map_valid_range_KBI(). 2020-07-13 16:39:27 +00:00
vm_meter.c
vm_mmap.c
vm_object.c
vm_object.h
vm_page.c Add a new function vm_page_free_invalid() for freeing invalid pages 2020-07-17 23:09:36 +00:00
vm_page.h Add a new function vm_page_free_invalid() for freeing invalid pages 2020-07-17 23:09:36 +00:00
vm_pageout.c
vm_pageout.h
vm_pagequeue.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c
vm_phys.h
vm_radix.c
vm_radix.h
vm_reserv.c
vm_reserv.h
vm_swapout.c
vm_swapout_dummy.c
vm_unix.c
vnode_pager.c Fix vnode_pager handling of read ahead/behind pages when a disk read fails. 2020-07-17 23:10:35 +00:00
vnode_pager.h