linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mm: zswap: fixes for global shrinker
@ 2024-07-27 23:06 Takero Funaki
  2024-07-27 23:06 ` [PATCH v4 1/2] mm: zswap: fix global shrinker memcg iteration Takero Funaki
  2024-07-27 23:06 ` [PATCH v4 2/2] mm: zswap: fix global shrinker error handling logic Takero Funaki
  0 siblings, 2 replies; 7+ messages in thread
From: Takero Funaki @ 2024-07-27 23:06 UTC (permalink / raw)
  To: Johannes Weiner, Yosry Ahmed, Nhat Pham, Chengming Zhou, Andrew Morton
  Cc: Takero Funaki, linux-mm, linux-kernel

This series addresses issues in the zswap global shrinker that could not
shrink stored pages. With this series, the shrinker continues to shrink
pages until it reaches the accept threshold more reliably, gives much
higher writeback when the zswap pool limit is hit.

v4 is for cleanup and improvement in code formatting, comments, and
commit logs. No behavioral changes have been made since v3:
https://lore.kernel.org/linux-mm/20240720044127.508042-1-flintglass@gmail.com/

Changes in v4:
- Updated comments and commit logs to clarify expected behaviors (Yosry,
  Nhat)
- Merged duplicated spin_unlock() in if branches (Nhat)
- Renamed writeback attempts counter (Nhat, Chengming)

Changes in v3:
- Extract fixes for shrinker as a separate patch series.
- Fix comments and commit messages. (Chengming, Yosry)
- Drop logic to detect rare doubly advancing cursor. (Yosry)

Changes in v2:
mm: zswap: fix global shrinker memcg iteration:
- Change the loop style (Yosry, Nhat, Shakeel)
mm: zswap: fix global shrinker error handling logic:
- Change error code for no-writeback memcg. (Yosry)
- Use nr_scanned to check if lru is empty. (Yosry)

Changes in v1:
mm: zswap: fix global shrinker memcg iteration:
- Drop and reacquire spinlock before skipping a memcg.
- Add some comment to clarify the locking mechanism.

---

Takero Funaki (2):
  mm: zswap: fix global shrinker memcg iteration
  mm: zswap: fix global shrinker error handling logic

 mm/zswap.c | 112 +++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 82 insertions(+), 30 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2024-07-30 19:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-27 23:06 [PATCH v4 0/2] mm: zswap: fixes for global shrinker Takero Funaki
2024-07-27 23:06 ` [PATCH v4 1/2] mm: zswap: fix global shrinker memcg iteration Takero Funaki
2024-07-29 18:24   ` Yosry Ahmed
2024-07-30  5:24     ` Takero Funaki
2024-07-30 18:23       ` Yosry Ahmed
2024-07-30 19:18   ` Nhat Pham
2024-07-27 23:06 ` [PATCH v4 2/2] mm: zswap: fix global shrinker error handling logic Takero Funaki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox