All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amir Goldstein <amir73il@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Miklos Szeredi <miklos@szeredi.hu>,
	Christian Brauner <brauner@kernel.org>,
	linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	linux-unionfs@vger.kernel.org
Subject: [GIT PULL] overlayfs fixes for 6.8-rc2
Date: Thu, 25 Jan 2024 13:23:08 +0200	[thread overview]
Message-ID: <20240125112308.753888-1-amir73il@gmail.com> (raw)

Hi Linus,

Please pull overlayfs fixes for 6.8-rc2.

This branch has been sitting in linux-next for a couple of days and
it has gone through the usual overlayfs test routines.

The branch merges cleanly with master branch of the moment.

Thanks,
Amir.

----------------------------------------------------------------
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-fixes-6.8-rc2

for you to fetch changes up to 420332b94119cdc7db4477cc88484691cb92ae71:

  ovl: mark xwhiteouts directory with overlay.opaque='x' (2024-01-23 12:39:48 +0200)

----------------------------------------------------------------
overlayfs fixes for 6.8-rc2:

- Change in on-disk format for the new "xwhiteouts" feature introduced in v6.7

  The change reduces unneeded overhead of an extra getxattr per readdir.
  The only user of the "xwhiteout" feature is the external composefs tool,
  which has been updated to support the new on-disk format.

  This change is also designated for 6.7.y.

----------------------------------------------------------------
Amir Goldstein (1):
      ovl: mark xwhiteouts directory with overlay.opaque='x'

 Documentation/filesystems/overlayfs.rst | 16 ++++++++--
 fs/overlayfs/namei.c                    | 43 ++++++++++++++++----------
 fs/overlayfs/overlayfs.h                | 23 ++++++++++----
 fs/overlayfs/ovl_entry.h                |  4 ++-
 fs/overlayfs/readdir.c                  |  7 +++--
 fs/overlayfs/super.c                    | 15 ++++++++++
 fs/overlayfs/util.c                     | 53 +++++++++++++++++++--------------
 7 files changed, 110 insertions(+), 51 deletions(-)

             reply	other threads:[~2024-01-25 11:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25 11:23 Amir Goldstein [this message]
2024-01-25 20:00 ` [GIT PULL] overlayfs fixes for 6.8-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=20240125112308.753888-1-amir73il@gmail.com \
    --to=amir73il@gmail.com \
    --cc=brauner@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-unionfs@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.