linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] overlayfs v3.4-rc5 updates
@ 2012-05-01 15:17 Andy Whitcroft
  2012-05-01 15:17 ` [PATCH 1/5] inode_only_permission: export inode level permissions checks Andy Whitcroft
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Andy Whitcroft @ 2012-05-01 15:17 UTC (permalink / raw)
  To: Miklos Szeredi, Andy Whitcroft
  Cc: linux-fsdevel, linux-kernel, mszeredi, Sedat Dilek

I have been playing with getting overlayfs to work for v3.4, following
this email are the patches I am using on top of the stock overlayfs.v12
branch on the v3.4-rc5 base.  The first two are yet another revamp of the
security permissions patch which I posted a few times (hopefully fixing
your remaining comments).  The other three are porting issues for the
v3.2->v3.4 base.

These are also available as below:

  git://git.kernel.org/pub/scm/linux/kernel/git/apw/overlayfs.git overlayfs.v12apw1

Thanks to Sedat Dilek for all their testing feedback and Jordi Pojol for
his test scripts.

Please consider.

-apw

Andy Whitcroft (5):
  inode_only_permission: export inode level permissions checks
  overlayfs: switch to use inode_only_permissions
  overlayfs: follow header cleanup
  overlayfs: switch from d_alloc_root() to d_make_root()
  overlayfs: update touch_atime() usage

 fs/namei.c             |   48 +++++++++++++++++++++++++++++++-----------------
 fs/overlayfs/copy_up.c |    1 +
 fs/overlayfs/dir.c     |    1 +
 fs/overlayfs/inode.c   |   14 ++------------
 fs/overlayfs/readdir.c |    1 +
 fs/overlayfs/super.c   |   16 ++++++++--------
 include/linux/fs.h     |    1 +
 7 files changed, 45 insertions(+), 37 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2012-05-14 11:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 15:17 [PATCH 0/5] overlayfs v3.4-rc5 updates Andy Whitcroft
2012-05-01 15:17 ` [PATCH 1/5] inode_only_permission: export inode level permissions checks Andy Whitcroft
2012-05-01 15:17 ` [PATCH 2/5] overlayfs: switch to use inode_only_permissions Andy Whitcroft
2012-05-01 15:17 ` [PATCH 3/5] overlayfs: follow header cleanup Andy Whitcroft
2012-05-01 15:17 ` [PATCH 4/5] overlayfs: switch from d_alloc_root() to d_make_root() Andy Whitcroft
2012-05-01 15:17 ` [PATCH 5/5] overlayfs: update touch_atime() usage Andy Whitcroft
2012-05-14 11:20 ` [PATCH 0/5] overlayfs v3.4-rc5 updates Miklos Szeredi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).