freebsd-dev/sys/vm
David Schultz f6bcadc4fc Don't look for swap blocks in objects that aren't swap-backed.
I expect that this will fix the following panic, reported by Jun:
	swap_pager_isswapped: failed to locate all swap meta blocks

MT5 candidate
2004-09-24 16:04:20 +00:00
..
default_pager.c
device_pager.c Use dev_re[fl]thread() to maintain a ref on the device driver while 2004-09-24 05:59:11 +00:00
phys_pager.c
pmap.h - pmap_kenter_temporary() is unused by machine-independent code. Therefore, 2004-04-10 22:41:46 +00:00
swap_pager.c Don't look for swap blocks in objects that aren't swap-backed. 2004-09-24 16:04:20 +00:00
swap_pager.h
uma_core.c
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c System maps are prohibited from mapping vnode-backed objects. Take 2004-09-11 18:49:59 +00:00
vm_glue.c The zone from which proc structures are allocated is marked 2004-09-19 18:34:17 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Push Giant deep into vm_forkproc(), acquiring it only if the process has 2004-09-03 05:11:32 +00:00
vm_map.h
vm_meter.c Enable debug.mpsafevm by default on amd64 and i386. This enables copy-on- 2004-09-04 05:51:54 +00:00
vm_mmap.c XXX mark two places where we do not hold a threadcount on the dev when 2004-09-24 08:32:36 +00:00
vm_object.c Move the acquisition and release of the lock on the object at the head of 2004-08-29 20:14:10 +00:00
vm_object.h
vm_page.c Add new a function isa_dma_init() which returns an errno when it fails 2004-09-15 12:09:50 +00:00
vm_page.h Move the cow field between wire_count and hold_count. This is the 2004-08-22 20:52:23 +00:00
vm_pageout.c Remove the GIANT_REQUIRED preceding pmap_remove() in 2004-07-18 04:38:11 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_unix.c
vm_zeroidle.c Turn PREEMPTION into a kernel option. Make sure that it's defined if 2004-09-02 18:59:15 +00:00
vm.h
vnode_pager.c add KASSERTS 2004-09-07 07:32:40 +00:00
vnode_pager.h