aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-11memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()KOSAKI Motohiro1-5/+2
2010-08-11memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro1-4/+1
2010-08-11memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone()KOSAKI Motohiro1-2/+0
2010-08-11memcg: sc.nr_to_reclaim should be initializedKOSAKI Motohiro1-0/+1
2010-08-09vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang1-8/+43
2010-08-09memcg, vmscan: add memcg reclaim tracepointKOSAKI Motohiro1-1/+19
2010-08-09vmscan: shrink_slab() requires the number of lru_pages, not the page orderKOSAKI Motohiro1-4/+13
2010-08-09vmscan: protect reading of reclaim_stat with lru_lockKOSAKI Motohiro1-11/+9
2010-08-09vmscan: avoid subtraction of unsigned typesKOSAKI Motohiro1-7/+8
2010-08-09vmscan: update isolated page counters outside of main path in shrink_inactive_list()Mel Gorman1-25/+38
2010-08-09vmscan: set up pagevec as late as possible in shrink_page_list()Mel Gorman1-8/+28
2010-08-09vmscan: set up pagevec as late as possible in shrink_inactive_list()Mel Gorman1-43/+56
2010-08-09vmscan: remove unnecessary temporary vars in do_try_to_free_pagesMel Gorman1-5/+4
2010-08-09vmscan: simplify shrink_inactive_list()KOSAKI Motohiro1-110/+102
2010-08-09vmscan: kill prev_priority completelyKOSAKI Motohiro1-57/+0
2010-08-09vmscan: tracing: add trace event when a page is writtenMel Gorman1-0/+2
2010-08-09vmscan: tracing: add trace events for LRU page isolationMel Gorman1-0/+16
2010-08-09vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaimMel Gorman1-4/+20
2010-08-09vmscan: recalculate lru_pages on each priorityKOSAKI Motohiro1-13/+8
2010-08-09vmscan: zone_reclaim don't call disable_swap_token()KOSAKI Motohiro1-1/+0
2010-07-20mm/vmscan.c: fix mapping use after freeNick Piggin1-1/+1
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-3/+5
2010-06-04vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failureKOSAKI Motohiro1-13/+16
2010-05-25vmscan: remove isolate_pages callback scan controlJohannes Weiner1-24/+28
2010-05-25vmscan: remove all_unreclaimable scan controlJohannes Weiner1-8/+6
2010-05-25vmscan: page_check_references(): check low order lumpy reclaim properlyKOSAKI Motohiro1-15/+26
2010-05-25vmscan: prevent get_scan_ratio() rounding errorsShaohua Li1-52/+55
2010-05-25mm: move definition for LRU isolation modes to a headerMel Gorman1-5/+0
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-0/+2
2010-04-07mm: revert "vmscan: get_scan_ratio() cleanup"KOSAKI Motohiro1-14/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner1-10/+35
2010-03-06vmscan: drop page_mapping_inuse()Johannes Weiner1-23/+2
2010-03-06vmscan: factor out page reference checksJohannes Weiner1-13/+43
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro1-13/+9
2010-03-06mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro1-0/+2
2010-03-06vmscan: get_scan_ratio() cleanupKOSAKI Motohiro1-9/+14
2010-03-06vmscan: check high watermark after shrink zoneMinchan Kim1-10/+12
2010-01-16vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimableKOSAKI Motohiro1-0/+3
2009-12-15vmscan: simplify codeHuang Shijie1-4/+2
2009-12-15vmscan: do not evict inactive pages when skipping an active list scanRik van Riel1-6/+12
2009-12-15vmscan: make consistent of reclaim bale out between do_try_to_free_page and shrink_zoneKOSAKI Motohiro1-1/+1
2009-12-15vmscan: kill sc.swap_cluster_maxKOSAKI Motohiro1-20/+6
2009-12-15vmscan: zone_reclaim() don't use insane swap_cluster_maxKOSAKI Motohiro1-2/+1
2009-12-15vmscan: kill hibernation specific reclaim logic and unify itKOSAKI Motohiro1-127/+26
2009-12-15vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaimKOSAKI Motohiro1-6/+19
2009-12-15vmscan: stop kswapd waiting on congestion when the min watermark is not being metKOSAKI Motohiro1-9/+29
2009-12-15vmscan: have kswapd sleep for a short interval and double check it should be asleepMel Gorman1-2/+42
2009-12-15mm/vmscan: change comment generic_file_write to __generic_file_aio_writeVincent Li1-1/+1
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes1-6/+22