aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+2
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner1-2/+2
2011-10-31vmscan: abort reclaim/compaction if compaction can proceedMel Gorman1-11/+21
2011-10-31vmscan: limit direct reclaim for higher order allocationsRik van Riel1-0/+16
2011-10-31vmscan: add barrier to prevent evictable page in unevictable listMinchan Kim1-5/+6
2011-10-31mm: disable user interface to manually rescue unevictable pagesJohannes Weiner1-76/+8
2011-10-31vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul1-2/+2
2011-10-31kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi1-0/+2
2011-10-31kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi1-3/+11
2011-10-31vmscan: count pages into balanced for zone with good watermarkShaohua Li1-0/+2
2011-10-31mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman1-1/+9
2011-10-31mm: vmscan: throttle reclaim if encountering too many dirty pages under writebackMel Gorman1-3/+39
2011-10-31mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman1-5/+8
2011-10-31mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under writebackMel Gorman1-16/+5
2011-10-31mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman1-0/+9
2011-10-31mm: vmscan: drop nr_force_scan[] from get_scan_countJohannes Weiner1-24/+12
2011-10-31vmscan: add block plug for page reclaimShaohua Li1-0/+3
2011-10-31mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim1-2/+18
2011-10-31mm: compaction: make isolate_lru_page() filter-awareMinchan Kim1-0/+3
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim1-17/+20
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-1/+2
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-35/+39
2011-09-14memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner1-34/+5
2011-09-14mm: vmscan: fix force-scanning small targets without swapJohannes Weiner1-15/+12
2011-08-25vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li1-0/+3
2011-08-25mm: fix a vmscan warningShaohua Li1-8/+8
2011-08-24mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed"Justin P. Mattock1-1/+1
2011-07-26memcg: add memory.vmscan_statKAMEZAWA Hiroyuki1-5/+34
2011-07-26memcg: fix vmscan count in small memcgsKAMEZAWA Hiroyuki1-6/+12
2011-07-26memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki1-1/+2
2011-07-26memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki1-13/+10
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner1-5/+6
2011-07-20vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner1-0/+15
2011-07-20vmscan: shrinker->nr updates race and go wrongDave Chinner1-13/+32
2011-07-20vmscan: add shrink_slab tracepointsDave Chinner1-1/+7
2011-07-19vmscan: fix a livelock in kswapdShaohua Li1-1/+2
2011-07-08mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman1-13/+21
2011-07-08mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman1-1/+1
2011-07-08mm: vmscan: do not apply pressure to slab if we are not applying pressure to zoneMel Gorman1-10/+13
2011-07-08mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman1-1/+1
2011-06-27memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki1-12/+15
2011-06-15mm: vmscan: do not use page_count without a page pinAndrea Arcangeli1-2/+14
2011-06-15vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro1-2/+2
2011-05-26memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han1-1/+1
2011-05-26memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki1-27/+33
2011-05-26memcg: reclaim memory from nodes in round-robin orderYing Han1-1/+9
2011-05-26memcg: add the soft_limit reclaim in global direct reclaim.Ying Han1-2/+14
2011-05-26memcg: count the soft_limit reclaim in global background reclaimYing Han1-3/+13
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-15/+19
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han1-13/+33