[PATCH v2 0/2] optimize the logic for handling dirty file folios during reclaim

Baolin Wang posted 2 patches 3 months, 3 weeks ago
include/linux/mmzone.h |  4 ----
mm/vmscan.c            | 33 ++++++++-------------------------
2 files changed, 8 insertions(+), 29 deletions(-)
[PATCH v2 0/2] optimize the logic for handling dirty file folios during reclaim
Posted by Baolin Wang 3 months, 3 weeks ago
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