summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-79/+151
2026-08-24memcg: move LRU size accounting on reparenting instead of copying itShakeel Butt1-0/+5
2026-08-24mm/vmscan: fix comment logic in balance_pgdatEnlin Mu1-1/+1
2026-08-24mm/mglru: fix and remove redundant unevictable folio handlingKairui Song1-14/+5
2026-08-24mm/mglru: fix young counter undercount for large foliosHui Zhu1-1/+1
2026-08-24mm/swap: add a new swap_ops.h header to allow for pluggable swap opsChristoph Hellwig1-0/+1
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig1-8/+7
2026-08-24mm/swap: introduce struct swap_io_ctxChristoph Hellwig1-8/+7
2026-08-24mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance costUsama Arif1-13/+66
2026-08-24mm/vmscan: add pgrotate_anon and pgrotate_file vmstat countersUsama Arif1-1/+13
2026-08-24mm: vmscan: fix node reclaim ignoring swappiness parameterRidong Chen1-12/+7
2026-08-24mm: mglru: promote mapped executable folios after first usageBaolin Wang1-16/+27
2026-08-24mm: vmscan: add a helper to identify file-backed executable foliosBaolin Wang1-2/+8
2026-08-24mm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang1-7/+7
2026-08-24Merge branch 'mm-hotfixes-stable' into mm-stable to pick upAndrew Morton1-1/+1
2026-08-20Merge tag 'mm-hotfixes-stable-2026-08-19-21-33' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-33/+56
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-08-13mm/vmscan: report RCU-tasks quiescent states in shrink_lruvec()Breno Leitao1-1/+1
2026-08-06mm/mglru: fix anon-only reclaim evicting file pages when swappiness=maxRidong Chen1-1/+19
2026-08-06mm: vmscan: drop unused gfp_mask parameter from __node_reclaim()Ridong Chen1-5/+4
2026-08-06mm: vmscan: propagate real error code from per-node proactive reclaimRidong Chen1-1/+1
2026-08-06mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=maxRidong Chen1-7/+17
2026-08-06mm: let node_reclaim() return the number of pages reclaimedPetr Tesarik1-8/+8
2026-08-04mm/swap: colocate page-cluster sysctl with swap readaheadJianyue Wu1-1/+0
2026-08-04memcg: bail out proactive reclaim when memcg is dyingJiayuan Chen1-0/+4
2026-08-04Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-1/+11
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig1-1/+1
2026-07-30mm: split out internal page_alloc.hBrendan Jackman1-0/+1
2026-07-30mm: vmscan: remove the redundant FOLIOREF_RECLAIM_CLEAN logicBaolin Wang1-8/+0
2026-07-28mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price1-3/+3
2026-07-28mm: vmscan: abort proactive reclaim early when freezing for suspendRichard Chang1-1/+11
2026-07-20mm: mglru: fix stale batch updates after memcg reparentingQi Zheng1-7/+4
2026-06-23Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-37/+32
2026-06-21mm/vmscan: pass NULL to trace vmscan node reclaimBen Dooks1-3/+3
2026-06-21mm: merge writeout into pageoutChristoph Hellwig1-34/+29
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-202/+168
2026-06-08mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAXJP Kobryn1-1/+1
2026-06-04mm/vmscan: unify writeback reclaim statistic and throttlingKairui Song1-49/+43
2026-06-04mm/vmscan: remove sc->unqueued_dirtyKairui Song1-2/+0
2026-06-04mm/vmscan: remove sc->file_takenKairui Song1-3/+0
2026-06-04mm/mglru: remove no longer used reclaim argument for folio protectionKairui Song1-7/+4
2026-06-04mm/mglru: simplify and improve dirty writeback handlingKairui Song1-25/+16
2026-06-04mm/mglru: use the common routine for dirty/writeback reactivationKairui Song1-19/+0
2026-06-04mm/mglru: remove redundant swap constrained check upon isolationKairui Song1-6/+0
2026-06-04mm/mglru: don't abort scan immediately right after agingKairui Song1-3/+9
2026-06-04mm/mglru: use a smaller batch for reclaimKairui Song1-1/+1
2026-06-04mm/mglru: avoid reclaim type fall back when isolation makes no progressBarry Song (Xiaomi)1-2/+7
2026-06-04mm/mglru: scan and count the exact number of foliosKairui Song1-29/+29
2026-06-04mm/mglru: restructure the reclaim loopKairui Song1-36/+36