aboutsummaryrefslogtreecommitdiff
path: root/mm/swapfile.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageGravatar Hugh Dickins 1-58/+12
2009-01-06mm: reuse_swap_page replaces can_share_swap_pageGravatar Hugh Dickins 1-4/+11
2009-01-06mm: replace some BUG_ONs by VM_BUG_ONsGravatar Hugh Dickins 1-5/+3
2008-12-16x86: consolidate __swp_XXX() macrosGravatar Jan Beulich 1-0/+9
2008-10-20mm: page lock use lock bitopsGravatar Nick Piggin 1-1/+1
2008-10-20vmscan: free swap space on swap-in/activationGravatar Rik van Riel 1-3/+22
2008-08-04mm: rename page trylockGravatar Nick Piggin 1-1/+1
2008-07-30swapfile/vmscan: update comments related to vmscan functionsGravatar Fernando Luis Vazquez Cao 1-2/+2
2008-07-26mm/swapfile.c: make code staticGravatar Adrian Bunk 1-3/+3
2008-07-26mm: spinlock tree_lockGravatar Nick Piggin 1-2/+2
2008-07-24mm: fix ever-decreasing swap priorityGravatar Hugh Dickins 1-24/+25
2008-04-29mm: use non-racy method for /proc/swaps creationGravatar Denis V. Lunev 1-5/+1
2008-04-28mm: try both endianess when checking for endianessGravatar Chris Dearman 1-0/+8
2008-02-14d_path: Make seq_path() use a struct path argumentGravatar Jan Blunck 1-1/+1
2008-02-07memcgroup: reinstate swapoff modGravatar Hugh Dickins 1-8/+34
2008-02-07Memory controller: make charging gfp mask awareGravatar Balbir Singh 1-1/+1
2008-02-07Memory controller: memory accountingGravatar Balbir Singh 1-17/+24
2008-02-07memcgroup: temporarily revert swapoff modGravatar Hugh Dickins 1-31/+7
2008-02-05tmpfs: open a window in shmem_unuse_inodeGravatar Hugh Dickins 1-13/+10
2008-02-05swapoff: scan ptes preemptiblyGravatar Hugh Dickins 1-7/+31
2008-02-05swapin: fix valid_swaphandles defectGravatar Hugh Dickins 1-16/+33
2008-02-05swapin needs gfp_mask for loop on tmpfsGravatar Hugh Dickins 1-1/+2
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONGravatar Rafael J. Wysocki 1-3/+3
2007-07-16vmscan: fix comments related to shrink_list()Gravatar Anderson Briglia 1-1/+1
2007-05-07mm: make read_cache_page synchronousGravatar Nick Piggin 1-3/+0
2007-01-05[PATCH] swsusp: Do not fail if resume device is not setGravatar Rafael J. Wysocki 1-1/+7
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-2/+2