cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-13 03:01:34 to 2012-11-28 21:34:10 UTC [more...]

[PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core
 2012-11-28 21:34 UTC  (4+ messages)
` [PATCH 01/13] cpuset: remove unused cpuset_unlock()
  ` [PATCH 02/13] cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()
` [PATCH 03/13] cpuset: introduce ->css_on/offline()

[PATCH] cgroup: fix lockdep warning for event_control
 2012-11-28 21:33 UTC  (3+ messages)

memory-cgroup bug
 2012-11-28 20:20 UTC  (48+ messages)
                            ` [PATCH -mm] memcg: do not trigger OOM from add_to_page_cache_locked
                                ` [PATCH for 3.2.34] "
                                        ` [PATCH -v2 -mm] "

[PATCH] cgroup: avoid creating degenerate allcg_list
 2012-11-28 18:29 UTC  (2+ messages)

[net-next RFC v2] net_cls: traffic counter based on classification control cgroup
 2012-11-28 11:18 UTC  (6+ messages)

[PATCH 0/5] devcg: introduce proper hierarchy support
 2012-11-27 19:35 UTC  (6+ messages)
` [PATCH 1/5] device_cgroup: fix locking in devcgroup_destroy()
` [PATCH 2/5] device_cgroup: prepare exception list handling functions for two lists
` [PATCH 3/5] device_cgroup: keep track of local group settings
` [PATCH 4/5] device_cgroup: make may_access() stronger
` [PATCH 5/5] device_cgroup: propagate local changes down the hierarchy

Why is cpuset_cpus_allowed_fallback() necessary?
 2012-11-27 18:41 UTC  (2+ messages)

linux-next: manual merge of the cgroup tree with the net-next tree
 2012-11-26  4:31 UTC 

[PATCHSET REPOST v2 cgroup/for-3.8] netcls/prio_cgroup: update hierarchy support
 2012-11-22 15:33 UTC  (23+ messages)
  ` [PATCH 1/7] netcls_cgroup: move config inheritance to ->css_online() and remove .broken_hierarchy marking
  ` [PATCH 2/7] netprio_cgroup: simplify write_priomap()
  ` [PATCH 3/7] netprio_cgroup: shorten variable names in extend_netdev_table()
  ` [PATCH 4/7] netprio_cgroup: reimplement priomap expansion
  ` [PATCH 5/7] netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx
  ` [PATCH 6/7] netprio_cgroup: implement netprio[_set]_prio() helpers
  ` [PATCH 7/7] netprio_cgroup: allow nesting and inherit config on cgroup creation

[patch] mm, memcg: avoid unnecessary function call when memcg is disabled
 2012-11-21  8:35 UTC  (10+ messages)
        ` [patch] mm, memcg: avoid unnecessary function call when memcg is disabled fix

[PATCH 0/6] Automatic NUMA placement of tasks in cpu cgroup
 2012-11-20  8:32 UTC  (7+ messages)
  ` [PATCH 1/6] don't call cpuacct_charge in stop_task.c
  ` [PATCH 2/6] cgroup: implement CFTYPE_NO_PREFIX
` [PATCH 3/6] cgroup, sched: let cpu serve the same files as cpuacct
` [PATCH 4/6] cgroup, sched: deprecate cpuacct
` [PATCH 5/6] sched: adjust exec_clock to use it as cpu usage metric
` [PATCH 6/6] cpuacct: don't actually do anything

[PATCHSET v2 cgroup/for-3.8] netcls/prio_cgroup: update hierarchy support
 2012-11-20  8:28 UTC  (11+ messages)
` [PATCH 2/7] netprio_cgroup: simplify write_priomap()
  ` [PATCH 1/7] netcls_cgroup: move config inheritance to ->css_online() and remove .broken_hierarchy marking
  ` [PATCH 3/7] netprio_cgroup: shorten variable names in extend_netdev_table()
  ` [PATCH 5/7] netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx
  ` [PATCH 6/7] netprio_cgroup: implement netprio[_set]_prio() helpers
  ` [PATCH 7/7] netprio_cgroup: allow nesting and inherit config on cgroup creation
` [PATCH 4/7] netprio_cgroup: reimplement priomap expansion

[PATCHSET cgroup/for-3.8] netprio_cgroup: implement hierarchy support
 2012-11-20  8:20 UTC  (20+ messages)
  ` [PATCH 1/8] cgroup: add cgroup->id
  ` [PATCH 2/8] netprio: simplify write_priomap()
  ` [PATCH 3/8] netprio_cgroup: shorten variable names in extend_netdev_table()
  ` [PATCH 4/8] netprio_cgroup: reimplement priomap expansion
  ` [PATCH 5/8] netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx
  ` [PATCH 6/8] netprio_cgroup: implement netprio[_set]_prio() helpers
  ` [PATCH 8/8] netprio_cgroup: implement hierarchy support
` [PATCH 7/8] netprio_cgroup: keep track of whether prio is set or not

[PATCHSET cgroup/for-3.8] netcls_cgroup: implement hierarchy support
 2012-11-20  5:44 UTC  (18+ messages)
  ` [PATCH 1/3] netcls_cgroup: introduce netcls_mutex
  ` [PATCH 2/3] netcls_cgroup: introduce cgroup_cls_state->is_local
      ` [PATCH v2 "
  ` [PATCH 3/3] netcls_cgroup: implement proper hierarchy support

[PATCHSET cgroup/for-3.8] cgroup: allow ->post_create() to fail
 2012-11-19 16:59 UTC  (30+ messages)
` [PATCH 01/17] cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
` [PATCH 04/17] cgroup: create directory before linking while creating a new cgroup
    ` [PATCH v2 "
` [PATCH 05/17] cgroup: cgroup->dentry isn't a RCU pointer
` [PATCH 06/17] cgroup: remove duplicate RCU free on struct cgroup
  ` [PATCH 07/17] cgroup: make CSS_* flags bit masks instead of bit positions
  ` [PATCH 08/17] cgroup: trivial cleanup for cgroup_init/load_subsys()
  ` [PATCH 09/17] cgroup: lock cgroup_mutex in cgroup_init_subsys()
  ` [PATCH 10/17] cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload_subsys()
  ` [PATCH 11/17] cgroup: separate out cgroup_destroy_locked()
  ` [PATCH 13/17] cgroup: simplify cgroup_load_subsys() failure path
  ` [PATCH 14/17] cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory
  ` [PATCH 15/17] cgroup: update cgroup_create() failure path
  ` [PATCH 16/17] cgroup: allow ->post_create() to fail
  ` [PATCH 17/17] cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()
` [PATCH 12/17] cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers

[PATCH 1/2] cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/
 2012-11-19 16:36 UTC  (7+ messages)
  ` [PATCH 2/2] cgroup, cpuset: remove cgroup_subsys->post_clone()

[PATCH] res_counter: delete res_counter_write()
 2012-11-15  2:06 UTC  (2+ messages)

memcg/cgroup: do not fail fail on pre_destroy callbacks
 2012-11-14 18:33 UTC  (10+ messages)
` [PATCH v3 3/6] memcg: Simplify mem_cgroup_force_empty_list error handling
` [PATCH v3 4/6] cgroups: forbid pre_destroy callback to fail

[GIT PULL] cgroup fixes for v3.7-rc5
 2012-11-13 16:26 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).