All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] cgroup: add xattr support
@ 2012-07-18 18:52 Aristeu Rozanski
  2012-07-18 18:52 ` [PATCH v4 1/3] xattr: extract simple_xattr code from tmpfs Aristeu Rozanski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Aristeu Rozanski @ 2012-07-18 18:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: Li Zefan, aris, Tejun Heo, Hugh Dickins, Hillf Danton

This series are a refreshed version of a patchset submitted by Li Zefan back
in march:
	https://lkml.org/lkml/2012/3/1/13

With Li's permission, I refreshed the patches to apply over the latest upstream
and added the modifications suggested by others in the thread:
- using a mount option instead of config option to enable the xattr support
- reinitialize the list in kmem_xattrs_free()
- renamed functions to simple_xattr_*()

v4:
- implemented requested changes by Tejun Heo in patch #2

Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Aristeu Rozanski <aris@redhat.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH v3 0/3] cgroup: add xattr support
@ 2012-07-02 14:29 Aristeu Rozanski
  2012-07-02 14:29 ` [PATCH v3 1/3] xattr: extract simple_xattr code from tmpfs Aristeu Rozanski
  0 siblings, 1 reply; 6+ messages in thread
From: Aristeu Rozanski @ 2012-07-02 14:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: Li Zefan, aris, Tejun Heo, Hugh Dickins, Hillf Danton

This series are a refreshed version of a patchset submitted by Li Zefan back
in march:
	https://lkml.org/lkml/2012/3/1/13

With Li's permission, I refreshed the patches to apply over the latest upstream
and added the modifications suggested by others in the thread:
- using a mount option instead of config option to enable the xattr support
- reinitialize the list in kmem_xattrs_free()
- renamed functions to simple_xattr_*()

Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Aristeu Rozanski <aris@redhat.com>

 fs/xattr.c               |  178 +++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/cgroup.h   |   16 +++-
 include/linux/shmem_fs.h |    3 
 include/linux/xattr.h    |   24 ++++++
 kernel/cgroup.c          |  167 +++++++++++++++++++++++++++++++++++++-------
 mm/shmem.c               |  153 +++-------------------------------------
 6 files changed, 375 insertions(+), 166 deletions(-)

-- 
Aristeu

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

end of thread, other threads:[~2012-07-25 16:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-18 18:52 [PATCH v4 0/3] cgroup: add xattr support Aristeu Rozanski
2012-07-18 18:52 ` [PATCH v4 1/3] xattr: extract simple_xattr code from tmpfs Aristeu Rozanski
2012-07-18 18:52 ` [PATCH v4 2/3] cgroup: revise how we re-populate root directory Aristeu Rozanski
2012-07-18 18:52 ` [PATCH v4 3/3] cgroup: add xattr support Aristeu Rozanski
2012-07-25 16:15   ` [PATCH v5 " Aristeu Rozanski
  -- strict thread matches above, loose matches on Subject: below --
2012-07-02 14:29 [PATCH v3 0/3] " Aristeu Rozanski
2012-07-02 14:29 ` [PATCH v3 1/3] xattr: extract simple_xattr code from tmpfs Aristeu Rozanski
2012-07-03 16:53   ` [PATCH v4 " Aristeu Rozanski

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.