summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-135/+197
|\
| * mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed2022-07-291-10/+17
| * mm: shrinkers: fix double kfree on shrinker nameTetsuo Handa2022-07-291-2/+7
| * mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li2022-07-031-1/+1
| * mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)2022-07-031-1/+1
| * mm: convert page_swap_flags to folio_swap_flagsMatthew Wilcox (Oracle)2022-07-031-1/+1
| * mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)2022-07-031-2/+2
| * mm/vmscan: convert reclaim_pages() to use a folioMatthew Wilcox (Oracle)2022-07-031-13/+12
| * mm/vmscan: convert shrink_active_list() to use a folioMatthew Wilcox (Oracle)2022-07-031-32/+29
| * mm/vmscan: convert move_pages_to_lru() to use a folioMatthew Wilcox (Oracle)2022-07-031-27/+27
| * mm/vmscan: convert isolate_lru_pages() to use a folioMatthew Wilcox (Oracle)2022-07-031-33/+33
| * mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)2022-07-031-11/+11
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-3/+55
| * mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin2022-07-031-2/+4
* | vmscan: Add check_move_unevictable_folios()Matthew Wilcox (Oracle)2022-06-291-22/+34
|/
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-226/+250
|\
| * Revert "mm/vmscan: never demote for memcg reclaim"Johannes Weiner2022-05-251-7/+2
| * mm: don't be stuck to rmap lock on reclaim pathMinchan Kim2022-05-191-1/+6
| * vmscan: remove remaining uses of page in shrink_page_listMatthew Wilcox (Oracle)2022-05-131-62/+60
| * vmscan: convert the activate_locked portion of shrink_page_list to foliosMatthew Wilcox (Oracle)2022-05-131-8/+9
| * vmscan: move initialisation of mapping downMatthew Wilcox (Oracle)2022-05-131-5/+2
| * vmscan: convert lazy freeing to foliosMatthew Wilcox (Oracle)2022-05-131-9/+9
| * vmscan: convert page buffer handling to use foliosMatthew Wilcox (Oracle)2022-05-131-23/+25
| * vmscan: convert dirty page handling to foliosMatthew Wilcox (Oracle)2022-05-131-22/+26
| * swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle)2022-05-131-3/+3
| * vmscan: convert the writeback handling in shrink_page_list() to foliosMatthew Wilcox (Oracle)2022-05-131-36/+42
| * vmscan: use folio_mapped() in shrink_page_list()Matthew Wilcox (Oracle)2022-05-131-8/+8
| * mm/vmscan: don't use NUMA_NO_NODE as indicator of page on different nodeWei Yang2022-05-131-4/+3
| * mm/vmscan: filter empty page_list at the beginningWei Yang2022-05-131-4/+6
| * mm/vmscan: use helper folio_is_file_lru()Miaohe Lin2022-05-131-2/+2
| * mm/vmscan: remove obsolete comment in kswapd_runMiaohe Lin2022-05-131-1/+0
| * mm/vmscan: take all base pages of THP into account when race with speculative...Miaohe Lin2022-05-131-1/+1
| * mm/vmscan: introduce helper function reclaim_page_list()Miaohe Lin2022-05-131-25/+25
| * mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_wri...Miaohe Lin2022-05-131-1/+4
| * mm/vmscan: not necessary to re-init the list for each iterationWei Yang2022-05-131-3/+1
| * mm/vmscan: take min_slab_pages into account when try to call shrink_nodeMiaohe Lin2022-05-131-1/+2
| * mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-2/+7
| * mm: reclaim mustn't enter FS for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-9/+20
| * mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
| * mm/vmscan: fix comment for isolate_lru_pagesMiaohe Lin2022-04-281-2/+2
| * mm/vmscan: fix comment for current_may_throttleMiaohe Lin2022-04-281-4/+3
| * mm/vmscan: remove obsolete comment in get_scan_countMiaohe Lin2022-04-281-3/+1
| * mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang2022-04-281-2/+2
| * mm/vmscan: reclaim only affects managed_zonesWei Yang2022-04-281-2/+2
* | fs: Remove aops->freepageMatthew Wilcox (Oracle)2022-05-091-4/+0
* | fs: Add free_folio address space operationMatthew Wilcox (Oracle)2022-05-091-1/+5
* | fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* | fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)2022-05-081-1/+1
|/
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-149/+156
|\
| * mm: Turn can_split_huge_page() into can_split_folio()Matthew Wilcox (Oracle)2022-03-211-3/+3