linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] overlayfs: module and statfs fixes
@ 2010-10-01 17:48 Andy Whitcroft
  2010-10-01 17:48 ` [PATCH 1/2] overlayfs: export security_inode_permission to allow overlayfs to be modular Andy Whitcroft
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Whitcroft @ 2010-10-01 17:48 UTC (permalink / raw)
  To: Miklos Szeredi
  Cc: linux-fsdevel, linux-kernel, vaurora, neilb, viro, Andy Whitcroft

Just been playing with overlayfs and hit a couple of issues.  First I
was not able to build this filesystem as a module.  Second statfs support
was missing.  Following this email are a couple of patches which I used to
fix these up.  I am not 100% sure the statfs approach is quite right, but
its not clear the semantics can ever be correct in the face of an overlay.

With these applied I was able to drop an overlay over the top of a very
out of date Ubuntu chroot and upgrade it to the latest and greatest;
all without incident.

Nice.

-apw

Andy Whitcroft (2):
  overlayfs: export security_inode_permission to allow overlayfs to be
    modular
  overlayfs: add statfs support

 fs/overlayfs/overlayfs.c |   20 ++++++++++++++++++++
 security/security.c      |    1 +
 2 files changed, 21 insertions(+), 0 deletions(-)

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

end of thread, other threads:[~2010-10-04  9:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01 17:48 [PATCH 0/2] overlayfs: module and statfs fixes Andy Whitcroft
2010-10-01 17:48 ` [PATCH 1/2] overlayfs: export security_inode_permission to allow overlayfs to be modular Andy Whitcroft
2010-10-01 17:48 ` [PATCH 2/2] overlayfs: add statfs support Andy Whitcroft
2010-10-04  9:49 ` [PATCH 0/2] overlayfs: module and statfs fixes 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).