All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] CGroup: Support for named and empty hierarchies
@ 2009-07-22 19:50 ` Paul Menage
  0 siblings, 0 replies; 42+ messages in thread
From: Paul Menage @ 2009-07-22 19:50 UTC (permalink / raw)
  To: akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	lizf-BthXqXjhjHXQFUHtdCDX3A
  Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

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-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>

---

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] 42+ messages in thread
* [PATCH 0/4] CGroup: Support for named and empty hierarchies
@ 2009-07-28 23:26 Paul Menage
  2009-07-28 23:26 ` [PATCH 3/4] Add a back-pointer from struct cg_cgroup_link to struct cgroup Paul Menage
       [not found] ` <20090728232508.20156.17943.stgit-u3IScbYxn0zHt/MElyovVYaSKrA+ACpX0E9HWUfgJXw@public.gmane.org>
  0 siblings, 2 replies; 42+ 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] 42+ messages in thread

end of thread, other threads:[~2009-07-28 23:28 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-22 19:50 [PATCH 0/4] CGroup: Support for named and empty hierarchies Paul Menage
2009-07-22 19:50 ` Paul Menage
     [not found] ` <20090722194644.7481.47805.stgit-u3IScbYxn0zHt/MElyovVYaSKrA+ACpX0E9HWUfgJXw@public.gmane.org>
2009-07-22 19:50   ` [PATCH 1/4] Support named cgroups hierarchies Paul Menage
2009-07-22 19:50     ` Paul Menage
     [not found]     ` <20090722195029.7481.94700.stgit-u3IScbYxn0zHt/MElyovVYaSKrA+ACpX0E9HWUfgJXw@public.gmane.org>
2009-07-23  6:20       ` Li Zefan
2009-07-23  6:47       ` KAMEZAWA Hiroyuki
2009-07-23  6:20     ` Li Zefan
2009-07-23  6:27       ` Paul Menage
2009-07-23  6:50         ` Li Zefan
2009-07-28 23:17           ` Paul Menage
     [not found]           ` <4A68082C.8010604-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2009-07-28 23:17             ` Paul Menage
     [not found]         ` <6599ad830907222327s31340956y9783db39d076520f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-23  6:50           ` Li Zefan
     [not found]       ` <4A68013A.2020302-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2009-07-23  6:27         ` Paul Menage
2009-07-23  6:47     ` KAMEZAWA Hiroyuki
2009-07-22 19:50   ` [PATCH 2/4] Move the cgroup debug subsys into cgroup.c to access internal state Paul Menage
2009-07-22 19:50     ` Paul Menage
2009-07-23  6:21     ` Li Zefan
2009-07-23  6:51     ` KAMEZAWA Hiroyuki
     [not found]     ` <20090722195035.7481.85657.stgit-u3IScbYxn0zHt/MElyovVYaSKrA+ACpX0E9HWUfgJXw@public.gmane.org>
2009-07-23  6:21       ` Li Zefan
2009-07-23  6:51       ` KAMEZAWA Hiroyuki
2009-07-22 19:50   ` [PATCH 3/4] Add a back-pointer from struct cg_cgroup_link to struct cgroup Paul Menage
2009-07-22 19:50     ` Paul Menage
     [not found]     ` <20090722195040.7481.44939.stgit-u3IScbYxn0zHt/MElyovVYaSKrA+ACpX0E9HWUfgJXw@public.gmane.org>
2009-07-23  6:44       ` Li Zefan
2009-07-23  6:44     ` Li Zefan
2009-07-23 14:31       ` Paul Menage
     [not found]       ` <4A6806D9.8020004-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2009-07-23 14:31         ` Paul Menage
2009-07-22 19:50   ` [PATCH 4/4] Allow cgroup hierarchies to be created with no bound subsystems Paul Menage
2009-07-22 19:50     ` Paul Menage
2009-07-23  8:19     ` KAMEZAWA Hiroyuki
2009-07-23  8:32       ` Li Zefan
     [not found]       ` <20090723171913.3279de8c.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2009-07-23  8:32         ` Li Zefan
2009-07-24  5:21     ` Li Zefan
     [not found]     ` <20090722195045.7481.62013.stgit-u3IScbYxn0zHt/MElyovVYaSKrA+ACpX0E9HWUfgJXw@public.gmane.org>
2009-07-23  8:19       ` KAMEZAWA Hiroyuki
2009-07-24  5:21       ` Li Zefan
2009-07-23  5:13   ` [PATCH 0/4] CGroup: Support for named and empty hierarchies KAMEZAWA Hiroyuki
2009-07-23  5:13 ` KAMEZAWA Hiroyuki
2009-07-23  5:37   ` Paul Menage
     [not found]     ` <6599ad830907222237jcdac287tf4243e24024f8055-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-23  5:45       ` KAMEZAWA Hiroyuki
2009-07-23  5:45     ` KAMEZAWA Hiroyuki
     [not found]   ` <20090723141301.05401a5c.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2009-07-23  5:37     ` Paul Menage
  -- strict thread matches above, loose matches on Subject: below --
2009-07-28 23:26 Paul Menage
2009-07-28 23:26 ` [PATCH 3/4] Add a back-pointer from struct cg_cgroup_link to struct cgroup Paul Menage
     [not found] ` <20090728232508.20156.17943.stgit-u3IScbYxn0zHt/MElyovVYaSKrA+ACpX0E9HWUfgJXw@public.gmane.org>
2009-07-28 23:26   ` Paul Menage

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.