summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.c
Commit message (Expand)AuthorAgeFilesLines
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-128/+38
* Mark swap_pager_putpages static at its definition. It was alreadyimp2015-10-051-3/+1
* The swap pager is compatible with direct dispatch. It does its ownimp2015-09-081-11/+42
* Eliminate pointless assignments to rtvals[] in swap_pager_putpages().alc2015-08-211-12/+12
* Refactor unmapped buffer address handling.jeff2015-07-231-9/+4
* o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().glebius2015-06-171-4/+0
* Implement lockless resource limits.mjg2015-06-101-3/+1
* Place VM objects on the object list when created and never remove them.jhb2015-05-081-0/+2
* Instead of reading, validating and adjusting value of the vm.swap_async_maxglebius2015-05-021-38/+41
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-291-5/+7
* Remove sleeps from geom_up thread on device destruction.mav2015-04-091-7/+5
* Make swapper release orphaned (lost) GEOM provider.mav2015-03-261-14/+50
* \n at end of panicstr is redundant.glebius2014-11-231-1/+1
* Merge from projects/sendfile:glebius2014-11-231-0/+36
* Fix mis-spelling of bits and types names in thekib2014-11-041-3/+6
* Add sysctl OIDs showing the actual size and capacity of the swap zone.des2014-04-261-3/+11
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-3/+3
* vm_page_grab() and vm_pager_get_pages() can drop the vm_object lock,attilio2014-03-191-2/+2
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-1/+1
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-18/+22
* When swap pager allocates metadata in the pagedaemon context, allow itkib2013-07-111-1/+2
* Fix typo in comment.kib2013-07-091-1/+1
* Complete r251452:attilio2013-06-061-2/+3
* o Change the locking scheme for swp_bcount.attilio2013-05-281-5/+7
* Do not map the swap i/o pbufs if the geom provider for the swapkib2013-03-191-13/+33
* MFCattilio2013-02-261-2/+1
* As VM_OBJECT_SLEEP() is a vm_object_t specific function, makeattilio2013-02-261-1/+1
* Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-11/+11
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-25/+25
* Switch vm_object lock to be a rwlock.attilio2013-02-201-12/+13
* - Don't pass geom and provider names as format strings.jh2012-11-201-1/+1
* Whitespace cleanup.des2012-09-051-76/+76
* No memory barrier is required. This was pointed out by kib@ a while ago,des2012-09-041-2/+2
* Revert previous commit, which was performed in the wrong tree.des2012-09-041-89/+82
* No memory barrier is required. This was pointed out by kib@ a while ago,des2012-09-041-82/+89
* Typo in previous change: print half the theoretical maximum as maximumpluknet2012-08-271-1/+1
* - When running out of swzone, instead of spewing an error message everydes2012-08-161-1/+33
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-1/+1
* Revert r236380eadler2012-06-011-15/+0
* Add sysctl to query amount of swap space freeeadler2012-06-011-0/+15
* Remove direct access to si_name.ed2012-02-101-3/+3
* Fix NULL dereference panic on attempt to turn off (on system shutdown)mav2012-02-011-1/+1
* Fix printf.kib2011-12-121-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-1/+1
* Update some comments in swap_pager.c.kib2011-08-221-30/+17
* Apply the limit to avoid the overflows in the radix tree subr_blist.ckib2011-08-221-10/+12
* Implement the linprocfs swaps file, providing information about thekib2011-08-011-20/+38
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-061-0/+6
* Reap old SPL comments.obrien2011-04-261-35/+2
OpenPOWER on IntegriCloud