cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-26 20:52:25 to 2021-06-10 14:26:06 UTC [more...]

[GIT PULL] cgroup fixes for v5.13-rc5
 2021-06-10 14:26 UTC 

[PATCH 0/5] cgroup/cpuset: Enable cpuset partition with no load balancing
 2021-06-10 14:19 UTC  (7+ messages)
` [PATCH 1/5] cgroup/cpuset: Don't call validate_change() for some flag changes
` [PATCH 2/5] cgroup/cpuset: Add new cpus.partition type with no load balancing
` [PATCH 4/5] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH 5/5] kselftest/cgroup: Add cpuset v2 partition root state test
  ` [PATCH 3/5] cgroup/cpuset: Allow non-top parent partition root to distribute out all CPUs

[PATCH] cgroup1: don't allow '\n' in renaming
 2021-06-10 14:03 UTC  (2+ messages)

[PATCH v9 0/8] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-10  6:57 UTC  (17+ messages)
` [PATCH v9 1/8] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [PATCH v9 2/8] writeback, cgroup: add smp_mb() to cgroup_writeback_umount()
  ` [PATCH v9 3/8] writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
  ` [PATCH v9 8/8] writeback, cgroup: release dying cgwbs by switching attached inodes
` [PATCH v9 4/8] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
` [PATCH v9 5/8] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [PATCH v9 6/8] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
` [PATCH v9 7/8] writeback, cgroup: support switching multiple inodes at once

[PATCH v4] sched/fair: Correctly insert cfs_rq's to list on unthrottle
 2021-06-10  6:49 UTC  (5+ messages)

[cgroup:for-5.14] BUILD SUCCESS 3958e2d0c34e18c41b60dc01832bd670a59ef70f
 2021-06-09  7:07 UTC 

[cgroup:for-next] BUILD SUCCESS d42132d940a719371f837fa87b8bfbcea57abbd0
 2021-06-09  7:07 UTC 

[PATCH v8 0/8] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-08 22:37 UTC  (14+ messages)
` [PATCH v8 1/8] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [PATCH v8 4/8] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
  ` [PATCH v8 2/8] writeback, cgroup: add smp_mb() to cgroup_writeback_umount()
  ` [PATCH v8 3/8] writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
  ` [PATCH v8 5/8] writeback, cgroup: keep list of inodes attached to bdi_writeback
  ` [PATCH v8 6/8] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
  ` [PATCH v8 8/8] writeback, cgroup: release dying cgwbs by switching attached inodes
` [PATCH v8 7/8] writeback, cgroup: support switching multiple inodes at once

[PATCH v3 1/1] cgroup: make per-cgroup pressure stall tracking configurable
 2021-06-08 19:01 UTC  (6+ messages)

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-06-08 18:34 UTC  (25+ messages)

[PATCH v7 0/6] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-08  0:20 UTC  (17+ messages)
` [PATCH v7 1/6] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
  ` [PATCH v7 2/6] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
  ` [PATCH v7 3/6] writeback, cgroup: keep list of inodes attached to bdi_writeback
  ` [PATCH v7 5/6] writeback, cgroup: support switching multiple inodes at once
  ` [PATCH v7 6/6] writeback, cgroup: release dying cgwbs by switching attached inodes
` [PATCH v7 4/6] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()

Prevent inode/dentry trashing?
 2021-06-07 12:39 UTC 

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-07 11:10 UTC  (29+ messages)
` [PATCH 1/6] sched: Unbreak wakeups
` [PATCH 2/6] sched: Introduce task_is_running()
` [PATCH 3/6] sched,perf,kvm: Fix preemption condition
` [PATCH 4/6] sched: Add get_current_state()
` [PATCH 5/6] sched,timer: Use __set_current_state()
` [PATCH 6/6] sched: Change task_struct::state

[PATCH 1/2] memcg: switch lruvec stats to rstat
 2021-06-05  4:45 UTC  (5+ messages)
  ` [PATCH 2/2] memcg: periodically flush the memcg stats

[cgroup:for-5.14] BUILD SUCCESS 2ca11b0e043be6f5c2b188897e9a32275eaab046
 2021-06-05  4:25 UTC 

[cgroup:for-next] BUILD SUCCESS a29a7b5223a8c15fc24c68b1f0ddc69d9cf0ef6c
 2021-06-05  4:24 UTC 

[PATCH] cgroup: Fix kernel-doc
 2021-06-04 14:51 UTC  (2+ messages)

[RFC 0/7] Introduce memory allocation speed throttle in memcg
 2021-06-04 11:51 UTC  (11+ messages)

[PATCH v6 0/5] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-04  1:36 UTC  (12+ messages)
` [PATCH v6 2/5] writeback, cgroup: keep list of inodes attached to bdi_writeback
  ` [PATCH v6 1/5] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
  ` [PATCH v6 3/5] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
` [PATCH v6 4/5] writeback, cgroup: support switching multiple inodes at once
` [PATCH v6 5/5] writeback, cgroup: release dying cgwbs by switching attached inodes

[PATCH v3] sched/fair: Correctly insert cfs_rq's to list on unthrottle
 2021-06-03 21:54 UTC  (4+ messages)

[PATCH AUTOSEL 4.14 08/18] cgroup: disable controllers at parse time
 2021-06-03 17:10 UTC 

[PATCH AUTOSEL 4.19 10/23] cgroup: disable controllers at parse time
 2021-06-03 17:09 UTC 

[PATCH AUTOSEL 5.4 14/31] cgroup: disable controllers at parse time
 2021-06-03 17:09 UTC 

[PATCH AUTOSEL 5.10 20/39] cgroup: disable controllers at parse time
 2021-06-03 17:08 UTC 

[PATCH AUTOSEL 5.12 22/43] cgroup: disable controllers at parse time
 2021-06-03 17:07 UTC 

[PATCH V13 0/3] Charge loop device i/o to issuing cgroup
 2021-06-03 16:53 UTC  (5+ messages)
  ` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
  ` [PATCH 2/3] mm: Charge active memcg when no mm is set
  ` [PATCH 3/3] loop: Charge i/o to mem and blk cg

[PATCH v2] sched/fair: Correctly insert cfs_rq's to list on unthrottle
 2021-06-03 14:39 UTC  (6+ messages)

[syzbot] general protection fault in lock_page_memcg
 2021-06-02 16:37 UTC 

[syzbot] general protection fault in cgroup_rstat_flush_locked
 2021-06-01  0:37 UTC 

[PATCH 0/3] sched/fair: Fix load decay issues related to throttling
 2021-05-31 12:14 UTC  (23+ messages)
` [PATCH 1/3] sched/fair: Add tg_load_contrib cfs_rq decay checking
` [PATCH 2/3] sched/fair: Correctly insert cfs_rq's to list on unthrottle
` [PATCH 3/3] sched/fair: Fix ascii art by relpacing tabs

[PATCH v5 0/2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-05-28 16:25 UTC  (13+ messages)
` [PATCH v5 1/2] writeback, cgroup: keep list of inodes attached to bdi_writeback
  ` [PATCH v5 2/2] writeback, cgroup: release dying cgwbs by switching attached inodes

[PATCH 0/2] schd/fair: fix stalled cfs_rq->tg_load_avg_contrib
 2021-05-27 14:24 UTC  (8+ messages)
  ` [PATCH 1/2] sched/fair: keep load_avg and load_sum synced
  ` [PATCH 2/2] sched/fair: make sure to update tg contrib for blocked load

[PATCH-next] mm/memcontrol.c: Fix potential uninitialized variable warning
 2021-05-26 22:29 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).