cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-23 15:01:07 to 2021-11-29 08:39:16 UTC [more...]

[PATCH] mm: reduce spinlock contention in release_pages()
 2021-11-29  8:39 UTC  (16+ messages)

[PATCH 1/2] cgroup: cgroup_subsys[ssid] is never NULL
 2021-11-27 14:59 UTC  (2+ messages)
` [PATCH 2/2] cgroup: get the wrong css for css_alloc() during cgroup_init_subsys()

[PATCH RFC 0/9] support concurrent sync io for bfq on a specail occasion
 2021-11-27 10:11 UTC  (10+ messages)
` [PATCH RFC 1/9] block, bfq: add new apis to iterate bfq entities
` [PATCH RFC 2/9] block, bfq: apply news apis where root group is not expected
  ` [PATCH RFC 3/9] block, bfq: handle the case when for_each_entity() access root group
  ` [PATCH RFC 4/9] block, bfq: count root group into 'num_groups_with_pending_reqs'
  ` [PATCH RFC 5/9] block, bfq: do not idle if only one cgroup is activated
  ` [PATCH RFC 7/9] block, bfq: record how many queues have pending requests in bfq_group
` [PATCH RFC 6/9] block, bfq: only count group that the bfq_queue belongs to
` [PATCH RFC 8/9] block, bfq: move forward __bfq_weights_tree_remove()
` [PATCH RFC 9/9] block, bfq: decrease 'num_groups_with_pending_reqs' earlier

[PATCH 0/4] cancel all throttled bios in del_gendisk()
 2021-11-27 10:10 UTC  (5+ messages)
` [PATCH 1/4] Revert "blk-throttle: remove tg_drain_bios"
  ` [PATCH 2/4] blk-throtl: don't warn in tg_drain_bios()
  ` [PATCH 3/4] blk-throtl: introduce blk_throtl_cancel_bios()
  ` [PATCH 4/4] block: cancel all throttled bios in del_gendisk()

Use after free with BFQ and cgroups
 2021-11-26 14:47 UTC 

[RFC PATCH] sched/fair: Filter by css_is_dying() in the last tg_unthrottle_up()
 2021-11-26 13:06 UTC 

[PATCH v8] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-23  3:30 UTC  (4+ messages)

WARNING in cgroup_finalize_control
 2021-11-21 16:22 UTC  (3+ messages)
  ` [syzbot] "

[PATCH v4 1/4] mm: support deterministic memory charging of filesystems
 2021-11-20  7:58 UTC  (6+ messages)
` [PATCH v4 2/4] mm/oom: handle remote ooms

[PATCH v3 1/4] mm/shmem: support deterministic charging of tmpfs
 2021-11-19 22:32 UTC  (20+ messages)
  ` [PATCH v3 4/4] mm, shmem, selftests: add tmpfs memcg= mount option tests
` [PATCH v3 2/4] mm/oom: handle remote ooms
` [PATCH v3 3/4] mm, shmem: add tmpfs memcg= option documentation

[PATCH] blk-cgroup: fix missing put device in error path from blkg_conf_pref()
 2021-11-19 13:27 UTC  (5+ messages)

[PATCH RFC 0/4] Add ability to attach bpf programs to a tracepoint inside a cgroup
 2021-11-19  6:01 UTC  (7+ messages)
` [PATCH RFC 1/4] cgroup, perf: Add ability to connect to perf cgroup from other cgroup controller
  ` [PATCH RFC 2/4] bpf, perf: add ability to attach complete array of bpf prog to perf event
  ` [PATCH RFC 3/4] bpf, cgroup, tracing: add new BPF_PROG_TYPE_CGROUP_TRACEPOINT
  ` [PATCH RFC 4/4] bpf, cgroup, perf: extend bpf-cgroup to support tracepoint attachment
      ` [PATCH RFC 4/4] bpf,cgroup,perf: "

[PATCH v3 1/4] cputime, cpuacct: Include guest time in user time in cpuacct.stat
 2021-11-18 14:29 UTC  (6+ messages)
  ` [PATCH v3 2/4] cpuacct: convert BUG_ON() to WARN_ON_ONCE()
  ` [PATCH v3 3/4] sched/cpuacct: fix user/system in shown cpuacct.usage*
  ` [PATCH v3 4/4] sched/cpuacct: Make user/system times in cpuacct.stat more precise

[PATCH -next] blk-throttle: Set BIO_THROTTLED when bio has been throttled
 2021-11-18 13:15 UTC 

[PATCH] memcg: better bounds on the memcg stats updates
 2021-11-18  6:53 UTC 

[PATCH v7] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-18  4:15 UTC  (4+ messages)

[PATCH] block: Use div64_ul instead of do_div
 2021-11-18  3:40 UTC  (2+ messages)
  ` [PATCH v2] "

[Patch v2] cgroup: pretty format /proc/cgroups
 2021-11-17  0:11 UTC  (4+ messages)

[RFC PATCH 00/32] Separate struct slab from struct page
 2021-11-16 23:37 UTC  (7+ messages)
  ` [RFC PATCH 21/32] mm: Convert struct page to struct slab in functions used by other subsystems
  ` [RFC PATCH 22/32] mm/memcg: Convert slab objcgs from struct page to struct slab

[PATCH v8 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-11-16 17:54 UTC  (21+ messages)
` [PATCH v8 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH] mm: slab: make slab iterator functions static
 2021-11-15 22:56 UTC  (2+ messages)

[PATCH] cgroup: rstat: Mark benign data race to silence KCSAN
 2021-11-15 21:34 UTC  (3+ messages)

[PATCH v1 1/5] mm/shmem: support deterministic charging of tmpfs
 2021-11-15 17:53 UTC  (13+ messages)
` [PATCH v1 2/5] mm: add tmpfs memcg= permissions check
  ` [PATCH v1 3/5] mm/oom: handle remote ooms
  ` [PATCH v1 4/5] mm, shmem: add tmpfs memcg= option documentation
` [PATCH v1 5/5] mm, shmem, selftests: add tmpfs memcg= mount option tests

[PATCH] cgroup: Fix rootcg cpu.stat guest double counting
 2021-11-15 16:41 UTC  (4+ messages)

Questions about replacing isolcpus by cgroup-v2
 2021-11-15 12:47 UTC  (7+ messages)

[PATCH] cgroup: pretty format /proc/cgroups
 2021-11-15  1:04 UTC 

[PATCH v2 1/4] mm/shmem: support deterministic charging of tmpfs
 2021-11-10 21:19 UTC  (4+ messages)
  ` [PATCH v2 2/4] mm/oom: handle remote ooms
  ` [PATCH v2 3/4] mm, shmem: add tmpfs memcg= option documentation
  ` [PATCH v2 4/4] mm, shmem, selftests: add tmpfs memcg= mount option tests

[RFC] psi: Add additional PSI counters for each type of memory pressure
 2021-11-10 17:48 UTC  (7+ messages)

[PATCH] sched/fair: Prevent dead task groups from regaining cfs_rq's
 2021-11-10 15:17 UTC  (2+ messages)

[syzbot] general protection fault in cgroup_file_write
 2021-11-05 10:35 UTC 

[PATCH v2 1/2] memcg: flush stats only if updated
 2021-11-04 22:09 UTC  (4+ messages)

[GIT PULL] cgroup changes for v5.16-rc1
 2021-11-02 22:57 UTC  (2+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 588e5d8766486e52ee332a4bb097b016a355b465
 2021-11-02  5:30 UTC 

[PATCH] cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c
 2021-11-01 16:50 UTC  (2+ messages)

Unbounded priority inversion while assigning tasks into cgroups
 2021-10-29 16:48 UTC 

[PATCH memcg v2 2/2] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-10-29  7:58 UTC  (16+ messages)
  ` [PATCH memcg v3 1/3] mm, oom: pagefault_out_of_memory: don't force global OOM for "
  ` [PATCH memcg v3 2/3] mm, oom: do not trigger out_of_memory from the #PF
  ` [PATCH memcg v3 3/3] memcg: prohibit unconditional exceeding the limit of dying tasks

[PATCH RFC] cpuset: Make cpusets get restored on hotplug
 2021-10-27  2:42 UTC  (6+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 822bc9bac9e9a2f76a772a34f745962dfc223353
 2021-10-26 18:37 UTC 

[PATCH 1/3] cgroup: reduce dependency on cgroup_mutex
 2021-10-25 17:27 UTC  (4+ messages)
  ` [PATCH 2/3] cgroup: remove cgroup_mutex from cgroupstats_build
  ` [PATCH 3/3] cgroup: no need for cgroup_mutex for /proc/cgroups

[PATCH v4] blk-cgroup: synchoronize blkg creation against policy deactivation
 2021-10-25 14:07 UTC  (4+ messages)

[syzbot] memory leak in blk_iolatency_init
 2021-10-23 18:58 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;
as well as URLs for NNTP newsgroup(s).