aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22sys_swapon: remove initial value of name variableCesar Eduardo Barros1-1/+1
2011-03-22sys_swapon: simplify error flow in alloc_swap_info()Cesar Eduardo Barros1-6/+1
2011-03-22sys_swapon: simplify error return from swap_info allocationCesar Eduardo Barros1-4/+2
2011-03-22sys_swapon: separate swap_info allocationCesar Eduardo Barros1-20/+37
2011-03-22sys_swapon: do not depend on "type" after allocationCesar Eduardo Barros1-5/+5
2011-03-22sys_swapon: remove changelog from function commentCesar Eduardo Barros1-5/+0
2011-03-22sys_swapon: use vzalloc() instead of vmalloc/memsetCesar Eduardo Barros1-2/+1
2011-03-22mm: swap: unlock swapfile inode mutex before closing file on bad swapfilesMel Gorman1-1/+6
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-37/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-37/+0
2011-02-24mm: fix refcounting in swaponMiklos Szeredi1-1/+1
2011-01-13thp: split_huge_page pagingAndrea Arcangeli1-0/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-3/+4
2010-10-26/proc/swaps: support pollingKay Sievers1-1/+48
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-77/+43
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-3/+3
2010-09-10swap: do not send discards as barriersChristoph Hellwig1-6/+3
2010-09-09swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins1-1/+1
2010-09-09swap: do not send discards as barriersChristoph Hellwig1-6/+3
2010-09-09swap: prevent reuse during hibernationHugh Dickins1-4/+20
2010-09-09swap: revert special hibernation allocationHugh Dickins1-72/+22
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki1-22/+72
2010-08-09mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki1-2/+4
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+5
2010-05-18swap: Add swap slot free callback to block_device_operationsNitin Gupta1-0/+4
2010-05-18swap: Add flag to identify block swap devicesNitin Gupta1-0/+1
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-3/+6
2010-03-12memcg: move charges of anonymous swapDaisuke Nishimura1-0/+31
2010-03-06mm: add comment on swap_duplicate's error codeHugh Dickins1-1/+5
2010-03-06mm/swapfile.c: fix swapon size off-by-oneHugh Dickins1-13/+18
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-0/+1
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-1/+1
2009-12-15ksm: let shared pages be swappableHugh Dickins1-1/+10
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins1-1/+1
2009-12-15swap: rework map_swap_page() againLee Schermerhorn1-4/+16
2009-12-15swap_info: note SWAP_MAP_SHMEMHugh Dickins1-20/+27
2009-12-15swap_info: swap count continuationsHugh Dickins1-54/+250
2009-12-15swap_info: swap_map of chars not shortsHugh Dickins1-17/+23
2009-12-15swap_info: SWAP_HAS_CACHE cleanupsHugh Dickins1-91/+64
2009-12-15swap_info: miscellaneous minor cleanupsHugh Dickins1-27/+24
2009-12-15swap_info: include first_swap_extentHugh Dickins1-34/+36
2009-12-15swap_info: change to array of pointersHugh Dickins1-91/+113
2009-12-15swap_info: private to swapfile.cHugh Dickins1-12/+17
2009-11-02mm: remove incorrect swap_count() from try_to_unuse()Bo Liu1-2/+1
2009-10-01swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULLSuresh Jayaraman1-5/+7
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-2/+2
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins1-2/+2
2009-09-16HWPOISON: Add support for poison swap entries v2Andi Kleen1-2/+2
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig1-2/+4
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins1-2/+2