aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-226/+250
2022-05-25Revert "mm/vmscan: never demote for memcg reclaim"Johannes Weiner1-7/+2
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim1-1/+6
2022-05-13vmscan: remove remaining uses of page in shrink_page_listMatthew Wilcox (Oracle)1-62/+60
2022-05-13vmscan: convert the activate_locked portion of shrink_page_list to foliosMatthew Wilcox (Oracle)1-8/+9
2022-05-13vmscan: move initialisation of mapping downMatthew Wilcox (Oracle)1-5/+2
2022-05-13vmscan: convert lazy freeing to foliosMatthew Wilcox (Oracle)1-9/+9
2022-05-13vmscan: convert page buffer handling to use foliosMatthew Wilcox (Oracle)1-23/+25
2022-05-13vmscan: convert dirty page handling to foliosMatthew Wilcox (Oracle)1-22/+26
2022-05-13swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle)1-3/+3
2022-05-13vmscan: convert the writeback handling in shrink_page_list() to foliosMatthew Wilcox (Oracle)1-36/+42
2022-05-13vmscan: use folio_mapped() in shrink_page_list()Matthew Wilcox (Oracle)1-8/+8
2022-05-13mm/vmscan: don't use NUMA_NO_NODE as indicator of page on different nodeWei Yang1-4/+3
2022-05-13mm/vmscan: filter empty page_list at the beginningWei Yang1-4/+6
2022-05-13mm/vmscan: use helper folio_is_file_lru()Miaohe Lin1-2/+2
2022-05-13mm/vmscan: remove obsolete comment in kswapd_runMiaohe Lin1-1/+0
2022-05-13mm/vmscan: take all base pages of THP into account when race with speculative referenceMiaohe Lin1-1/+1
2022-05-13mm/vmscan: introduce helper function reclaim_page_list()Miaohe Lin1-25/+25
2022-05-13mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_writebackMiaohe Lin1-1/+4
2022-05-13mm/vmscan: not necessary to re-init the list for each iterationWei Yang1-3/+1
2022-05-13mm/vmscan: take min_slab_pages into account when try to call shrink_nodeMiaohe Lin1-1/+2
2022-05-09fs: Remove aops->freepageMatthew Wilcox (Oracle)1-4/+0
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