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.16-rc5
Date: Fri, 9 Mar 2018 12:33:48 +0100	[thread overview]
Message-ID: <20180309113348.GC19579@veci.piliscsaba.redhat.com> (raw)

Hi Linus,

Please pull from:

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

This fixes a corner case for NFS exporting (introduced in this cycle) as well as
fixing miscellaneous bugs.

Thanks,
Miklos

---
Amir Goldstein (3):
      ovl: hash non-dir by lower inode for fsnotify
      ovl: check lower ancestry on encode of lower dir file handle
      ovl: check ERR_PTR() return value from ovl_lookup_real()

Fengguang Wu (1):
      ovl: fix ptr_ret.cocci warnings

Miklos Szeredi (1):
      ovl: update Kconfig texts

Vivek Goyal (1):
      ovl: redirect_dir=nofollow should not follow redirect for opaque lower

---
 fs/overlayfs/Kconfig     |  14 +++
 fs/overlayfs/export.c    | 216 ++++++++++++++++++++++++++++++++++++-----------
 fs/overlayfs/inode.c     |  58 +++++++++----
 fs/overlayfs/namei.c     |   6 +-
 fs/overlayfs/overlayfs.h |   1 +
 fs/overlayfs/super.c     |   1 +
 6 files changed, 228 insertions(+), 68 deletions(-)

                 reply	other threads:[~2018-03-09 11:33 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=20180309113348.GC19579@veci.piliscsaba.redhat.com \
    --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).