summaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)AuthorFilesLines
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/l...Linus 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
2009-06-18memcg: fix swap accountingKAMEZAWA Hiroyuki1-4/+12
2009-06-16mm: reuse unused swap entry if necessaryKAMEZAWA Hiroyuki1-0/+47
2009-06-16mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki1-55/+159
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki1-0/+19
2009-02-21PM/hibernate: fix "swap breaks after hibernation failures"Alan Jenkins1-2/+2
2009-01-29memcg: fix refcnt handling at swapoffKAMEZAWA Hiroyuki1-1/+4
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens1-2/+2
2009-01-08memcg: revert gfp mask fixKAMEZAWA Hiroyuki1-2/+1
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki1-4/+7
2009-01-08memcg: swap cgroup for remembering usageKAMEZAWA Hiroyuki1-0/+10
2009-01-08memcg: fix gfp_mask of callers of chargeKAMEZAWA Hiroyuki1-1/+1
2009-01-08memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki1-2/+4
2009-01-06mm: kill page_queue_congested()KOSAKI Motohiro1-20/+0
2009-01-06badpage: zap print_bad_pte on swap and fileHugh Dickins1-3/+4
2009-01-06swapfile: let others seed randomHugh Dickins1-1/+0
2009-01-06swapfile: change discard pgoff_t to sector_tHugh Dickins1-2/+2
2009-01-06swapfile: swap allocation cycle if nonrotHugh Dickins1-4/+46