aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-09fs: Add free_folio address space operationMatthew Wilcox (Oracle)1-1/+5
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown1-2/+7
2022-05-09mm: reclaim mustn't enter FS for SWP_FS_OPS swap-spaceNeilBrown1-9/+20
2022-05-09mm: create new mm/swap.h header fileNeilBrown1-0/+1
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-04-28mm/vmscan: fix comment for isolate_lru_pagesMiaohe Lin1-2/+2
2022-04-28mm/vmscan: fix comment for current_may_throttleMiaohe Lin1-4/+3
2022-04-28mm/vmscan: remove obsolete comment in get_scan_countMiaohe Lin1-3/+1
2022-04-28mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang1-2/+2
2022-04-28mm/vmscan: reclaim only affects managed_zonesWei Yang1-2/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-149/+156
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying1-1/+5
2022-03-22mm: vmscan: fix documentation for page_check_references()Charan Teja Kalla1-1/+1
2022-03-22mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins1-83/+18
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins1-6/+2
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown1-3/+1
2022-03-22remove inode_congested()NeilBrown1-16/+1
2022-03-21mm: Turn can_split_huge_page() into can_split_folio()Matthew Wilcox (Oracle)1-3/+3
2022-03-21mm/vmscan: Convert pageout() to take a folioMatthew Wilcox (Oracle)1-32/+32
2022-03-21mm/vmscan: Turn page_check_references() into folio_check_references()Matthew Wilcox (Oracle)1-17/+16
2022-03-21mm/vmscan: Account large folios correctlyMatthew Wilcox (Oracle)1-6/+6
2022-03-21mm/vmscan: Optimise shrink_page_list for non-PMD-sized foliosMatthew Wilcox (Oracle)1-1/+2
2022-03-21mm/vmscan: Free non-shmem folios without splitting themMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)1-8/+12
2022-03-21mm: Add split_folio_to_list()Matthew Wilcox (Oracle)1-5/+5
2022-03-21mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()Matthew Wilcox (Oracle)1-10/+10
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)1-9/+14
2022-03-21mm/vmscan: Convert __remove_mapping() to take a folioMatthew Wilcox (Oracle)1-21/+23
2022-03-21mm: Turn putback_lru_page() into folio_putback_lru()Matthew Wilcox (Oracle)1-8/+8
2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)1-3/+4
2022-03-21mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)1-24/+19
2022-02-17mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins1-3/+3
2022-02-11mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman1-1/+3
2022-01-15vmscan: make drop_slab_node staticGang Li1-1/+1
2021-12-31mm: vmscan: reduce throttling due to a failure to make progress -fixMel Gorman1-1/+2
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman1-9/+55
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+7
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner1-0/+7
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-16/+138
2021-11-06mm/vmscan: delay waking of tasks throttled on NOPROGRESSMel Gorman1-2/+5
2021-11-06mm/vmscan: increase the timeout if page reclaim is not making progressMel Gorman1-1/+1
2021-11-06mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman1-13/+37
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman1-0/+28
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman1-6/+16
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman1-12/+70
2021-11-06mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song1-2/+1
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+15
2021-09-27mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)1-2/+3
2021-09-27mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)1-1/+2
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-45/+197
2021-09-08mm,vmscan: fix divide by zero in get_scan_countRik van Riel1-1/+1
2021-09-03mm, vmscan: guarantee drop_slab_node() terminationVlastimil Babka1-1/+2
2021-09-03mm/vmscan: add 'else' to remove check_pending labelMiaohe Lin1-9/+5
2021-09-03mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin1-5/+2
2021-09-03mm/vmscan: remove misleading setting to sc->priorityMiaohe Lin1-2/+0
2021-09-03mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezedMiaohe Lin1-5/+8
2021-09-03mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying1-2/+3
2021-09-03mm/vmscan: never demote for memcg reclaimDave Hansen1-2/+7
2021-09-03mm/vmscan: Consider anonymous pages without swapKeith Busch1-4/+30
2021-09-03mm/vmscan: add helper for querying ability to age anonymous pagesDave Hansen1-2/+18
2021-09-03mm/vmscan: add page demotion counterYang Shi1-0/+5
2021-09-03mm/migrate: demote pages during reclaimDave Hansen1-0/+85
2021-09-03memcg: infrastructure to flush memcg statsShakeel Butt1-0/+6
2021-09-03mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner1-5/+4
2021-09-03mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)1-4/+4
2021-08-27mm/vmscan: add sync_shrinkers function v3Christian König1-0/+15
2021-08-20mm: vmscan: fix missing psi annotation for node_reclaim()Johannes Weiner1-0/+3
2021-08-20mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner1-8/+19
2021-07-01mm/vmscan: remove kerneldoc-like comment from isolate_lru_pagesMel Gorman1-1/+1
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi1-1/+2
2021-06-30mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao1-0/+15
2021-06-29mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman1-0/+35
2021-06-29mm: vmscan: remove noinline_for_stackMuchun Song1-3/+3
2021-06-29mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvecMuchun Song1-1/+1
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai1-1/+1
2021-05-05mm: vmscan: shrink deferred objects proportional to priorityYang Shi1-35/+11
2021-05-05mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi1-0/+24
2021-05-05mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkersYang Shi1-15/+16
2021-05-05mm: vmscan: use per memcg nr_deferred of shrinkerYang Shi1-12/+66
2021-05-05mm: vmscan: add per memcg shrinker nr_deferredYang Shi1-18/+42
2021-05-05mm: vmscan: use a new flag to indicate shrinker is registeredYang Shi1-25/+15
2021-05-05mm: vmscan: add shrinker_info_protected() helperYang Shi1-3/+9
2021-05-05mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi1-29/+29
2021-05-05mm: vmscan: use kvfree_rcu instead of call_rcuYang Shi1-6/+1
2021-05-05mm: vmscan: remove memcg_shrinker_map_sizeYang Shi1-9/+11
2021-05-05mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocationYang Shi1-10/+8
2021-05-05mm: vmscan: consolidate shrinker_maps handling codeYang Shi1-3/+129
2021-05-05mm: vmscan: use nid from shrink_control for tracepointYang Shi1-1/+1
2021-05-05mm/vmscan: move RECLAIM* bits to uapi headerDave Hansen1-8/+0
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador1-2/+3
2021-02-24mm/vmscan: restore zone_reclaim_mode ABIDave Hansen1-2/+7
2021-02-24mm/vmscan.c: make lruvec_lru_size() staticYu Zhao1-1/+2
2021-02-24mm: VM_BUG_ON lru page flagsYu Zhao1-1/+0
2021-02-24mm: add __clear_page_lru_flags() to replace page_off_lru()Yu Zhao1-2/+1
2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao1-2/+2
2021-02-24mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao1-4/+2
2021-02-24mm/vmscan.c: use add_page_to_lru_list()Yu Zhao1-5/+1
2021-02-24mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi1-37/+31
2021-01-17mm: don't put pinned pages into the swap cacheLinus Torvalds1-0/+2
2020-12-15mm/lru: revise the comments of lru_lockHugh Dickins1-18/+23
2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck1-10/+2
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi1-30/+25
2020-12-15mm/compaction: do page isolation first in compactionAlex Shi1-21/+22
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi1-20/+19
2020-12-15mm/vmscan: remove lruvec reget in move_pages_to_lruAlex Shi1-1/+6
2020-12-15mm/lru: move lock into lru_note_costAlex Shi1-3/+1
2020-12-15mm/vmscan: remove unnecessary lruvec addingAlex Shi1-13/+25
2020-12-15mm: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-15mm: truncate_complete_page() does not exist any moreYang Shi1-1/+1
2020-12-15mm/vmscan.c: remove the filename in the top of file commentlogic.yu1-2/+0
2020-12-15mm/vmscan: drop unneeded assignment in kswapd()Lukas Bulwahn1-1/+1
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt1-9/+5
2020-11-14mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bitNicholas Piggin1-2/+3
2020-10-16mm: use self-explanatory macros rather than "2"Yu Zhao1-1/+1
2020-10-16mm/vmscan: allow arbitrary sized pages to be paged outMatthew Wilcox (Oracle)1-2/+1
2020-10-13mm/vmscan: fix comments for isolate_lru_page()Hui Su1-1/+1
2020-10-13mm/vmscan: fix infinite loop in drop_slab_nodeChunxin Zang1-0/+3
2020-09-19mm: fix check_move_unevictable_pages() on THPHugh Dickins1-2/+8
2020-09-05mm: memcg: fix memcg reclaim soft lockupXunlei Pang1-0/+8
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-3/+3
2020-08-12mm/vmscan.c: delete or fix duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim1-1/+1
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim1-3/+4
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim1-1/+1
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim1-5/+10
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim1-3/+1
2020-08-12mm/vmscan: make active/inactive ratio as 1:1 for anon lruJoonsoo Kim1-1/+1
2020-08-07mm: vmscan: consistent update to pgrefillShakeel Butt1-1/+2
2020-08-07mm/vmscan.c: fix typodylan-meiners1-1/+1
2020-08-07mm: remove vm_total_pagesDavid Hildenbrand1-5/+0
2020-08-07mm: memcontrol: don't count limit-setting reclaim as memory pressureJohannes Weiner1-6/+0
2020-08-07mm, memcg: decouple e{low,min} state mutations from protection checksChris Down1-13/+4
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao1-1/+2
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-1/+2
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner1-0/+3
2020-06-04mm/vmsan: fix some typos in commentEthon Paul1-3/+3
2020-06-03mm: vmscan: limit the range of LRU type balancingJohannes Weiner1-9/+13
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner1-0/+3
2020-06-03mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner1-24/+17
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner1-29/+10
2020-06-03mm: only count actual rotations as LRU reclaim costJohannes Weiner1-5/+3
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner1-22/+22
2020-06-03mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()Johannes Weiner1-1/+1
2020-06-03mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner1-1/+1
2020-06-03mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner1-8/+9
2020-06-03mm/vmscan: update the comment of should_continue_reclaim()Qiwu Chen1-1/+1
2020-06-03mm/vmscan.c: change prototype for shrink_page_listManinder Singh1-12/+12
2020-06-03mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim1-6/+20
2020-06-03mm/vmscan.c: use update_lru_size() in update_lru_sizes()Wei Yang1-4/+1
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)1-2/+2
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim1-50/+55
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-2/+2
2020-05-07mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen1-1/+0
2020-04-07mm: code cleanup for MADV_FREEHuang Ying1-6/+6
2020-04-02mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assig...Mateusz Nosek1-1/+0
2020-04-02mm/vmscan.c: make may_enter_fs bool in shrink_page_list()Kirill Tkhai1-3/+2
2020-04-02mm/vmscan.c: clean code by removing unnecessary assignmentMateusz Nosek1-3/+1
2020-04-02mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai1-19/+26
2020-04-02mm/vmscan.c: remove cpu online notification for nowWei Yang1-26/+1
2020-04-02mm: vmscan: replace open codings to NUMA_NO_NODEYang Shi1-3/+3
2020-04-02mm: swap: make page_evictable() inlineYang Shi1-23/+0
2020-02-21mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan1-3/+6
2020-01-31mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONEAlex Shi1-4/+2
2020-01-31mm/vmscan: remove prefetch_prev_lru_pageAlex Shi1-14/+0
2020-01-31mm/vmscan.c: remove unused return value of shrink_nodeLiu Song1-3/+1
2019-12-17mm: vmscan: protect shrinker idr replace with CONFIG_MEMCGYang Shi1-1/+1
2019-12-01mm/vmscan.c: fix typo in commentXianting Tian1-1/+1
2019-12-01mm: vmscan: enforce inactive:active ratio at the reclaim rootJohannes Weiner1-69/+116
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner1-17/+15
2019-12-01mm: vmscan: move file exhaustion detection to the node levelJohannes Weiner1-38/+42
2019-12-01mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner1-58/+26
2019-12-01mm: vmscan: split shrink_node() into node part and memcgs partJohannes Weiner1-16/+25
2019-12-01mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()Johannes Weiner1-11/+10
2019-12-01mm: vmscan: replace shrink_node() loop with a retry jumpJohannes Weiner1-116/+115
2019-12-01mm: vmscan: naming fixes: global_reclaim() and sane_reclaim()Johannes Weiner1-20/+18
2019-12-01mm: vmscan: move inactive_list_is_low() swap check to the callerJohannes Weiner1-8/+1
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner1-3/+3
2019-12-01mm: vmscan: simplify lruvec_lru_size()Johannes Weiner1-16/+5
2019-12-01mm/vmscan.c: remove unused scan_control parameter from pageout()Yang Shi1-5/+4
2019-12-01mm/vmscan: remove unused lru_pages argumentAndrey Ryabinin1-12/+5
2019-12-01mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt1-9/+5
2019-10-19mm/vmscan.c: support removing arbitrary sized pages from mappingWilliam Kucharski1-4/+1
2019-10-19mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_...Honglei Wang1-4/+5
2019-10-07mm, memcg: make scan aggression always exclude protectionChris Down1-41/+20
2019-10-07mm, memcg: make memory.emin the baseline for utilisation determinationChris Down1-22/+33
2019-10-07mm, memcg: proportional memory.{low,min} reclaimChris Down1-6/+76
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim1-0/+56
2019-09-25mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIMMinchan Kim1-3/+3
2019-09-24mm: shrinker: make shrinker not depend on memcg kmemYang Shi1-29/+31
2019-09-24mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi1-4/+2
2019-09-24mm, reclaim: cleanup should_continue_reclaim()Vlastimil Babka1-29/+14
2019-09-24mm, reclaim: make should_continue_reclaim perform dryrun detectionHillf Danton1-13/+15
2019-09-24mm: vmscan: do not share cgroup iteration between reclaimersJohannes Weiner1-20/+2
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-2/+2
2019-08-30mm, memcg: do not set reclaim_state on soft limit reclaimMichal Hocko1-2/+3
2019-08-13mm, vmscan: do not special-case slab reclaim when watermarks are boostedMel Gorman1-11/+2
2019-08-03mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...Yang Shi1-1/+8