cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-27 09:39:49 to 2022-07-20 11:45:31 UTC [more...]

[PATCH RESEND v6 0/8] bugfix and cleanup for blk-throttle
 2022-07-20 11:45 UTC  (12+ 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 3/8] blk-throttle: factor out code to calculate ios/bytes_allowed
` [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 -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-07-20 11:38 UTC  (5+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'

Query regarding deadlock involving cgroup_threadgroup_rwsem and cpu_hotplug_lock
 2022-07-20 11:06 UTC  (2+ messages)

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

[PATCH] selftests: memcg: uninitialized variable in test_memcg_reclaim()
 2022-07-20  9:29 UTC  (3+ messages)

[PATCH v4] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-07-20  9:24 UTC  (3+ messages)

[PATCH bpf-next v3 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-19 17:02 UTC  (23+ 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 v2] block: don't allow the same type rq_qos add more than once
 2022-07-19 15:53 UTC  (3+ messages)

[Bug] race condition at rebind_subsystems()
 2022-07-19 13:35 UTC  (5+ 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  (16+ messages)
` [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
  ` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
  ` [PATCH v6 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats

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

[PATCH 1/3 cgroup/for-5.20] cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty subtree
 2022-07-15  4:39 UTC  (3+ 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

[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  (5+ 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  (18+ messages)

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

[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-07 23:36 UTC  (27+ messages)
` [PATCH bpf-next v2 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v2 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v2 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [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)

[PATCH -next v5 0/8] bugfix and cleanup for blk-throttle
 2022-07-05 11:42 UTC  (8+ messages)
` [PATCH -next v5 4/8] blk-throttle: fix io hung due to config updates

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

[PATCH RFC] memcg: notify about global mem_cgroup_id space depletion
 2022-07-01  2:42 UTC  (9+ messages)
` [PATCH cgroup] cgroup: set the correct return code if hierarchy limits are reached

[PATCH] cgroup-v1: use find granularity format identifiers to make /proc/cgroups show pretty
 2022-07-01  1:49 UTC  (3+ messages)

[PATCH v11 0/8] cgroup/cpuset: cpu partition code enhancements
 2022-06-30 22:53 UTC  (13+ messages)
` [PATCH v11 7/8] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
 2022-06-30  8:22 UTC  (17+ messages)

[tj-cgroup:for-5.20] BUILD SUCCESS d75cd55ae2dedeee5382bb48832c322673b9781c
 2022-06-28 23:55 UTC 

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-28 18:53 UTC  (13+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v5 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v5 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
` [PATCH v5 4/4] KVM: arm64/mmu: count KVM s2 "

[PATCH RFC] memcg: notify about global mem_cgroup_id space depletion
 2022-06-28  9:08 UTC  (7+ messages)
` [PATCH mm v2] "

[tj-cgroup:for-next] BUILD SUCCESS 27924b13fcce42222e836394711fe1e7ec010cc6
 2022-06-27 21:52 UTC 


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