linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Miklos Szeredi <miklos@szeredi.hu>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	linux-unionfs@vger.kernel.org
Subject: [GIT PULL] overlayfs fixes for 4.7-rc3
Date: Thu, 16 Jun 2016 09:32:08 +0200	[thread overview]
Message-ID: <20160616073208.GB11993@veci.piliscsaba.szeredi.hu> (raw)

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus

This contains two regression fixes: one for the xattr API update and one for
using the mounter's creds in file creation in overlayfs.  There's also a fix for
a bug in handling hard linked AF_UNIX sockets that's been there from day one.
This fix is overlayfs only despite the fact that it touches code outside the
overlay filesystem: d_real() is an identity function for all except overlay
dentries.

Thanks,
Miklos

---
Miklos Szeredi (4):
      vfs: add d_real_inode() helper
      af_unix: fix hard linked sockets on overlay
      ovl: xattr filter fix
      ovl: fix uid/gid when creating over whiteout

---
 fs/overlayfs/dir.c     | 13 +++++++++++--
 fs/overlayfs/inode.c   | 26 ++++++--------------------
 include/linux/dcache.h | 12 ++++++++++++
 net/unix/af_unix.c     |  6 +++---
 4 files changed, 32 insertions(+), 25 deletions(-)

                 reply	other threads:[~2016-06-16  7:32 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=20160616073208.GB11993@veci.piliscsaba.szeredi.hu \
    --to=miklos@szeredi.hu \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-unionfs@vger.kernel.org \
    --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 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).