Linux cgroups development
 help / color / mirror / Atom feed
 messages from 2026-09-02 19:28:28 to 2026-09-07 11:01:22 UTC [more...]

[PATCH v2 0/4] mm: restore per-memcg reclaim for NONSLAB shrinkers under nokmem
 2026-09-07 11:01 UTC  (4+ messages)
` [PATCH v2 1/4] mm: memcontrol: drop kmemcg_id and use the memcg ID for list_lru indexing
` [PATCH v2 2/4] mm: list_lru: keep per-memcg lists with nokmem for NONSLAB-backed lrus
` [PATCH v2 3/4] mm: thp: restore SHRINKER_NONSLAB on the deferred split shrinker

[PATCH v3 0/7] cgroup/cpuset: Fix partition type transitions
 2026-09-07 10:16 UTC  (12+ messages)
` [PATCH v3 1/7] cgroup/cpuset: Factor out child partition validation

[PATCH v3 0/3] mm: workingset: fix the shadow node budget under MGLRU
 2026-09-07  8:39 UTC  (7+ messages)
` [PATCH v3 1/3] mm: memcg: redirect stats updates of dying memcgs for all hierarchies
` [PATCH v3 2/3] mm: workingset: use lruvec_page_state_local() to count lru pages
` [PATCH v3 3/3] mm: memcg: skip the RCU lock when the memcg is not dying

[PATCH RFC v2 0/6] mm/memcg: move memcgid refcount to objcg to unpin dying memcgs
 2026-09-07  7:10 UTC  (17+ messages)
` [PATCH RFC v2 2/6] mm/memcg: get memcgid reference only after swap charging success
` [PATCH RFC v2 3/6] mm/memcg: pass the id itself instead of memcg for putting ID
` [PATCH RFC v2 4/6] mm/memcg: return the memcg when putting memcgid
` [PATCH RFC v2 5/6] mm/memcg: move memcg private ID refcount to objcg
` [PATCH RFC v2 6/6] mm/memcg: filter out reparented memcgs got from memcgid

[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-07  6:02 UTC  (10+ messages)
` [PATCH 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [PATCH 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH 3/3] blk-cgroup: move async bio punt state to blkcg

Path forward for Virtualized Swap?
 2026-09-07  5:51 UTC  (2+ messages)

[PATCH v4 0/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim
 2026-09-07  2:54 UTC  (3+ messages)
` [PATCH v4 1/2] mm/page_counter: avoid integer overflow in effective_protection()
` [PATCH v4 2/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim

[PATCH v3 0/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim
 2026-09-07  2:08 UTC  (12+ messages)
` [PATCH v3 1/2] mm/page_counter: avoid integer overflow in effective_protection()
` [PATCH v3 2/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim

[PATCH v3] mm/memcontrol: skip non-hierarchical memcg-wide stats when v1 is unavailable
 2026-09-06  9:05 UTC  (4+ messages)

[PATCH v2] memcg: Don't call schedule_work when no spinning is allowed
 2026-09-05 23:49 UTC  (6+ messages)

[PATCH 0/6] memcg: group struct fields by access pattern
 2026-09-05 23:34 UTC  (8+ messages)
` [PATCH 1/6] memcg: move per-node objcg to the read-mostly fields
` [PATCH 2/6] memcg: split mem_cgroup_private_id into two fields
` [PATCH 3/6] memcg: group the write-hot fields of struct mem_cgroup
` [PATCH 4/6] memcg: group the cold "
` [PATCH 5/6] memcg: group the read-mostly "
` [PATCH 6/6] memcg: group the fields of struct mem_cgroup_per_node

[tj-cgroup:for-7.4] BUILD SUCCESS 93fccdb0456d963f0a7c515562eaf53dfe07f9c7
 2026-09-05 19:56 UTC 

[PATCH v6 0/6] mm/mglru: clean up folio counters and flag usage
 2026-09-05 17:31 UTC  (8+ messages)
` [PATCH v6 1/6] mm/memcontrol: move the lru_zone_size sanity check to the reader side
` [PATCH v6 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags
` [PATCH v6 3/6] mm/migrate: copy all referenced state via folio_migrate_lru_refs
` [PATCH v6 4/6] mm/mglru: move max_seq read into walk_update_folio
` [PATCH v6 5/6] mm/mglru: use explicit tier range in read_ctrl_pos()
` [PATCH v6 6/6] mm/mglru: fix potential generation folio number leak

[tj-cgroup:cgroup-drain-interruptible] BUILD SUCCESS 18b1d3778d376a8aeae753e1dafcce5ee77d5da2
 2026-09-05 15:03 UTC 

[PATCH] blk-throttle: reject IOPS limits above UINT_MAX for legacy interface
 2026-09-05 13:09 UTC  (2+ messages)

[PATCH v2] writeback, memcg: skip foreign dirty tracking for bdev inodes
 2026-09-05 11:35 UTC  (9+ messages)
  ` [External] "

[PATCH v5 0/7] move stock from mem_cgroup to page_counter
 2026-09-05  1:47 UTC  (8+ messages)
` [PATCH v5 1/7] mm/memcontrol: flatten try_charge_memcg control flow
` [PATCH v5 2/7] mm/page_counter: report the number of pages charged
` [PATCH v5 3/7] mm/page_counter: introduce per-page_counter stock

[PATCH] memcg: fix typo "memroy" in comment
 2026-09-05  0:42 UTC  (2+ messages)

[PATCH v6 0/3] selftests/cgroup: fixes for test_zswap on single core VM
 2026-09-04 22:45 UTC  (4+ messages)
` [PATCH v6 1/3] selftests/cgroup: test_zswap: wait for cgroup to unpopulate in test_zswap_writeback
` [PATCH v6 2/3] selftests/cgroup: convert cg_read_key_*() helpers to s64
` [PATCH v6 3/3] selftests/cgroup: test_zswap: fix implicit unsigned promotion bug in test_no_kmem_bypass

[PATCH 00/11] mm: memcontrol: constify the read side of the memcg API
 2026-09-04 21:42 UTC  (11+ messages)
` [PATCH 03/11] mm: memcontrol: constify the lruvec helpers
` [PATCH 04/11] mm/page_io: take a const folio in bio_associate_blkg_from_folio()
` [PATCH 06/11] mm: page_counter: constify page_counter_read() and page_counter_margin()
` [PATCH 07/11] mm: memcontrol: constify the reclaim protection helpers
` [PATCH 08/11] mm: memcontrol: constify the memcg and lruvec stat readers
` [PATCH 09/11] mm: memcontrol: constify the swap accounting helpers
` [PATCH 10/11] mm: memcontrol: constify mem_cgroup_swappiness() and mem_cgroup_get_max()
` [PATCH 11/11] mm: memcontrol: constify the zswap and socket pressure helpers

[PATCH] memcg: Don't call schedule_work when no spinning is allowed
 2026-09-04 17:58 UTC  (10+ messages)

[PATCH 0/2] mm: memcg: settle memory.high debt for non-blocking THP charges
 2026-09-04 15:10 UTC  (6+ messages)
` [PATCH 1/2] mm: memcg: settle memory.high debt after THP faults with non-blocking gfp
` [PATCH 2/2] mm: memcg: settle memory.high debt after large folio swapin

[PATCH 1/3] drm: fix typos in comments
 2026-09-04 13:19 UTC  (5+ messages)

[PATCH] block: fix typos in comments
 2026-09-04 10:54 UTC 

[PATCH] cgroup: namespace: replace BUG_ON() in copy_cgroup_ns() with WARN_ON_ONCE()
 2026-09-04 10:48 UTC  (12+ messages)
` [PATCH v2 0/3] drop BUG_ON() NULL checks in namespace copy helpers
  ` [PATCH v2 1/3] cgroup: namespace: drop BUG_ON() in copy_cgroup_ns()
  ` [PATCH v2 2/3] uts: drop BUG_ON() in copy_utsname()
  ` [PATCH v2 3/3] fs: namespace: drop BUG_ON() in copy_mnt_ns()
  ` (subset) [PATCH v2 0/3] drop BUG_ON() NULL checks in namespace copy helpers

[PATCH 1/2] sched/fair: Reset incompatible burst on quota change
 2026-09-04  9:21 UTC  (6+ messages)
` [PATCH v2 0/3] sched/fair: remove quota/burst write-order dependency
  ` [PATCH v2 1/3] sched/fair: Remove the write-order dependency between cpu.max and cpu.max.burst
  ` [PATCH v2 2/3] selftests: cgroup: Test CPU quota and burst write order
  ` [PATCH v2 3/3] Documentation: describe CPU quota and burst ordering

[PATCH v2] blk-cgroup: show io.stat numbers for discard-only cgroups
 2026-09-04  7:16 UTC 

[PATCH v2] blk-cgroup: avoid 32-bit overflow in root io.stat byte accounting
 2026-09-04  7:14 UTC 

[PATCH v3] block/blk-iolatency: fix always-zero cur_stat mean on non-SSD
 2026-09-04  6:54 UTC 

[RFC 0/2] mm: add explicit goals to memcg memory.reclaim
 2026-09-04  6:51 UTC  (3+ messages)
` [RFC 1/2] mm: add goal=evict to memory.reclaim
` [RFC 2/2] mm: add goal=demote "

[PATCH v2] sched: Account cgroup CPU time to the execution context
 2026-09-04  6:37 UTC  (2+ messages)

[PATCH v2] blk-cgroup: remove unused blk_queue_for_each_rl stub
 2026-09-04  5:37 UTC 

[PATCH v6] blk-throttle: fix divide-by-zero on legacy iops limit of 0
 2026-09-04  3:31 UTC 

[PATCH v5] blk-throttle: fix divide-by-zero on legacy iops limit of 0
 2026-09-04  3:24 UTC  (3+ messages)

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-09-04  3:18 UTC  (6+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug

[PATCH] mm/hugetlb: charge folios to the target mm's memcg
 2026-09-04  2:27 UTC  (3+ messages)

[PATCH v3 0/4] cgroup: expose cpu.stat and io.stat to BPF
 2026-09-03 22:33 UTC  (4+ messages)

[PATCH] cgroup: Avoid iteration of dying tasks with zero refcount
 2026-09-03 20:07 UTC  (2+ messages)

[PATCH v2 0/3] mm: workingset: fix the shadow node budget under MGLRU
 2026-09-03 17:57 UTC  (10+ messages)
` [PATCH v2 1/3] mm: workingset: use lruvec_page_state_local() to count lru pages
` [PATCH v2 2/3] mm: memcg: redirect stats updates of dying memcgs for all hierarchies
` [PATCH v2 3/3] mm: memcg: skip the RCU lock when the memcg is not dying

[PATCH v2] selftests/cgroup: account for zswap shrinker writeback
 2026-09-03 14:17 UTC  (3+ messages)

[PATCH 6.6.y] cgroup/cpuset: Fix misplaced DL migration reset
 2026-09-03 13:23 UTC  (3+ messages)

[PATCH 6.1.y] cgroup/cpuset: Fix misplaced DL migration reset
 2026-09-03 13:21 UTC  (3+ messages)

[PATCH] cgroup/cpuset: Handle cpu hotplug race in guarantee_active_cpus()
 2026-09-03  8:40 UTC  (6+ messages)

[PATCH v6] selftests/cgroup: add PSI pressure trigger and validation tests
 2026-09-03  7:35 UTC 

[PATCH v5] selftests/cgroup: add PSI pressure trigger and validation tests
 2026-09-03  7:24 UTC  (3+ messages)

[PATCH v5 0/6] mm/mglru: clean up folio counters and flag usage
 2026-09-03  6:42 UTC  (7+ messages)
` [PATCH v5 6/6] mm/mglru: fix potential generation folio number leak

[tj-cgroup:for-next] BUILD SUCCESS 75f8b845df69ad3502838dbaff680f968e261d14
 2026-09-03  4:27 UTC 

[tj-cgroup:for-7.3-fixes] BUILD SUCCESS 3f4b7d1a49c5c826f3be9b684313eea5b83ac232
 2026-09-03  4:03 UTC 

[PATCH v2 0/6] cgroup/cpuset: Fix partition type transitions
 2026-09-03  1:55 UTC  (4+ messages)
` [PATCH v2 1/6] cgroup/cpuset: Respect child CPU ownership in type changes

[PATCH] cgroup: reject controller re-enable while css teardown is pending
 2026-09-02 23:07 UTC  (2+ messages)

[PATCHSET cgroup/for-7.4] cgroup: Make the offline drain interruptible
 2026-09-02 23:03 UTC  (4+ messages)
` [PATCH 1/3] cgroup: Return -ENODEV consistently for a dead cgroup
` [PATCH 2/3] cgroup: Return ERR_PTR from cgroup_kn_lock_live()
` [PATCH 3/3] cgroup: Make the offline drain interruptible

[PATCH v2] mm/memcontrol: skip non-hierarchical memcg-wide stats on the default hierarchy
 2026-09-02 21:43 UTC  (3+ messages)

[PATCH v2 0/8] memcg: remove the v1 soft limit
 2026-09-02 19:40 UTC  (2+ messages)


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