|
|
Subscribe / Log in / New account

CGroup: Support for named and empty hierarchies

From:  Paul Menage <menage@google.com>
To:  lizf@cn.fujitsu.com, balbir@linux.vnet.ibm.com, kamezawa.hiroyu@jp.fujitsu.com
Subject:  [PATCH 0/4] CGroup: Support for named and empty hierarchies
Date:  Tue, 28 Jul 2009 16:26:16 -0700
Message-ID:  <20090728232508.20156.17943.stgit@menage.mtv.corp.google.com>
Cc:  linux-kernel@vger.kernel.org, akpm@linux-foundation.org, containers@lists.linux-foundation.org
Archive‑link:  Article

The following series implements support for named cgroup hierarchies,
and for cgroup hierarchies that have no bound subsystems.

Signed-off-by: Paul Menage <menage@google.com>

---

Paul Menage (4):
      Allow cgroup hierarchies to be created with no bound subsystems
      Add a back-pointer from struct cg_cgroup_link to struct cgroup
      Move the cgroup debug subsys into cgroup.c to access internal state
      Support named cgroups hierarchies


 Documentation/cgroups/cgroups.txt |   20 +
 kernel/Makefile                   |    1 
 kernel/cgroup.c                   |  659 +++++++++++++++++++++++++++++--------
 kernel/cgroup_debug.c             |  105 ------
 4 files changed, 533 insertions(+), 252 deletions(-)
 delete mode 100644 kernel/cgroup_debug.c



Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds