| From: |
| Srivatsa Vaddagiri <vatsa@in.ibm.com> |
| To: |
| menage@google.com |
| Subject: |
| [PATCH 0/2] resource control file system - aka containers on top of nsproxy! |
| Date: |
| Thu, 1 Mar 2007 19:05:43 +0530 |
| Cc: |
| ebiederm@xmission.com, sam@vilain.net, akpm@linux-foundation.org,
pj@sgi.com, dev@sw.ru, xemul@sw.ru, serue@us.ibm.com,
containers@lists.osdl.org, winget@google.com,
ckrm-tech@lists.sourceforge.net, linux-kernel@vger.kernel.org |
| Archive-link: |
| Article,
Thread
|
Paul,
Based on some of the feedback to container patches, I have
respun them to avoid the "container" structure abstraction and instead use
nsproxy structure in the kernel. User interface (which I felt was neat
in your patches) has been retained to be same.
What follows is the core (big) patch and the cpu_acct subsystem to serve
as an example of how to use it. I suspect we can make cpusets also work
on top of this very easily.
Oh and since most of the code is serving the purpose of being a
filesystem, I have renamed the patch to be a resource control file
system - rcfs!
--
Regards,
vatsa