mbox series

[GIT,PULL] overlayfs fixes for 6.8-rc2

Message ID 20240125112308.753888-1-amir73il@gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] overlayfs fixes for 6.8-rc2 | expand

Pull-request

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

Message

Amir Goldstein Jan. 25, 2024, 11:23 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 25, 2024, 8 p.m. UTC | #1
The pull request you sent on Thu, 25 Jan 2024 13:23:08 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bdc010200eb5e2cddf1c76c83386bdde8aad0899

Thank you!