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 5.5-rc2
Date: Fri, 13 Dec 2019 17:26:12 +0100	[thread overview]
Message-ID: <20191213162612.GA5081@miu.piliscsaba.redhat.com> (raw)

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-fixes-5.5-rc2

Fix some bugs and documentation.

Thanks,
Miklos

----------------------------------------------------------------
Amir Goldstein (7):
      ovl: fix lookup failure on multi lower squashfs
      ovl: make sure that real fid is 32bit aligned in memory
      ovl: don't use a temp buf for encoding real fh
      ovl: fix corner case of non-unique st_dev;st_ino
      ovl: relax WARN_ON() on rename to self
      docs: filesystems: overlayfs: Rename overlayfs.txt to .rst
      docs: filesystems: overlayfs: Fix restview warnings

---
 .../filesystems/{overlayfs.txt => overlayfs.rst}   | 10 +--
 MAINTAINERS                                        |  2 +-
 fs/overlayfs/copy_up.c                             | 53 +++++++-------
 fs/overlayfs/dir.c                                 |  2 +-
 fs/overlayfs/export.c                              | 80 +++++++++++++---------
 fs/overlayfs/inode.c                               |  8 ++-
 fs/overlayfs/namei.c                               | 52 ++++++++------
 fs/overlayfs/overlayfs.h                           | 34 +++++++--
 fs/overlayfs/ovl_entry.h                           |  2 +
 fs/overlayfs/super.c                               | 24 +++++--
 10 files changed, 166 insertions(+), 101 deletions(-)
 rename Documentation/filesystems/{overlayfs.txt => overlayfs.rst} (99%)

             reply	other threads:[~2019-12-13 20:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-13 16:26 Miklos Szeredi [this message]
2019-12-14 22:05 ` [GIT PULL] overlayfs fixes for 5.5-rc2 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=20191213162612.GA5081@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).