public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] CGroup: Support for named and empty hierarchies
@ 2009-07-28 23:26 Paul Menage
  2009-07-28 23:26 ` [PATCH 1/4] Support named cgroups hierarchies Paul Menage
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Paul Menage @ 2009-07-28 23:26 UTC (permalink / raw)
  To: lizf, balbir, kamezawa.hiroyu; +Cc: linux-kernel, akpm, containers

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


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/4] CGroup: Support for named and empty hierarchies
@ 2009-07-22 19:50 Paul Menage
  2009-07-23  5:13 ` KAMEZAWA Hiroyuki
  0 siblings, 1 reply; 11+ messages in thread
From: Paul Menage @ 2009-07-22 19:50 UTC (permalink / raw)
  To: akpm, lizf; +Cc: containers, linux-kernel

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-07-29 10:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-28 23:26 [PATCH 0/4] CGroup: Support for named and empty hierarchies Paul Menage
2009-07-28 23:26 ` [PATCH 1/4] Support named cgroups hierarchies Paul Menage
2009-07-29 10:43   ` Dhaval Giani
2009-07-28 23:26 ` [PATCH 2/4] Move the cgroup debug subsys into cgroup.c to access internal state Paul Menage
2009-07-28 23:26 ` [PATCH 3/4] Add a back-pointer from struct cg_cgroup_link to struct cgroup Paul Menage
2009-07-28 23:26 ` [PATCH 4/4] Allow cgroup hierarchies to be created with no bound subsystems Paul Menage
2009-07-29  7:30 ` [PATCH 0/4] CGroup: Support for named and empty hierarchies Li Zefan
  -- strict thread matches above, loose matches on Subject: below --
2009-07-22 19:50 Paul Menage
2009-07-23  5:13 ` KAMEZAWA Hiroyuki
2009-07-23  5:37   ` Paul Menage
2009-07-23  5:45     ` KAMEZAWA Hiroyuki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox