freebsd-src/sys/vm
Attilio Rao be99683637 Revert r253939:
We cannot busy a page before doing pagefaults.
Infact, it can deadlock against vnode lock, as it tries to vget().
Other functions, right now, have an opposite lock ordering, like
vm_object_sync(), which acquires the vnode lock first and then
sleeps on the busy mechanism.

Before this patch is reinserted we need to break this ordering.

Sponsored by:	EMC / Isilon storage division
Reported by:	kib
2013-08-05 08:55: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 When swap pager allocates metadata in the pagedaemon context, allow it 2013-07-11 20:33:57 +00:00
swap_pager.h
uma.h - Resolve bucket recursion issues by passing a cookie with zone flags 2013-06-26 00:57:38 +00:00
uma_core.c Revert r249590 and in case if mp_ncpus isn't initialized use MAXCPU. This 2013-07-23 11:16:40 +00:00
uma_dbg.c - Add a per-zone lock for zones without kegs. 2013-06-20 19:08:12 +00:00
uma_dbg.h
uma_int.h Since r251709 a slab no longer use 8-bit indicies to manage items, 2013-07-24 06:13:00 +00:00
vm.h rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST 2013-07-24 09:45:31 +00:00
vm_extern.h Revert r253939: 2013-08-05 08:55:35 +00:00
vm_fault.c Revert r253939: 2013-08-05 08:55:35 +00:00
vm_glue.c Revert r253939: 2013-08-05 08:55:35 +00:00
vm_init.c - Add a general purpose resource allocator, vmem, from NetBSD. It was 2013-06-28 03:51:20 +00:00
vm_kern.c - Add a general purpose resource allocator, vmem, from NetBSD. It was 2013-06-28 03:51:20 +00:00
vm_kern.h - Add a general purpose resource allocator, vmem, from NetBSD. It was 2013-06-28 03:51:20 +00:00
vm_map.c Clear entire map structure including locks so that the 2013-07-25 03:48:37 +00:00
vm_map.h Revert r253939: 2013-08-05 08:55:35 +00:00
vm_meter.c
vm_mmap.c Fix previous commit when option RACCT is not used. 2013-07-22 22:16:47 +00:00
vm_object.c Never remove user-wired pages from an object when doing 2013-07-11 05:47:26 +00:00
vm_object.h Never remove user-wired pages from an object when doing 2013-07-11 05:47:26 +00:00
vm_page.c In the vm_page_set_invalid() function, do not assert that the page is 2013-07-11 05:38:39 +00:00
vm_page.h Revise the interface between vm_object_madvise() and vm_page_dontneed() so 2013-06-10 01:48:21 +00:00
vm_pageout.c Improve page LRU quality and simplify the logic. 2013-07-26 23:22:05 +00:00
vm_pageout.h
vm_pager.c - Add a general purpose resource allocator, vmem, from NetBSD. It was 2013-06-28 03:51:20 +00:00
vm_pager.h - Add a general purpose resource allocator, vmem, from NetBSD. It was 2013-06-28 03:51:20 +00:00
vm_param.h Unbreak sysctl ABI changes introduced in r253662 2013-07-29 18:48:51 +00:00
vm_phys.c vm_phys_fictitious_reg_range() was losing the 'memattr' because it would be 2013-07-03 23:38:37 +00:00
vm_phys.h
vm_radix.c
vm_radix.h
vm_reserv.c
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vnode_pager.c - Correct a stale comment. We don't have vclean() anymore. The work is 2013-07-23 22:52:38 +00:00
vnode_pager.h