linux-fsdevel.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 update for 5.10
Date: Fri, 16 Oct 2020 22:34:53 +0200	[thread overview]
Message-ID: <20201016203453.GA327006@miu.piliscsaba.redhat.com> (raw)

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-update-5.10

- Improve performance for certain container setups by introducing a "volatile"
  mode.

- Ioctl improvements.

- Continue preparation for unprivileged overlay mounts.

Thanks,
Miklos

---
Amir Goldstein (3):
      ovl: check for incompatible features in work dir
      ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories
      ovl: use generic vfs_ioc_setflags_prepare() helper

Miklos Szeredi (9):
      duplicate ovl_getxattr()
      ovl: clean up ovl_getxattr() in copy_up.c
      ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()
      ovl: use ovl_do_getxattr() for private xattr
      ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs
      ovl: drop flags argument from ovl_do_setxattr()
      ovl: pass ovl_fs down to functions accessing private xattrs
      ovl: enumerate private xattrs
      ovl: rearrange ovl_can_list()

Vivek Goyal (1):
      ovl: provide a mount option "volatile"

---
 Documentation/filesystems/overlayfs.rst |  19 ++++++
 fs/overlayfs/copy_up.c                  |  59 ++++++++++++----
 fs/overlayfs/dir.c                      |   2 +-
 fs/overlayfs/export.c                   |   2 +-
 fs/overlayfs/file.c                     |  88 ++++++++++++++----------
 fs/overlayfs/inode.c                    |  32 +++++----
 fs/overlayfs/namei.c                    |  57 ++++++++--------
 fs/overlayfs/overlayfs.h                |  92 ++++++++++++++++---------
 fs/overlayfs/ovl_entry.h                |   6 ++
 fs/overlayfs/readdir.c                  |  76 ++++++++++++++++++---
 fs/overlayfs/super.c                    | 117 +++++++++++++++++++++++++++-----
 fs/overlayfs/util.c                     |  96 +++++++++++++-------------
 12 files changed, 446 insertions(+), 200 deletions(-)

             reply	other threads:[~2020-10-16 20:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-16 20:34 Miklos Szeredi [this message]
2020-10-16 22:31 ` [GIT PULL] overlayfs update for 5.10 pr-tracker-bot

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=20201016203453.GA327006@miu.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).