* [GIT PULL v2] overlayfs update for 6.16
@ 2025-06-06 9:39 Miklos Szeredi
2025-06-07 1:17 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Miklos Szeredi @ 2025-06-06 9:39 UTC (permalink / raw)
To: Linus Torvalds; +Cc: overlayfs, linux-fsdevel, linux-kernel, Amir Goldstein
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git
tags/ovl-update-v2-6.16
- Fix a regression in getting the path of an open file (e.g. in
/proc/PID/maps) for a nested overlayfs setup (André Almeida)
- Support data-only layers and verity in a user namespace
(unprivileged composefs use case)
- Fix a gcc warning (Kees)
- Cleanups
Thanks,
Miklos
v2: dropped constification cleanup
---
André Almeida (1):
ovl: Fix nested backing file paths
Kees Cook (1):
ovl: Check for NULL d_inode() in ovl_dentry_upper()
Miklos Szeredi (3):
ovl: make redirect/metacopy rejection consistent
ovl: relax redirect/metacopy requirements for lower -> data redirect
ovl: don't require "metacopy=on" for "verity"
Thorsten Blum (4):
ovl: Use str_on_off() helper in ovl_show_options()
ovl: Replace offsetof() with struct_size() in ovl_cache_entry_new()
ovl: Replace offsetof() with struct_size() in ovl_stack_free()
ovl: Annotate struct ovl_entry with __counted_by()
---
Documentation/filesystems/overlayfs.rst | 7 +++
fs/overlayfs/file.c | 4 +-
fs/overlayfs/namei.c | 98 ++++++++++++++++++++-------------
fs/overlayfs/ovl_entry.h | 2 +-
fs/overlayfs/params.c | 40 ++------------
fs/overlayfs/readdir.c | 4 +-
fs/overlayfs/util.c | 9 ++-
7 files changed, 84 insertions(+), 80 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL v2] overlayfs update for 6.16
2025-06-06 9:39 [GIT PULL v2] overlayfs update for 6.16 Miklos Szeredi
@ 2025-06-07 1:17 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-06-07 1:17 UTC (permalink / raw)
To: Miklos Szeredi
Cc: Linus Torvalds, overlayfs, linux-fsdevel, linux-kernel,
Amir Goldstein
The pull request you sent on Fri, 6 Jun 2025 11:39:27 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git tags/ovl-update-v2-6.16
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/28fb80f0891c01dc706a5f6cada94c9cf0f2b1c2
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-07 1:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06 9:39 [GIT PULL v2] overlayfs update for 6.16 Miklos Szeredi
2025-06-07 1:17 ` pr-tracker-bot
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).