From: alexl@redhat.com
To: fstests@vger.kernel.org
Cc: linux-unionfs@vger.kernel.org, amir73il@gmail.com, alexl@redhat.com
Subject: [PATCH v2 0/4] overlayfs: Test data-only upperdirs and fs-verity
Date: Mon, 10 Jul 2023 11:07:09 +0200 [thread overview]
Message-ID: <cover.1688979643.git.alexl@redhat.com> (raw)
From: Alexander Larsson <alexl@redhat.com>
This adds support for testing the new data-only upperdir feature which is
currently in master and will be in 6.5-rc1. It also adds tests for the
fs-verity validation feature which is queued in overlayfs-next for 6.6.
All new tests check for the required features before running, so
having it in early will be nice for testers of linux-next.
Changes since v1:
* Consistently use $fstyp and $scratch_mnt in _require_scratch_verity
(Pointed out by Eric Biggers)
* Added Signed-off-by to patches from Amir
Alexander Larsson (1):
overlay: Add test coverage for fs-verity support
Amir Goldstein (3):
overlay: add helper for mounting rdonly overlay
overlay/060: add test cases of follow to lowerdata
overlay: Add test for follow of lowerdata in data-only layers
common/overlay | 35 ++++-
common/verity | 16 ++-
tests/overlay/060 | 43 +++++-
tests/overlay/060.out | 18 +++
tests/overlay/079 | 325 +++++++++++++++++++++++++++++++++++++++++
tests/overlay/079.out | 42 ++++++
tests/overlay/080 | 326 ++++++++++++++++++++++++++++++++++++++++++
tests/overlay/080.out | 7 +
8 files changed, 800 insertions(+), 12 deletions(-)
create mode 100755 tests/overlay/079
create mode 100644 tests/overlay/079.out
create mode 100755 tests/overlay/080
create mode 100644 tests/overlay/080.out
--
2.40.1
next reply other threads:[~2023-07-10 9:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-10 9:07 alexl [this message]
2023-07-10 9:07 ` [PATCH v2 1/4] overlay: add helper for mounting rdonly overlay alexl
2023-07-10 9:07 ` [PATCH v2 2/4] overlay/060: add test cases of follow to lowerdata alexl
2023-07-10 9:07 ` [PATCH v2 3/4] overlay: Add test for follow of lowerdata in data-only layers alexl
2023-07-10 9:07 ` [PATCH v2 4/4] overlay: Add test coverage for fs-verity support alexl
2023-07-13 15:34 ` [PATCH v2 0/4] overlayfs: Test data-only upperdirs and fs-verity Zorro Lang
2023-07-13 16:15 ` Amir Goldstein
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=cover.1688979643.git.alexl@redhat.com \
--to=alexl@redhat.com \
--cc=amir73il@gmail.com \
--cc=fstests@vger.kernel.org \
--cc=linux-unionfs@vger.kernel.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.