aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-16mm/vmscan.c: don't forget to free shrinker->nr_deferredAndrew Vagin1-0/+1
2013-09-30mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini1-1/+3
2013-09-24revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton1-36/+26
2013-09-24revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton1-2/+2
2013-09-24revert "memcg: enhance memcg iterator to support predicates"Andrew Morton1-5/+11
2013-09-24revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...Andrew Morton1-3/+1
2013-09-24revert "memcg, vmscan: do not fall into reclaim-all pass too quickly"Andrew Morton1-17/+2
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-31/+52
2013-09-12memcg: trivial cleanupsAndrew Morton1-6/+6
2013-09-12memcg, vmscan: do not fall into reclaim-all pass too quicklyMichal Hocko1-2/+17
2013-09-12memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko1-1/+3
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko1-11/+5
2013-09-12vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko1-2/+2
2013-09-12memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko1-26/+36
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-101/+140
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du1-35/+31
2013-09-11mm: putback_lru_page: remove unnecessary call to page_lru_base_type()Vlastimil Babka1-6/+6
2013-09-11mm: vmscan: fix numa reclaim balance problem in kswapdJohannes Weiner1-1/+1
2013-09-10shrinker: Kill old ->shrink API.Dave Chinner1-33/+8
2013-09-10vmscan: per-node deferred workGlauber Costa1-101/+140
2013-09-10shrinker: add node awarenessDave Chinner1-3/+8
2013-09-10mm: new shrinker APIDave Chinner1-20/+40
2013-07-09mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WR...Mel Gorman1-15/+1
2013-07-09mm: vmscan: do not continue scanning if reclaim was aborted for compactionMel Gorman1-3/+5
2013-07-03mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman1-3/+2
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+10
2013-07-03mm: vmscan: treat pages marked for immediate reclaim as zone congestionMel Gorman1-2/+8
2013-07-03mm: vmscan: move direct reclaim wait_iff_congested into shrink_listMel Gorman1-29/+33
2013-07-03mm: vmscan: set zone flags before blockingMel Gorman1-1/+1
2013-07-03mm: vmscan: stall page reclaim after a list of pages have been processedMel Gorman1-16/+33
2013-07-03mm: vmscan: stall page reclaim and writeback pages based on dirty/writepage p...Mel Gorman1-13/+48
2013-07-03mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone()Mel Gorman1-56/+54
2013-07-03mm: vmscan: check if kswapd should writepage once per pgdat scanMel Gorman1-7/+7
2013-07-03mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman1-22/+60
2013-07-03mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman1-6/+25
2013-07-03mm: vmscan: do not allow kswapd to scan at maximum priorityMel Gorman1-1/+1
2013-07-03mm: vmscan: decide whether to compact the pgdat based on reclaim progressMel Gorman1-29/+30
2013-07-03mm: vmscan: flatten kswapd priority loopMel Gorman1-45/+41
2013-07-03mm: vmscan: obey proportional scanning requirements for kswapdMel Gorman1-8/+59
2013-07-03mm: vmscan: limit the number of pages kswapd reclaims at each priorityMel Gorman1-20/+29
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-1/+1
2013-04-29memcg: add memory.pressure_level eventsAnton Vorontsov1-0/+8
2013-04-29mm/vmscan.c: minor cleanup for kswapdHillf Danton1-4/+0
2013-04-17mm/vmscan: fix error return in kswapd_run()Xishi Qiu1-1/+1
2013-02-23vmscan: change type of vm_total_pages to unsigned longZhang Yanfei1-1/+1
2013-02-23mm: use up free swap space before reaching OOM killMinchan Kim1-5/+10
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner1-13/+6
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-4/+4
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei1-2/+2
2013-02-23mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic1-28/+1
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu1-7/+7
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic1-4/+11
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko1-10/+9
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton1-2/+1
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner1-88/+91
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner1-21/+44
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner1-5/+7
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner1-9/+30
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner1-4/+6
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner1-9/+11
2013-01-03MM: vmscan: remove __devinit attribute.Greg Kroah-Hartman1-2/+2
2012-12-28mm: fix null pointer dereference in wait_iff_congested()Zlatko Calusic1-1/+1
2012-12-23mm: modify pgdat_balanced() so that it also handles order-0Zlatko Calusic1-60/+45
2012-12-20mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic1-6/+6
2012-12-18mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu1-0/+8
2012-12-18vmscan: comment too_many_isolated()Fengguang Wu1-1/+5
2012-12-12vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-2/+2
2012-12-11mm/vmscan.c: try_to_freeze() returns booleanJeff Liu1-1/+1
2012-12-11mm,vmscan: only evict file pages when we have plentyRik van Riel1-2/+13
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov1-4/+5
2012-12-08mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner1-3/+0
2012-12-06mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner1-16/+0
2012-11-30mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner1-9/+18
2012-11-26mm: vmscan: check for fatal signals iff the process was throttledMel Gorman1-10/+27
2012-11-16mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman1-25/+0
2012-11-09mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi1-0/+2
2012-10-09CMA: migrate mlocked pagesMinchan Kim1-2/+2
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-18/+9
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman1-0/+8
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim1-6/+37
2012-10-09mm/vmscan: fix error number for failed kthreadGavin Shan1-2/+2
2012-10-09mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on fa...Mel Gorman1-0/+25
2012-09-17memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang1-0/+1
2012-07-31memcg: gix memory accounting scalability in shrink_page_listTim Chen1-0/+2
2012-07-31memcg: further prevent OOM with too many dirty pagesHugh Dickins1-9/+24
2012-07-31memcg: prevent OOM with too many dirty pagesMichal Hocko1-3/+20
2012-07-31mm: account for the number of times direct reclaimers get throttledMel Gorman1-0/+3
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Mel Gorman1-8/+120
2012-07-31memcg: rename config variablesAndrew Morton1-2/+2
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+3
2012-07-17mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar1-1/+4
2012-07-11memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu1-2/+5
2012-06-29Merge branch 'master' into for-nextJiri Kosina1-267/+39
2012-06-28mm/vmscan: cleanup comment error in balance_pgdatWanpeng Li1-1/+1
2012-06-28mm: fix page reclaim comment errorWanpeng Li1-1/+2
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins1-20/+27
2012-05-29mm: trivial cleanups in vmscan.cHugh Dickins1-21/+10
2012-05-29mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins1-10/+9
2012-05-29mm/vmscan: kill struct mem_cgroup_zoneKonstantin Khlebnikov1-20/+6
2012-05-29mm/vmscan: push lruvec pointer into should_continue_reclaim()Konstantin Khlebnikov1-5/+3
2012-05-29mm/vmscan: push lruvec pointer into get_scan_count()Konstantin Khlebnikov1-16/+9
2012-05-29mm/vmscan: push lruvec pointer into shrink_list()Konstantin Khlebnikov1-22/+12
2012-05-29mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov1-18/+22
2012-05-29mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov1-15/+16
2012-05-29mm/vmscan: push lruvec pointer into putback_inactive_pages()Konstantin Khlebnikov1-4/+4
2012-05-29mm/vmscan: remove update_isolated_counts()Konstantin Khlebnikov1-54/+6
2012-05-29mm/vmscan: push zone pointer into shrink_page_list()Konstantin Khlebnikov1-6/+5
2012-05-29mm/vmscan: push lruvec pointer into isolate_lru_pages()Konstantin Khlebnikov1-8/+8
2012-05-29mm/vmscan: store "priority" in struct scan_controlKonstantin Khlebnikov1-56/+61
2012-05-29mm/memcg: use vm_swappiness from target memory cgroupKonstantin Khlebnikov1-6/+5
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins1-4/+1
2012-05-29mm/memcg: scanning_global_lru means mem_cgroup_disabledHugh Dickins1-14/+4
2012-05-29mm/memcg: kill mem_cgroup_lru_del()Konstantin Khlebnikov1-1/+1
2012-05-29mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov1-19/+4
2012-05-29mm: push lru index into shrink_[in]active_list()Konstantin Khlebnikov1-24/+17
2012-05-29mm: avoid swapping out with swappiness==0Satoru Moriya1-3/+3
2012-05-29mm: consider all swapped back pages in used-once logicMichal Hocko1-1/+1
2012-05-29mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han1-1/+1
2012-05-29mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner1-2/+4
2012-05-29mm: vmscan: remove reclaim_mode_tMel Gorman1-50/+22
2012-05-29mm: vmscan: do not stall on writeback during memory compactionMel Gorman1-77/+8
2012-05-29mm: vmscan: remove lumpy reclaimMel Gorman1-129/+15
2012-05-29mm: remove swap token codeRik van Riel1-6/+0
2012-04-25mm: fix up the vmscan stat in vmstatYing Han1-3/+8
2012-04-12Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han1-6/+1
2012-03-24Fix potential endless loop in kswapd when compaction is not enabledRik van Riel1-1/+2
2012-03-23mm: fix testorder interaction between two kswapd patchesHugh Dickins1-1/+1
2012-03-21mm: forbid lumpy-reclaim in shrink_active_list()Konstantin Khlebnikov1-0/+2
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-2/+0
2012-03-21mm/vmscan.c: fix spelling errorCopot Alexandru1-2/+2
2012-03-21vmscan: handle isolated pages with lru lock releasedHillf Danton1-11/+10
2012-03-21mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning ...Mel Gorman1-13/+29
2012-03-21vmscan: only defer compaction for failed order and higherRik van Riel1-1/+1
2012-03-21vmscan: kswapd carefully call compactionRik van Riel1-0/+10
2012-03-21vmscan: reclaim at order 0 when compaction is enabledRik van Riel1-17/+30
2012-03-21mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()Hillf Danton1-1/+6
2012-03-21mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/Hillf Danton1-9/+9
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins1-89/+39
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins1-1/+11
2012-01-12mm: rearrange putback_inactive_pagesHugh Dickins1-52/+44
2012-01-12mm: remove isolate_pages()Hugh Dickins1-34/+27
2012-01-12mm: enum lru_list lruHugh Dickins1-11/+11
2012-01-12mm: take pagevecs off reclaim stackHugh Dickins1-18/+40
2012-01-12mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman1-10/+9
2012-01-12mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman1-5/+39
2012-01-12mm: compaction: make isolate_lru_page() filter-aware againMel Gorman1-2/+33
2012-01-12mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman1-1/+7
2012-01-12mm: vmscan: check if we isolated a compound page during lumpy scanAndrea Arcangeli1-3/+7
2012-01-12vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma1-1/+1
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner1-6/+6
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner1-35/+29
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner1-5/+5
2012-01-12mm: vmscan: convert global reclaim to per-memcg LRU listsJohannes Weiner1-17/+22
2012-01-12mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner1-4/+39
2012-01-12mm: vmscan: distinguish between memcg triggering reclaim and memcg being scannedJohannes Weiner1-108/+141
2012-01-12mm: vmscan: distinguish global reclaim from global LRU scanningJohannes Weiner1-25/+37
2012-01-10mm: vmscan: fix typo in isolating lru pagesHillf Danton1-1/+1
2012-01-10mm: test PageSwapBacked in lumpy reclaimHugh Dickins1-1/+1
2012-01-10mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim1-2/+3
2012-01-10vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro1-2/+3
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov1-19/+1
2012-01-10vmscan: activate executable pages after first usageKonstantin Khlebnikov1-0/+6
2012-01-10vmscan: promote shared file mapped pagesKonstantin Khlebnikov1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-7/+7
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers1-7/+7
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov1-10/+7
2011-12-09vmscan: fix initial shrinker size handlingKonstantin Khlebnikov1-3/+6
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus 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 write...Mel 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 ...Mel 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