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 updates for 6.12
Date: Mon, 16 Sep 2024 20:26:08 +0200 [thread overview]
Message-ID: <20240916182608.1532691-1-amir73il@gmail.com> (raw)
Hi Linus,
Please pull overlayfs updates for 6.12.
This branch has been sitting in linux-next for over a week 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 3e9bff3bbe1355805de919f688bef4baefbfd436:
Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs (2024-08-27 16:57:35 +1200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-update-6.12
for you to fetch changes up to 6c4a5f96450415735c31ed70ff354f0ee5cbf67b:
ovl: fail if trusted xattrs are needed but caller lacks permission (2024-09-08 15:36:59 +0200)
----------------------------------------------------------------
overlayfs updates for 6.12
- Increase robustness of overlayfs to crashes in the case of underlying
filesystems that to not guarantee metadata ordering to persistent storage
(problem was reported with ubifs).
- Deny mount inside container with features that require root privileges
to work properly, instead of failing operations later.
- Some clarifications to overlayfs documentation.
----------------------------------------------------------------
Amir Goldstein (1):
ovl: fsync after metadata copy-up
Haifeng Xu (1):
ovl: don't set the superblock's errseq_t manually
Mike Baynton (1):
ovl: fail if trusted xattrs are needed but caller lacks permission
Yuriy Belikov (1):
overlayfs.rst: update metacopy section in overlayfs documentation
Documentation/filesystems/overlayfs.rst | 7 ++++--
fs/overlayfs/copy_up.c | 43 ++++++++++++++++++++++++++++++---
fs/overlayfs/params.c | 38 +++++++++++++++++++++++++----
fs/overlayfs/super.c | 10 ++------
4 files changed, 79 insertions(+), 19 deletions(-)
next reply other threads:[~2024-09-16 18:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-16 18:26 Amir Goldstein [this message]
2024-09-19 5:20 ` [GIT PULL] overlayfs updates for 6.12 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=20240916182608.1532691-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 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).