All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] optimize the logic for handling dirty file folios during reclaim
@ 2025-09-25  7:32 Baolin Wang
  2025-09-25  7:32 ` [PATCH 1/2] mm: vmscan: filter out the dirty file folios for node_reclaim() Baolin Wang
  2025-09-25  7:32 ` [PATCH 2/2] mm: vmscan: simplify the logic for activating dirty file folios Baolin Wang
  0 siblings, 2 replies; 4+ messages in thread
From: Baolin Wang @ 2025-09-25  7:32 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.

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] 4+ messages in thread

end of thread, other threads:[~2025-09-25  7:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-25  7:32 [PATCH 0/2] optimize the logic for handling dirty file folios during reclaim Baolin Wang
2025-09-25  7:32 ` [PATCH 1/2] mm: vmscan: filter out the dirty file folios for node_reclaim() Baolin Wang
2025-09-25  7:32 ` [PATCH 2/2] mm: vmscan: simplify the logic for activating dirty file folios Baolin Wang
2025-09-25  7:37   ` 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.