cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-03 08:38:35 to 2012-11-19 19:25:49 UTC [more...]

[PATCHSET cgroup/for-3.8] netprio_cgroup: implement hierarchy support
 2012-11-19 19:25 UTC  (13+ messages)
` [PATCH 7/8] netprio_cgroup: keep track of whether prio is set or not
  ` [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

[PATCHSET cgroup/for-3.8] netcls_cgroup: implement hierarchy support
 2012-11-19 19:21 UTC  (17+ 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  (32+ messages)
  ` [PATCH 01/17] cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
  ` [PATCH 02/17] cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()
  ` [PATCH 03/17] cgroup: open-code 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 

[PATCHSET cgroup/for-3.8] cgroup_freezer: implement proper hierarchy support
 2012-11-12 13:04 UTC  (74+ messages)
` [PATCH 1/9] cgroup: add cgroup_subsys->post_create()
        ` [RFC] cgroup: deprecate clone_children
    ` [PATCH 1/9 v2] cgroup: add cgroup_subsys->post_create()
  ` [PATCH 1/9 v3] "
` [PATCH 2/9] cgroup: Use rculist ops for cgroup->children
` [PATCH 3/9] cgroup: implement generic child / descendant walk macros
  ` [PATCH 3/9 v2] "
` [PATCH 4/9] cgroup_freezer: trivial cleanups
` [PATCH 5/9] cgroup_freezer: prepare freezer_change_state() for full hierarchy support
` [PATCH 6/9] cgroup_freezer: make freezer->state mask of flags
` [PATCH 7/9] cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]
` [PATCH 8/9] cgroup_freezer: add ->post_create() and ->pre_destroy() and track online state
  ` [PATCH 9/9] cgroup_freezer: implement proper hierarchy support
      ` [PATCH 9/9 v2] "
      ` [PATCH 9/9 v3] "

[PATCH V3] memcg, oom: provide more precise dump info while memcg oom happening
 2012-11-09 12:21 UTC  (8+ messages)

[cgroup:review-cgroup_freezer-hierarchy 22/22] kernel/cgroup_freezer.c:479:2: warning: initialization from incompatible pointer type
 2012-11-08 20:13 UTC 

[PATCH V2 0/2] Provide more precise dump info for memcg-oom
 2012-11-08 13:58 UTC  (14+ messages)
` [PATCH 1/2] memcg, oom: provide more precise dump info while memcg oom happening
  ` [PATCH 2/2] oom: rework dump_tasks to optimize memcg-oom situation

[PATCH 1/2] device_cgroup: add lockdep asserts
 2012-11-06 20:29 UTC  (7+ messages)
  ` [PATCH 2/2] "
  ` [PATCH 1/2] device_cgroup: fix RCU usage

Why does devices cgroup check for CAP_SYS_ADMIN explicitly?
 2012-11-06 18:25 UTC  (21+ messages)

[PATCHSET RESEND v2] cgroup: simplify cgroup removal path
 2012-11-05 18:39 UTC  (15+ messages)
` [PATCH 1/8] cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
` [PATCH 2/8] cgroup: kill CSS_REMOVED
` [PATCH 3/8] cgroup: use cgroup_lock_live_group(parent) in cgroup_create()
` [PATCH 4/8] cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()
` [PATCH 5/8] cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir()
` [PATCH 8/8] cgroup: make ->pre_destroy() return void


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).