linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ovl: metacopy/verity fixes and improvements
@ 2025-04-08 15:40 Miklos Szeredi
  2025-04-08 15:40 ` [PATCH v3 1/3] ovl: make redirect/metacopy rejection consistent Miklos Szeredi
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Miklos Szeredi @ 2025-04-08 15:40 UTC (permalink / raw)
  To: linux-unionfs
  Cc: Amir Goldstein, linux-fsdevel, Giuseppe Scrivano,
	Alexander Larsson

The main purpose of this patchset is allowing metadata/data-only layers to
be usable in user namespaces (without super user privs).  The main use case
is composefs in unprivileged containers.

Will post xfstests testcases shortly.

v3:
 - consistently refuse following redirect/metacopy for upper found through
   index (dropped RVB's due to this change)
 - move redirect/metacopy check into helper
 - remove verity -> metacopy dependency (Amir)
 - stable fixes moved to git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git#ovl-fixes

v2:
 - drop broken hunk in param.c (Amir)
 - patch header improvements (Amir)


---
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"

 Documentation/filesystems/overlayfs.rst |  7 ++
 fs/overlayfs/namei.c                    | 89 +++++++++++++++++--------
 fs/overlayfs/params.c                   | 31 +--------
 3 files changed, 71 insertions(+), 56 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-04-09 11:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 15:40 [PATCH v3 0/3] ovl: metacopy/verity fixes and improvements Miklos Szeredi
2025-04-08 15:40 ` [PATCH v3 1/3] ovl: make redirect/metacopy rejection consistent Miklos Szeredi
2025-04-09  6:09   ` Amir Goldstein
2025-04-09  8:24     ` Amir Goldstein
2025-04-09 11:12       ` Miklos Szeredi
2025-04-09 11:19         ` Amir Goldstein
2025-04-08 15:40 ` [PATCH v3 2/3] ovl: relax redirect/metacopy requirements for lower -> data redirect Miklos Szeredi
2025-04-09  6:11   ` Amir Goldstein
2025-04-08 15:40 ` [PATCH v3 3/3] ovl: don't require "metacopy=on" for "verity" Miklos Szeredi
2025-04-09  6:12   ` Amir Goldstein

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).