Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] make unused huge shrinker memcg aware
@ 2026-07-21  8:34 Qi Zheng
  2026-07-21  8:34 ` [PATCH v2 1/2] fs: push nr_cached_objects memcg gating into individual filesystems Qi Zheng
  2026-07-21  8:34 ` [PATCH v2 2/2] mm: shmem: make unused huge shrinker memcg aware Qi Zheng
  0 siblings, 2 replies; 4+ messages in thread
From: Qi Zheng @ 2026-07-21  8:34 UTC (permalink / raw)
  To: hughd, baolin.wang, akpm, usama.arif; +Cc: linux-mm, linux-kernel, Qi Zheng

From: Qi Zheng <zhengqi.arch@bytedance.com>

Changes in v2:
 - temporarily add the dependent patch from Usama to the series for review
   convenience
 - remove shrinklist_scan and shrinklist_isolated from struct shmem_inode_info,
   and re-implement the logic by resuing the same info->shrinklist
   (suggested by Baolin)
 - add more comments (suggested by Andrew)
 - fix missing initialization of info->shrinklist_memcg (pointed by sashiko)
 - rebase onto the next-20260717

Qi Zheng (1):
  mm: shmem: make unused huge shrinker memcg aware

Usama Arif (1):
  fs: push nr_cached_objects memcg gating into individual filesystems

 fs/btrfs/super.c           |  10 +
 fs/super.c                 |  19 +-
 include/linux/memcontrol.h |  21 +++
 include/linux/shmem_fs.h   |  12 +-
 mm/shmem.c                 | 370 ++++++++++++++++++++++++++++---------
 5 files changed, 328 insertions(+), 104 deletions(-)

-- 
2.54.0



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

end of thread, other threads:[~2026-07-21  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21  8:34 [PATCH v2 0/2] make unused huge shrinker memcg aware Qi Zheng
2026-07-21  8:34 ` [PATCH v2 1/2] fs: push nr_cached_objects memcg gating into individual filesystems Qi Zheng
2026-07-21  8:34 ` [PATCH v2 2/2] mm: shmem: make unused huge shrinker memcg aware Qi Zheng
2026-07-21  9:25   ` Qi Zheng

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