[PATCH 0/2] optimize the logic for handling dirty file folios during reclaim
From: Baolin Wang
Date: Thu Sep 25 2025 - 03:33:00 EST
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