From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Aristeu Rozanski <aris@redhat.com>,
Li Zefan <lizefan@huawei.com>, Hugh Dickins <hughd@google.com>,
Daniel Wagner <daniel.wagner@bmw-carit.de>
Subject: [GIT PULL] cgroup changes for v3.7-rc1
Date: Tue, 2 Oct 2012 16:29:40 +0900 [thread overview]
Message-ID: <20121002072940.GC6144@localhost> (raw)
Hello, Linus.
This is cgroup updates for v3.7-rc1.
* xattr support is added. The implementation is shared with tmpfs.
The usage is restricted and intended to be used to manage per-cgroup
metadata by system software. tmpfs changes are routed through this
branch with Hugh's permission.
* cgroup subsystem ID handling simplified.
Please pull from the following branch to receive the above changes.
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.7
Thanks.
Aristeu Rozanski (7):
xattr: extract simple_xattr code from tmpfs
cgroup: revise how we re-populate root directory
cgroup: add xattr support
cgroup: rename subsys_bits to subsys_mask
cgroup: add documentation on extended attributes usage
fs: add missing documentation to simple_xattr functions
xattr: mark variable as uninitialized to make both gcc and smatch happy
Daniel Wagner (8):
cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.h
cgroup: net_cls: Do not define task_cls_classid() when not selected
cgroup: net_prio: Do not define task_netpioidx() when not selected
cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNT
cgroup: Wrap subsystem selection macro
cgroup: Do not depend on a given order when populating the subsys array
cgroup: Assign subsystem IDs during compile time
cgroup: Define CGROUP_SUBSYS_COUNT according the configuration
Michael Kerrisk (1):
cgroup: trivial fixes for Documentation/cgroups/cgroups.txt
Documentation/cgroups/cgroups.txt | 92 +++++++----
drivers/net/tun.c | 1 +
fs/xattr.c | 180 +++++++++++++++++++++
include/linux/cgroup.h | 25 ++--
include/linux/cgroup_subsys.h | 24 ++--
include/linux/shmem_fs.h | 3 +-
include/linux/xattr.h | 48 ++++++
include/net/cls_cgroup.h | 27 ++--
include/net/netprio_cgroup.h | 30 ++---
include/net/sock.h | 8 -
kernel/cgroup.c | 320 +++++++++++++++++++++++++------------
mm/shmem.c | 171 ++------------------
net/core/netprio_cgroup.c | 11 --
net/core/sock.c | 15 +--
net/sched/cls_cgroup.c | 13 --
15 files changed, 575 insertions(+), 393 deletions(-)
--
tejun
reply other threads:[~2012-10-02 7:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121002072940.GC6144@localhost \
--to=tj@kernel.org \
--cc=aris@redhat.com \
--cc=daniel.wagner@bmw-carit.de \
--cc=hughd@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lizefan@huawei.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.