|
|
Subscribe / Log in / New account

CGroup: Support for named and empty hierarchies

From:  Paul Menage <menage@google.com>
To:  akpm@linux-foundation.org, lizf@cn.fujitsu.com
Subject:  [PATCH 0/4] CGroup: Support for named and empty hierarchies
Date:  Wed, 22 Jul 2009 12:50:24 -0700
Message-ID:  <20090722194644.7481.47805.stgit@menage.mtv.corp.google.com>
Cc:  containers@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Archive‑link:  Article

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

This is a subset of the patch series that I sent out as an RFC earlier
in the month; I'm not pushing the additional support for
multiply-bound hierarchies at this point.

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

---

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


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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