cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-06 02:40:48 to 2022-07-27 18:44:29 UTC [more...]

[PATCH RESEND v6 0/8] bugfix and cleanup for blk-throttle
 2022-07-27 18:44 UTC  (19+ messages)
` [PATCH RESEND v6 1/8] blk-throttle: fix that io throttle can only work for single bio
` [PATCH RESEND v6 2/8] blk-throttle: prevent overflow while calculating wait time
` [PATCH RESEND v6 4/8] blk-throttle: fix io hung due to config updates
` [PATCH RESEND v6 5/8] blk-throttle: use 'READ/WRITE' instead of '0/1'
` [PATCH RESEND v6 6/8] blk-throttle: calling throtl_dequeue/enqueue_tg in pairs
` [PATCH RESEND v6 7/8] blk-throttle: cleanup tg_update_disptime()
` [PATCH RESEND v6 8/8] blk-throttle: clean up flag 'THROTL_TG_PENDING'

[PATCH 1/3 cgroup/for-5.20] cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty subtree
 2022-07-27 17:55 UTC  (18+ messages)
  ` [PATCH 2/3 cgroup/for-5.20] cgroup: Add "no" prefixed mount options
      ` [PATCH 3/3 cgroup/for-5.20] cgroup: Make !percpu threadgroup_rwsem operations optional
        ` [PATCH RESEND "
                ` [PATCH cgroup/for-5.20] cgroup: remove "no" prefixed mount options options

[PATCH 0/9] sched/psi: some optimization and extension
 2022-07-27 16:07 UTC  (31+ messages)
  ` [PATCH 1/9] sched/psi: fix periodic aggregation shut off
  ` [PATCH 2/9] sched/psi: optimize task switch inside shared cgroups again
  ` [PATCH 3/9] sched/psi: move private helpers to sched/stats.h
  ` [PATCH 4/9] sched/psi: don't change task psi_flags when migrate CPU/group
  ` [PATCH 7/9] sched/psi: cache parent psi_group to speed up groups iterate
  ` [PATCH 8/9] sched/psi: add kernel cmdline parameter psi_inner_cgroup
          ` [External] "
` [PATCH 5/9] sched/psi: don't create cgroup PSI files when psi_disabled
` [PATCH 6/9] sched/psi: save percpu memory when !psi_cgroups_enabled
` [PATCH 9/9] sched/psi: add PSI_IRQ to track IRQ/SOFTIRQ pressure
    ` [External] "

[syzbot] INFO: rcu detected stall in net_tx_action
 2022-07-27 16:00 UTC  (2+ messages)

[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-07-27 12:11 UTC  (6+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-26 18:03 UTC  (4+ messages)
` [PATCH v4 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

[PATCH v5] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-07-25  7:27 UTC  (3+ messages)

[PATCH] selftests/cgroup: fix repeated words in comments
 2022-07-25  5:47 UTC  (3+ messages)

[tj-cgroup:for-5.20] BUILD SUCCESS 6a010a49b63ac8465851a79185d8deff966f8e1a
 2022-07-24  5:13 UTC 

[tj-cgroup:for-next] BUILD SUCCESS dfce5395b3a007a1a5c3a99a8523a4fc266d858a
 2022-07-24  3:44 UTC 

[PATCH] mm: Remove the redundant updating of stats_flush_threshold
 2022-07-23 13:43 UTC  (5+ messages)

[PATCH bpf-next v5 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-22 20:33 UTC  (11+ messages)
` [PATCH bpf-next v5 1/8] btf: Add a new kfunc flag which allows to mark a function to be sleepable
` [PATCH bpf-next v5 2/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v5 3/8] bpf, iter: Fix the condition on p when calling stop
` [PATCH bpf-next v5 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v5 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v5 7/8] selftests/bpf: extend cgroup helpers
  ` [PATCH bpf-next v5 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
  ` [PATCH bpf-next v5 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH bpf-next v4 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-22 17:49 UTC  (11+ messages)
` [PATCH bpf-next v4 1/8] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH bpf-next v4 2/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v4 3/8] bpf, iter: Fix the condition on p when calling stop
  ` [PATCH bpf-next v4 4/8] bpf: Introduce cgroup iter
  ` [PATCH bpf-next v4 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v4 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v4 7/8] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v4 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH bpf-next v3 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-21 21:07 UTC  (28+ messages)
  ` [PATCH bpf-next v3 1/8] btf: Add a new kfunc set which allows to mark a function to be sleepable
  ` [PATCH bpf-next v3 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v3 2/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v3 3/8] bpf, iter: Fix the condition on p when calling stop
` [PATCH bpf-next v3 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v3 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v3 7/8] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v3 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH v4] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-07-21 16:49 UTC  (10+ messages)

[Bug] race condition at rebind_subsystems()
 2022-07-21  6:46 UTC  (6+ messages)

Query regarding deadlock involving cgroup_threadgroup_rwsem and cpu_hotplug_lock
 2022-07-20 18:05 UTC  (4+ messages)

[PATCH] selftests: memcg: uninitialized variable in test_memcg_reclaim()
 2022-07-20 17:35 UTC  (4+ messages)

[PATCH v3] block: don't allow the same type rq_qos add more than once
 2022-07-20 12:46 UTC  (5+ messages)
      ` [External] "
  ` [PATCH v4] "

[PATCH v2] block: don't allow the same type rq_qos add more than once
 2022-07-19 15:53 UTC  (3+ messages)

[PATCH] block: don't allow the same type rq_qos add more than once
 2022-07-19  7:50 UTC  (4+ messages)

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-18 18:26 UTC  (11+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v6 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v6 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

Question about disallowing rename(2) in cgroup v2
 2022-07-18  7:42 UTC  (3+ messages)

[GIT PULL] cgroup fixes for v5.19-rc6
 2022-07-13 19:27 UTC  (2+ messages)

[PATCH v3] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-07-12 22:51 UTC  (4+ messages)

[PATCH mm v4 0/9] memcg: accounting for objects allocated by mkdir cgroup
 2022-07-11 16:24 UTC  (10+ messages)
` [PATCH mm v5 0/9] memcg: accounting for objects allocated by mkdir, cgroup

[PATCH v6 00/11] Use obj_cgroup APIs to charge the LRU pages
 2022-07-09  9:23 UTC  (8+ messages)

[PATCH] mm: memcontrol: do not miss MEMCG_MAX events for enforced allocations
 2022-07-08  3:18 UTC  (18+ messages)

[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-07 23:36 UTC  (15+ messages)
` [PATCH bpf-next v2 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v2 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[Question] The system may be stuck if there is a cpu cgroup cpu.cfs_quato_us is very low
 2022-07-07  6:59 UTC  (6+ messages)


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).