public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-19 10:52:45 to 2022-05-25 01:31:10 UTC [more...]

[PATCH 0/4] memcg: accounting for objects allocated by mkdir cgroup
 2022-05-25  1:31 UTC  (25+ messages)
` [PATCH mm v2 0/9] "
` [PATCH mm v2 1/9] memcg: enable accounting for struct cgroup
` [PATCH mm v2 2/9] memcg: enable accounting for kernfs nodes
` [PATCH mm v2 3/9] memcg: enable accounting for kernfs iattrs
` [PATCH mm v2 4/9] memcg: enable accounting for struct simple_xattr
` [PATCH mm v2 5/9] memcg: enable accounting for percpu allocation of struct psi_group_cpu
` [PATCH mm v2 6/9] memcg: enable accounting for percpu allocation of struct cgroup_rstat_cpu
` [PATCH mm v2 7/9] memcg: enable accounting for large allocations in mem_cgroup_css_alloc
` [PATCH mm v2 8/9] memcg: enable accounting for allocations in alloc_fair_sched_group
` [PATCH mm v2 9/9] memcg: enable accounting for percpu allocation of struct rt_rq

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-05-24 22:31 UTC  (12+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH v4 00/11] Use obj_cgroup APIs to charge the LRU pages
 2022-05-24 19:52 UTC  (21+ messages)
  ` [PATCH v4 01/11] mm: memcontrol: prepare objcg API for non-kmem usage
  ` [PATCH v4 02/11] mm: memcontrol: introduce compact_folio_lruvec_lock_irqsave
  ` [PATCH v4 03/11] mm: memcontrol: make lruvec lock safe when LRU pages are reparented
  ` [PATCH v4 04/11] mm: vmscan: rework move_pages_to_lru()
  ` [PATCH v4 05/11] mm: thp: introduce folio_split_queue_lock{_irqsave}()
  ` [PATCH v4 06/11] mm: thp: make split queue lock safe when LRU pages are reparented
  ` [PATCH v4 07/11] mm: memcontrol: make all the callers of {folio,page}_memcg() safe
  ` [PATCH v4 08/11] mm: memcontrol: introduce memcg_reparent_ops
  ` [PATCH v4 09/11] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
  ` [PATCH v4 10/11] mm: lru: add VM_BUG_ON_FOLIO to lru maintenance function
  ` [PATCH v4 11/11] mm: lru: use lruvec lock to serialize memcg changes

[PATCH] memcg: provide reclaim stats via 'memory.reclaim'
 2022-05-24 19:01 UTC  (10+ messages)

[PATCH v11 0/8] cgroup/cpuset: cpu partition code enhancements
 2022-05-24 16:48 UTC  (7+ messages)
` [PATCH v11 8/8] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v3 0/5] memcontrol selftests fixups
 2022-05-24 16:29 UTC  (6+ messages)
  ` [PATCH v3 1/5] selftests: memcg: Fix compilation
  ` [PATCH v3 2/5] selftests: memcg: Expect no low events in unprotected sibling
  ` [PATCH v3 3/5] selftests: memcg: Adjust expected reclaim values of protected cgroups
  ` [PATCH v3 4/5] selftests: memcg: Remove protection from top level memcg
  ` [PATCH v3 5/5] selftests: memcg: Factor out common parts of memory.{low,min} tests

[PATCH] mm: memcontrol: add the mempolicy interface for cgroup v2
 2022-05-24 15:12 UTC  (6+ messages)
        ` [External] "

[PATCH -next v4 0/4] bugfix for blk-throttle
 2022-05-24 11:47 UTC  (7+ messages)
` [PATCH -next v4 1/4] blk-throttle: fix that io throttle can only work for single bio
  ` [PATCH -next v4 2/4] blk-throttle: prevent overflow while calculating wait time
  ` [PATCH -next v4 4/4] blk-throttle: fix io hung due to config updates
` [PATCH -next v4 3/4] blk-throttle: factor out code to calculate ios/bytes_allowed

[PATCH bpf-next v1 0/5] bpf: rstat: cgroup hierarchical stats
 2022-05-24  2:35 UTC  (45+ messages)
` [PATCH bpf-next v1 1/5] cgroup: bpf: add a hook for bpf progs to attach to rstat flushing
  ` [PATCH bpf-next v1 2/5] cgroup: bpf: add cgroup_rstat_updated() and cgroup_rstat_flush() kfuncs
` [PATCH bpf-next v1 3/5] bpf: Introduce cgroup iter
` [PATCH bpf-next v1 4/5] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v1 5/5] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH -next v5 0/3] support concurrent sync io for bfq on a specail occasion
 2022-05-24  1:13 UTC  (15+ messages)

[GIT PULL] cgroup changes for v5.19-rc1
 2022-05-23 23:44 UTC 

[PATCH] cgroup: don't queue css_release_work if one already pending
 2022-05-23 21:27 UTC  (2+ messages)
` [PATCH v2] cgroups: separate destroy_work into two separate wq

[PATCH] memcg: enable accounting in keyctl subsys
 2022-05-23 20:00 UTC  (3+ messages)

[PATCH] Revert "mm/vmscan: never demote for memcg reclaim"
 2022-05-23 18:59 UTC  (3+ messages)

[PATCH] cgroup: Fix an error handling path in alloc_pagecache_max_30M()
 2022-05-23 13:55 UTC  (3+ messages)

kernfs memcg accounting
 2022-05-23 13:52 UTC  (18+ messages)
` [PATCH 1/4] memcg: enable accounting for large allocations in mem_cgroup_css_alloc
` [PATCH 2/4] memcg: enable accounting for kernfs nodes and iattrs
` [PATCH 3/4] memcg: enable accounting for struct cgroup
` [PATCH 4/4] memcg: enable accounting for allocations in alloc_fair_sched_group

[PATCH v2 1/5] selftests: memcg: Fix compilation
 2022-05-23 13:29 UTC  (3+ messages)

[PATCH -next v6 0/3] support concurrent sync io for bfq on a specail occasion
 2022-05-23 13:18 UTC  (4+ messages)
  ` [PATCH -next v6 1/3] block, bfq: record how many queues are busy in bfq_group
` [PATCH -next v6 2/3] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
` [PATCH -next v6 3/3] block, bfq: do not idle if only one group is activated

[tj-cgroup:for-next] BUILD SUCCESS 8a4f243bd5cfd2885c52eaf0075732d4ee77d78d
 2022-05-22  4:58 UTC 

[tj-cgroup:for-5.19] BUILD SUCCESS b154a017c92011d8f71ce804583e5f9c3d90bb9a
 2022-05-22  3:37 UTC 

[PATCH -next v2 0/6] multiple cleanup patches for bfq
 2022-05-21  7:35 UTC  (7+ messages)
  ` [PATCH -next v2 1/6] block, bfq: cleanup bfq_weights_tree add/remove apis
  ` [PATCH -next v2 2/6] block, bfq: cleanup __bfq_weights_tree_remove()
` [PATCH -next v2 3/6] block, bfq: factor out code to update 'active_entities'
` [PATCH -next v2 4/6] block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group
` [PATCH -next v2 5/6] block, bfq: cleanup bfq_activate_requeue_entity()
` [PATCH -next v2 6/6] block, bfq: remove dead code for updating 'rq_in_driver'

[PATCH -next v3 0/2] bugfix for blk-throttle
 2022-05-21  5:00 UTC  (12+ messages)
` [PATCH -next v3 2/2] blk-throttle: fix io hung due to configuration updates

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-05-21  2:19 UTC  (13+ messages)
` [PATCH v7 1/6] gpu: rfc: "
` [PATCH v7 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory

[PATCH] cgroup: Return if dst_cgrp equals to src_cgrp
 2022-05-20 17:02 UTC 

[PATCH v2] cgroup: remove the superfluous judgment
 2022-05-20  7:50 UTC  (3+ messages)

[RFC] Add swappiness argument to memory.reclaim
 2022-05-19 18:24 UTC  (8+ messages)

[PATCH -next 0/8] multiple cleanup patches for bfq
 2022-05-19 13:21 UTC  (18+ messages)
` [PATCH -next 1/8] block, bfq: cleanup bfq_weights_tree add/remove apis
` [PATCH -next 2/8] block, bfq: cleanup __bfq_weights_tree_remove()
` [PATCH -next 3/8] block, bfq: factor out code to update 'active_entities'
` [PATCH -next 4/8] block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group
` [PATCH -next 5/8] block, bfq: cleanup bfq_activate_requeue_entity()
` [PATCH -next 6/8] block, bfq: remove dead code for updating 'rq_in_driver'
` [PATCH -next 7/8] block, bfq: cleanup bfq_bfqq_update_budg_for_activation()
` [PATCH -next 8/8] block, bfq: cleanup bfq_bfqq_handle_idle_busy_switch()


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