linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] fuse: Add support for mounts from pid/user namespaces
@ 2014-09-12 14:41 Seth Forshee
       [not found] ` <1410532905-114262-1-git-send-email-seth.forshee-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
  2014-09-23 14:28 ` [PATCH v3 0/4] fuse: Add support for mounts from pid/user namespaces Seth Forshee
  0 siblings, 2 replies; 8+ messages in thread
From: Seth Forshee @ 2014-09-12 14:41 UTC (permalink / raw)
  To: Miklos Szeredi, Alexander Viro, Eric W. Biederman
  Cc: Serge Hallyn, fuse-devel, linux-kernel, linux-fsdevel,
	Seth Forshee

Third round of patches for making it possible to mount with fuse from
within user namespaces. The only change since v2 is the addition of a
patch to ensure real root is capable towards inodes whose uid/gid is
invalid.

Thanks,
Seth


Seth Forshee (4):
  vfs: Check for invalid i_uid in may_follow_link()
  vfs,userns: Ensure real root is always capable towards inodes
  fuse: Translate pids passed to userspace into pid namespaces
  fuse: Add support for mounts from user namespaces

 fs/fuse/dev.c       | 13 +++++++------
 fs/fuse/dir.c       | 46 +++++++++++++++++++++++++++++++++-------------
 fs/fuse/fuse_i.h    |  8 ++++++++
 fs/fuse/inode.c     | 31 +++++++++++++++++++++++--------
 fs/inode.c          |  3 +++
 fs/namei.c          |  2 +-
 kernel/capability.c |  6 +++++-
 7 files changed, 80 insertions(+), 29 deletions(-)

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

end of thread, other threads:[~2014-09-23 17:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-12 14:41 [PATCH v3 0/4] fuse: Add support for mounts from pid/user namespaces Seth Forshee
     [not found] ` <1410532905-114262-1-git-send-email-seth.forshee-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
2014-09-12 14:41   ` [PATCH v3 1/4] vfs: Check for invalid i_uid in may_follow_link() Seth Forshee
2014-09-12 14:41   ` [PATCH v3 2/4] vfs, userns: Ensure real root is always capable towards inodes Seth Forshee
2014-09-12 17:13     ` [PATCH v3 2/4] vfs,userns: " Serge Hallyn
2014-09-12 14:41   ` [PATCH v3 3/4] fuse: Translate pids passed to userspace into pid namespaces Seth Forshee
2014-09-12 14:41   ` [PATCH v3 4/4] fuse: Add support for mounts from user namespaces Seth Forshee
2014-09-23 14:28 ` [PATCH v3 0/4] fuse: Add support for mounts from pid/user namespaces Seth Forshee
2014-09-23 17:08   ` Serge E. Hallyn

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).