Linux cgroups development
 help / color / mirror / Atom feed
 messages from 2026-08-07 19:37:38 to 2026-08-11 20:48:25 UTC [more...]

[PATCH] blk-cgroup: fix circular locking dependency in blkg_conf_prep
 2026-08-11 20:48 UTC 

[PATCH for-7.4 0/9] memcg: remove the v1 soft limit
 2026-08-11 20:32 UTC  (10+ messages)
` [PATCH 1/9] memcg: make the v1 soft limit knob inert
` [PATCH 2/9] memcg: remove v1 soft limit reclaim
` [PATCH 3/9] memcg: remove mem_cgroup_shrink_node()
` [PATCH 4/9] memcg: remove the soft limit reclaim tracepoints
` [PATCH 5/9] memcg: remove the soft limit rbtree
` [PATCH 6/9] memcg: remove lru_gen_soft_reclaim()
` [PATCH 7/9] memcg: remove the per-node soft limit tree fields
` [PATCH 8/9] memcg: remove mem_cgroup->soft_limit
` [PATCH 9/9] memcg: simplify v1 event ratelimiting

[PATCH v2] selftests/cgroup: test_zswap: skip test_no_kmem_bypass if debugfs is unavailable
 2026-08-11 19:20 UTC  (3+ messages)

[PATCH] cgroup/cpuset: Add test for partition root invalidation returning wrong CPUs
 2026-08-11 18:33 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2] cgroup/cpuset: Remove obsolete PFA_SPREAD_SLAB task flag
 2026-08-11 17:31 UTC  (2+ messages)

[PATCH v3 00/11] Virtual Swap Space (Swap Table Edition)
 2026-08-11 17:17 UTC  (9+ messages)
` [PATCH v3 08/11] mm, swap: only charge physical swap entries
` [PATCH v3 10/11] mm, swap: defer memcg_table allocation for physical swap clusters
` [syzbot ci] Re: Virtual Swap Space (Swap Table Edition)

[PATCH 0/2] block: expose blkcg io.stat to BPF
 2026-08-11 16:54 UTC  (7+ messages)
` [PATCH 1/2] block: add BPF kfuncs to read blkcg io.stat
` [PATCH 2/2] selftests/bpf: add test for blkcg io.stat BPF kfuncs

[PATCH] blk-cgroup: fix lost wakeup in blkg_destroy_all()
 2026-08-11 11:14 UTC  (2+ messages)

[PATCH] sched/psi: add cpu_prio pressure metric for high-priority task stalls
 2026-08-11 10:46 UTC 

[PATCH] cgroup/cpuset: Remove obsolete PFA_SPREAD_SLAB task flag
 2026-08-11  6:54 UTC  (3+ messages)

[RFC PATCH v2 0/4] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-11  6:47 UTC  (5+ messages)
` [RFC PATCH v2 1/4] blk-cgroup: wait for old blkgs to leave queue before disk rebind
` [RFC PATCH v2 2/4] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [RFC PATCH v2 3/4] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v2 4/4] blk-cgroup: move async bio punt state to blkcg

[PATCH v3] memcg: keep folio's objcg same as its node
 2026-08-11  6:25 UTC  (3+ messages)

[PATCH] mm/memcg: fix NULL nodeinfo[] dereference on late-onlined nodes
 2026-08-11  6:19 UTC  (4+ messages)

[PATCH v2] mm: memcg-v1: fix memsw and TCP failcnt accounting
 2026-08-11  4:31 UTC  (3+ messages)

[PATCH 0/2] selftests/cgroup: Fix cpuset test portability and hotplug error handling
 2026-08-11  3:25 UTC  (9+ messages)
` [PATCH 1/2] selftests/cgroup: Avoid awk -e in cpuset tests
` [PATCH 2/2] selftests/cgroup: Preserve CPU hotplug write errors

[PATCH] mm: memcg-v1: fix memory.memsw.failcnt accounting
 2026-08-11  1:48 UTC  (6+ messages)

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-11  0:48 UTC  (4+ messages)

[PATCH] docs: cgroup-v2: fix stale "io" controller introduction
 2026-08-10 19:38 UTC  (3+ messages)

[PATCH] cgroup/cpuset: Use WRITE_ONCE() for shared prs_err updates
 2026-08-10 19:35 UTC  (3+ messages)

[PATCH 0/3] block: skip the blkcg walk in blk_cgroup_congested() when nothing is throttled
 2026-08-10 18:56 UTC  (8+ messages)
` [PATCH 1/3] blk-iolatency: clear delay state when freeing policy data
` [PATCH 2/3] blk-iocost: "
` [PATCH 3/3] block: skip blkcg walk in blk_cgroup_congested() when nothing throttled

[RFC PATCH v5 0/4] mm: avoid large folio splits when swap is unavailable
 2026-08-10 14:11 UTC  (14+ messages)
` [RFC PATCH v5 2/4] mm: distinguish large folio swap allocation failures
` [RFC PATCH v5 3/4] mm/vmscan: avoid pointless large folio splits without swap
` [RFC PATCH v5 4/4] mm/shmem: split large folios only on -E2BIG

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-08-10 10:19 UTC  (2+ messages)

[PATCH v2] selftests/cgroup: add PSI pressure trigger and validation tests
 2026-08-10  9:42 UTC  (5+ messages)

[PATCH v2 0/2] mm, memcg: fix memory.peak reset clobbering other fds' watermark
 2026-08-10  2:58 UTC  (3+ messages)

[syzbot] Monthly cgroups report (Aug 2026)
 2026-08-08  4:32 UTC 

[RFC PATCH v3 00/14] Introduce tiered memcg limits
 2026-08-07 20:20 UTC  (15+ messages)
` [RFC PATCH v3 01/14] mm/memcontrol: Introduce cgroup.memory=tiered_limits boot parameter
` [RFC PATCH v3 02/14] mm/memcontrol: Refactor page_counter charging in try_charge_memcg
` [RFC PATCH v3 03/14] mm/memory-tiers: Introduce a mapping from nid to tier_slot
` [RFC PATCH v3 04/14] mm/memcontrol: Allocate per-tier page_counters
` [RFC PATCH v3 05/14] mm/memcontrol: Set tier limits proportional to memory limits
` [RFC PATCH v3 06/14] mm/vmscan, memcontrol: Add nodemask to try_to_free_mem_cgroup_pages
` [RFC PATCH v3 07/14] mm/memcontrol: Charge/uncharge tiered memory to mem_cgroup
` [RFC PATCH v3 08/14] mm/memcontrol: Make memory.low and memory.min tier-aware
` [RFC PATCH v3 09/14] mm/memcontrol: Make memory.high tier-aware
` [RFC PATCH v3 10/14] mm/memcontrol: Make memory.max tier-aware
` [RFC PATCH v3 11/14] mm/memcontrol, migrate: Transfer tier charge on migration
` [RFC PATCH v3 12/14] mm/memcontrol: Kick async reclaim on migration and folio replacement
` [RFC PATCH v3 13/14] mm/memcontrol, sched/numa: Gate NUMA promotions into memcg tiers
` [RFC PATCH v3 14/14] mm/page_alloc: steer allocations away from exhausted memory tiers

[PATCH] Fix unbounded loop within try_charge_memcg
 2026-08-07 20:07 UTC  (4+ messages)


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