aboutsummaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)Author
2010-08-13mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki
2009-11-02mm: remove incorrect swap_count() from try_to_unuse()Bo Liu
2009-10-01swapfile: avoid NULL pointer dereference in swapon when s_bdev is NULLSuresh Jayaraman
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins
2009-09-16HWPOISON: Add support for poison swap entries v2Andi Kleen
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig
2009-07-29PM / Hibernate: Replace bdget call with simple atomic_inc of i_countAlan Jenkins
2009-06-18memcg: fix swap accountingKAMEZAWA Hiroyuki
2009-06-16mm: reuse unused swap entry if necessaryKAMEZAWA Hiroyuki
2009-06-16mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki
2009-02-21PM/hibernate: fix "swap breaks after hibernation failures"Alan Jenkins
2009-01-29memcg: fix refcnt handling at swapoffKAMEZAWA Hiroyuki
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens
2009-01-08memcg: revert gfp mask fixKAMEZAWA Hiroyuki
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki
2009-01-08memcg: swap cgroup for remembering usageKAMEZAWA Hiroyuki
2009-01-08memcg: fix gfp_mask of callers of chargeKAMEZAWA Hiroyuki
2009-01-08memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki
2009-01-06mm: kill page_queue_congested()KOSAKI Motohiro
2009-01-06badpage: zap print_bad_pte on swap and fileHugh Dickins
2009-01-06swapfile: let others seed randomHugh Dickins
2009-01-06swapfile: change discard pgoff_t to sector_tHugh Dickins
2009-01-06swapfile: swap allocation cycle if nonrotHugh Dickins
2009-01-06swapfile: swapon randomize if nonrotHugh Dickins
2009-01-06swapfile: swap allocation use discardHugh Dickins
2009-01-06swapfile: swapon use discard (trim)Hugh Dickins
2009-01-06swapfile: rearrange scan and swap_infoHugh Dickins
2009-01-06swapfile: remove v0 SWAP-SPACE messageHugh Dickins
2009-01-06swapfile: remove surplus whitespaceHugh Dickins
2009-01-06swapfile: remove SWP_ACTIVE maskHugh Dickins
2009-01-06swapfile: swapon needs larger size typeHugh Dickins
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins
2009-01-06mm: try_to_unuse check removing right swapHugh Dickins
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins
2009-01-06mm: reuse_swap_page replaces can_share_swap_pageHugh Dickins
2009-01-06mm: replace some BUG_ONs by VM_BUG_ONsHugh Dickins
2008-12-16x86: consolidate __swp_XXX() macrosJan Beulich
2008-10-20mm: page lock use lock bitopsNick Piggin
2008-10-20vmscan: free swap space on swap-in/activationRik van Riel
2008-08-04mm: rename page trylockNick Piggin
2008-07-30swapfile/vmscan: update comments related to vmscan functionsFernando Luis Vazquez Cao
2008-07-26mm/swapfile.c: make code staticAdrian Bunk
2008-07-26mm: spinlock tree_lockNick Piggin
2008-07-24mm: fix ever-decreasing swap priorityHugh Dickins
2008-04-29mm: use non-racy method for /proc/swaps creationDenis V. Lunev
2008-04-28mm: try both endianess when checking for endianessChris Dearman
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck
2008-02-07memcgroup: reinstate swapoff modHugh Dickins