All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] optimize the logic for handling dirty file folios during reclaim
@ 2025-10-17  7:53 Baolin Wang
  2025-10-17  7:53 ` [PATCH v2 1/2] mm: vmscan: filter out the dirty file folios for node_reclaim() Baolin Wang
  2025-10-17  7:53 ` [PATCH v2 2/2] mm: vmscan: simplify the logic for activating dirty file folios Baolin Wang
  0 siblings, 2 replies; 5+ messages in thread
From: Baolin Wang @ 2025-10-17  7:53 UTC (permalink / raw)
  To: akpm, hannes
  Cc: david, mhocko, zhengqi.arch, shakeel.butt, lorenzo.stoakes, hughd,
	willy, baolin.wang, linux-mm, linux-kernel

Since we no longer attempt to write back filesystem folios during reclaim,
some logic for handling dirty file folios in the reclaim process also needs
to be updated. Please check the details in each patch.

Changes from v1:
- Fix the folio_test_reclaim() check.
- Rebase on the mm-new branch.

Baolin Wang (2):
  mm: vmscan: filter out the dirty file folios for node_reclaim()
  mm: vmscan: simplify the logic for activating dirty file folios

 include/linux/mmzone.h |  4 ----
 mm/vmscan.c            | 33 ++++++++-------------------------
 2 files changed, 8 insertions(+), 29 deletions(-)

-- 
2.43.7



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-20  7:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17  7:53 [PATCH v2 0/2] optimize the logic for handling dirty file folios during reclaim Baolin Wang
2025-10-17  7:53 ` [PATCH v2 1/2] mm: vmscan: filter out the dirty file folios for node_reclaim() Baolin Wang
2025-10-17  7:53 ` [PATCH v2 2/2] mm: vmscan: simplify the logic for activating dirty file folios Baolin Wang
2025-10-17 12:02   ` Michal Hocko
2025-10-20  7:34     ` Baolin Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.