messages from 2022-06-17 08:19:19 to 2022-07-01 07:49:23 UTC [more...]
[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'
[Question] The system may be stuck if there is a cpu cgroup cpu.cfs_quato_us is very low
2022-07-01 7:34 UTC (3+ messages)
[PATCH mm v4 0/9] memcg: accounting for objects allocated by mkdir cgroup
2022-07-01 2:42 UTC (38+ messages)
` [PATCH mm v5 0/9] memcg: accounting for objects allocated by mkdir, cgroup
` [PATCH RFC] memcg: avoid idr ids space depletion
` [PATCH RFC] memcg: notify about global mem_cgroup_id "
` [PATCH cgroup] cgroup: set the correct return code if hierarchy limits are reached
` [PATCH mm v2] memcg: notify about global mem_cgroup_id space depletion
` [PATCH mm v5 1/9] memcg: enable accounting for struct cgroup
` [PATCH mm v5 2/9] memcg: enable accounting for kernfs nodes
` [PATCH mm v5 3/9] memcg: enable accounting for kernfs iattrs
` [PATCH mm v5 4/9] memcg: enable accounting for struct simple_xattr
` [PATCH mm v5 5/9] memcg: enable accounting for percpu allocation of struct psi_group_cpu
` [PATCH mm v5 6/9] memcg: enable accounting for percpu allocation of struct cgroup_rstat_cpu
` [PATCH mm v5 7/9] memcg: enable accounting for large allocations in mem_cgroup_css_alloc
` [PATCH mm v5 8/9] memcg: enable accounting for allocations in alloc_fair_sched_group
` [PATCH mm v5 9/9] memcg: enable accounting for perpu allocation of struct rt_rq
[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 v6 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-06-30 21:01 UTC (9+ 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
[PATCH v3] mm: vmpressure: don't count proactive reclaim in vmpressure
2022-06-30 15:02 UTC (2+ messages)
[Bug] race condition at rebind_subsystems()
2022-06-30 10:52 UTC
[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
2022-06-30 8:22 UTC (24+ messages)
[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
2022-06-29 8:04 UTC (27+ messages)
` [PATCH bpf-next v2 3/8] bpf, iter: Fix the condition on p when calling stop
` [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
[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 "
Question about disallowing rename(2) in cgroup v2
2022-06-28 13:09 UTC
[PATCH v6 00/11] Use obj_cgroup APIs to charge the LRU pages
2022-06-28 1:45 UTC (23+ messages)
` [PATCH v6 01/11] mm: memcontrol: remove dead code and comments
` [PATCH v6 02/11] mm: rename unlock_page_lruvec{_irq, _irqrestore} to lruvec_unlock{_irq, _irqrestore}
` [PATCH v6 03/11] mm: memcontrol: prepare objcg API for non-kmem usage
` [PATCH v6 04/11] mm: memcontrol: make lruvec lock safe when LRU pages are reparented
` [PATCH v6 05/11] mm: vmscan: rework move_pages_to_lru()
` [PATCH v6 06/11] mm: thp: make split queue lock safe when LRU pages are reparented
` [PATCH v6 07/11] mm: memcontrol: make all the callers of {folio,page}_memcg() safe
` [PATCH v6 09/11] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
` [PATCH v6 10/11] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance function
` [PATCH v6 11/11] mm: lru: use lruvec lock to serialize memcg changes
` [PATCH v6 08/11] mm: memcontrol: introduce memcg_reparent_ops
[tj-cgroup:for-next] BUILD SUCCESS 27924b13fcce42222e836394711fe1e7ec010cc6
2022-06-27 21:52 UTC
[PATCH] cgroup.c: remove redundant check for mixable cgroup in cgroup_migrate_vet_dst
2022-06-27 9:09 UTC (3+ messages)
[PATCH -next] mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()
2022-06-27 1:05 UTC (4+ messages)
[PATCH -next v5 0/8] bugfix and cleanup for blk-throttle
2022-06-26 2:39 UTC (11+ messages)
` [PATCH -next v5 3/8] blk-throttle: factor out code to calculate ios/bytes_allowed
` [PATCH -next v5 4/8] blk-throttle: fix io hung due to config updates
[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
2022-06-25 8:10 UTC (5+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
[syzbot] WARNING in folio_lruvec_lock_irqsave
2022-06-25 6:00 UTC (8+ messages)
[RFC PATCH] cpuset: Allow setscheduler regardless of manipulated task
2022-06-25 4:20 UTC (4+ messages)
[PATCH v7 0/6] Proposal for a GPU cgroup controller
2022-06-24 21:17 UTC (14+ messages)
[PATCH v2] sched: RT bandwidth interface for cgroup unified hierarchy
2022-06-23 7:51 UTC (5+ messages)
` [External] "
Will the "CONFIG_CGROUP_DEBUG" x86_64 default configuration be turned off in later versions?
2022-06-23 6:24 UTC
[PATCH v2] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
2022-06-23 0:44 UTC
[PATCH] sched: RT bandwidth interface for cgroup unified hierarchy
2022-06-22 1:52 UTC (3+ messages)
` [External] "
[PATCH v5 00/11] Use obj_cgroup APIs to charge the LRU pages
2022-06-20 7:14 UTC (11+ messages)
` [PATCH v5 07/11] mm: memcontrol: make all the callers of {folio,page}_memcg() safe
` [PATCH v5 08/11] mm: memcontrol: introduce memcg_reparent_ops
` [PATCH v5 09/11] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
` [PATCH v5 10/11] mm: lru: add VM_BUG_ON_FOLIO to lru maintenance function
[tj-cgroup:for-5.19-fixes] BUILD SUCCESS 07fd5b6cdf3cc30bfde8fe0f644771688be04447
2022-06-17 8:20 UTC
[tj-cgroup:for-5.20] BUILD SUCCESS e210a89f5b07680fe21d21e846e6817346c5ba3b
2022-06-17 8:19 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).