linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mm/zswap: Fixes and improves the zswap shrink
@ 2026-08-06  7:09 Hao Jia
  2026-08-06  7:09 ` [PATCH v4 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled Hao Jia
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Hao Jia @ 2026-08-06  7:09 UTC (permalink / raw)
  To: akpm, tj, hannes, shakeel.butt, mhocko, yosry, mkoutny, nphamcs,
	chengming.zhou, muchun.song, roman.gushchin
  Cc: linux-mm, linux-kernel, linux-doc, Hao Jia

From: Hao Jia <jiahao1@lixiang.com>

This series fixes and improves the zswap global shrinker (shrink_worker()):
Patch 1: Fix missing global shrinker when memory cgroup is disabled.
Patch 2: Extend shrink_memcg() to support batch writeback and thereby improving
         the writeback efficiency in the shrink_worker() and zswap_store() paths.

v3->v4:
    - Remove the nr_to_scan parameter from shrink_memcg() and cap the per-node
      scan count at SWAP_CLUSTER_MAX to avoid writeback unfairness across NUMA
      nodes caused by a shared global scan quota.
v2->v3:
    - Added user impact to the commit 1 message.
    - Updated writeback batch size to SWAP_CLUSTER_MAX to avoid introducing new
      magic macros. And enabled batched shrinking in the zswap_store() path as well.
    - Re-benchmarked performance data with the updated patch.
v1->v2:
    - Add a reschedule check to the -ENOENT return path in shrink_memcg() to
      handle the theoretical issue of prolonged heavy concurrent zswap stores.
    - Remove the shrink_memcg() return value changes part, and include a more
       detailed test report in the commit message.

[v3] https://lore.kernel.org/all/20260729084206.77793-1-jiahao.kernel@gmail.com
[v2] https://lore.kernel.org/all/20260717085151.22822-1-jiahao.kernel@gmail.com
[v1] https://lore.kernel.org/all/20260714081510.16895-1-jiahao.kernel@gmail.com

Hao Jia (2):
  mm/zswap: Fix global shrinker when memory cgroup is disabled
  mm/zswap: Support batch writeback in shrink_memcg()

 mm/zswap.c | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-08-06 22:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-06  7:09 [PATCH v4 0/2] mm/zswap: Fixes and improves the zswap shrink Hao Jia
2026-08-06  7:09 ` [PATCH v4 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled Hao Jia
2026-08-06  7:09 ` [PATCH v4 2/2] mm/zswap: Support batch writeback in shrink_memcg() Hao Jia
2026-08-06 22:41 ` [PATCH v4 0/2] mm/zswap: Fixes and improves the zswap shrink Andrew Morton
2026-08-06 22:47   ` Yosry Ahmed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).