aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2009-01-06swapfile: swapon randomize if nonrotHugh Dickins1-2/+9
2009-01-06swapfile: swap allocation use discardHugh Dickins1-1/+118
2009-01-06swapfile: swapon use discard (trim)Hugh Dickins1-2/+37
2009-01-06swapfile: rearrange scan and swap_infoHugh Dickins1-29/+37
2009-01-06swapfile: remove v0 SWAP-SPACE messageHugh Dickins1-81/+65
2009-01-06swapfile: remove surplus whitespaceHugh Dickins1-11/+11
2009-01-06swapfile: remove SWP_ACTIVE maskHugh Dickins1-2/+2
2009-01-06swapfile: swapon needs larger size typeHugh Dickins1-3/+3
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins1-0/+1
2009-01-06mm: try_to_unuse check removing right swapHugh Dickins1-1/+10
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins1-58/+12
2009-01-06mm: reuse_swap_page replaces can_share_swap_pageHugh Dickins1-4/+11
2009-01-06mm: replace some BUG_ONs by VM_BUG_ONsHugh Dickins1-5/+3
2008-12-16x86: consolidate __swp_XXX() macrosJan Beulich1-0/+9
2008-10-20mm: page lock use lock bitopsNick Piggin1-1/+1
2008-10-20vmscan: free swap space on swap-in/activationRik van Riel1-3/+22
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-07-30swapfile/vmscan: update comments related to vmscan functionsFernando Luis Vazquez Cao1-2/+2
2008-07-26mm/swapfile.c: make code staticAdrian Bunk1-3/+3
2008-07-26mm: spinlock tree_lockNick Piggin1-2/+2
2008-07-24mm: fix ever-decreasing swap priorityHugh Dickins1-24/+25
2008-04-29mm: use non-racy method for /proc/swaps creationDenis V. Lunev1-5/+1
2008-04-28mm: try both endianess when checking for endianessChris Dearman1-0/+8
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck1-1/+1
2008-02-07memcgroup: reinstate swapoff modHugh Dickins1-8/+34
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh1-1/+1
2008-02-07Memory controller: memory accountingBalbir Singh1-17/+24