aboutsummaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-12memcg: move charges of anonymous swapGravatar Daisuke Nishimura 1-0/+31
2010-03-06mm: add comment on swap_duplicate's error codeGravatar Hugh Dickins 1-1/+5
2010-03-06mm/swapfile.c: fix swapon size off-by-oneGravatar Hugh Dickins 1-13/+18
2010-03-06mm: count swap usageGravatar KAMEZAWA Hiroyuki 1-0/+1
2010-03-06mm: clean up mm_counterGravatar KAMEZAWA Hiroyuki 1-1/+1
2009-12-15ksm: let shared pages be swappableGravatar Hugh Dickins 1-1/+10
2009-12-15mm: define PAGE_MAPPING_FLAGSGravatar Hugh Dickins 1-1/+1
2009-12-15swap: rework map_swap_page() againGravatar Lee Schermerhorn 1-4/+16
2009-12-15swap_info: note SWAP_MAP_SHMEMGravatar Hugh Dickins 1-20/+27
2009-12-15swap_info: swap count continuationsGravatar Hugh Dickins 1-54/+250
2009-12-15swap_info: swap_map of chars not shortsGravatar Hugh Dickins 1-17/+23
2009-12-15swap_info: SWAP_HAS_CACHE cleanupsGravatar Hugh Dickins 1-91/+64
2009-12-15swap_info: miscellaneous minor cleanupsGravatar Hugh Dickins 1-27/+24
2009-12-15swap_info: include first_swap_extentGravatar Hugh Dickins 1-34/+36
2009-12-15swap_info: change to array of pointersGravatar Hugh Dickins 1-91/+113
2009-12-15swap_info: private to swapfile.cGravatar Hugh Dickins 1-12/+17
2009-11-02mm: remove incorrect swap_count() from try_to_unuse()Gravatar Bo Liu 1-2/+1
2009-10-01swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULLGravatar Suresh Jayaraman 1-5/+7
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 1-2/+2
2009-09-22ksm: unmerge is an origin of OOMsGravatar Hugh Dickins 1-2/+2
2009-09-16HWPOISON: Add support for poison swap entries v2Gravatar Andi Kleen 1-2/+2
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardGravatar Christoph Hellwig 1-2/+4
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countGravatar Alan Jenkins 1-2/+2
2009-06-18memcg: fix swap accountingGravatar KAMEZAWA Hiroyuki 1-4/+12
2009-06-16mm: reuse unused swap entry if necessaryGravatar KAMEZAWA Hiroyuki 1-0/+47
2009-06-16mm: modify swap_map and add SWAP_HAS_CACHE flagGravatar KAMEZAWA Hiroyuki 1-55/+159
2009-06-16mm: add swap cache interface for swap referenceGravatar KAMEZAWA Hiroyuki 1-0/+19
2009-02-21PM/hibernate: fix "swap breaks after hibernation failures"Gravatar Alan Jenkins 1-2/+2
2009-01-29memcg: fix refcnt handling at swapoffGravatar KAMEZAWA Hiroyuki 1-1/+4
2009-01-14[CVE-2009-0029] System call wrappers part 26Gravatar Heiko Carstens 1-2/+2
2009-01-08memcg: revert gfp mask fixGravatar KAMEZAWA Hiroyuki 1-2/+1
2009-01-08memcg: mem+swap controller coreGravatar KAMEZAWA Hiroyuki 1-4/+7
2009-01-08memcg: swap cgroup for remembering usageGravatar KAMEZAWA Hiroyuki 1-0/+10
2009-01-08memcg: fix gfp_mask of callers of chargeGravatar KAMEZAWA Hiroyuki 1-1/+1
2009-01-08memcg: introduce charge-commit-cancel style of functionsGravatar KAMEZAWA Hiroyuki 1-2/+4
2009-01-06mm: kill page_queue_congested()Gravatar KOSAKI Motohiro 1-20/+0
2009-01-06badpage: zap print_bad_pte on swap and fileGravatar Hugh Dickins 1-3/+4
2009-01-06swapfile: let others seed randomGravatar Hugh Dickins 1-1/+0
2009-01-06swapfile: change discard pgoff_t to sector_tGravatar Hugh Dickins 1-2/+2
2009-01-06swapfile: swap allocation cycle if nonrotGravatar Hugh Dickins 1-4/+46
2009-01-06swapfile: swapon randomize if nonrotGravatar Hugh Dickins 1-2/+9
2009-01-06swapfile: swap allocation use discardGravatar Hugh Dickins 1-1/+118
2009-01-06swapfile: swapon use discard (trim)Gravatar Hugh Dickins 1-2/+37
2009-01-06swapfile: rearrange scan and swap_infoGravatar Hugh Dickins 1-29/+37
2009-01-06swapfile: remove v0 SWAP-SPACE messageGravatar Hugh Dickins 1-81/+65
2009-01-06swapfile: remove surplus whitespaceGravatar Hugh Dickins 1-11/+11
2009-01-06swapfile: remove SWP_ACTIVE maskGravatar Hugh Dickins 1-2/+2
2009-01-06swapfile: swapon needs larger size typeGravatar Hugh Dickins 1-3/+3
2009-01-06mm: optimize get_scan_ratio for no swapGravatar Hugh Dickins 1-0/+1
2009-01-06mm: try_to_unuse check removing right swapGravatar Hugh Dickins 1-1/+10