public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Overlayfs tests for 6.7-rc1
@ 2023-11-14  6:48 Amir Goldstein
  2023-11-14  6:48 ` [PATCH 1/4] overlay: Add tests for nesting private xattrs Amir Goldstein
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Amir Goldstein @ 2023-11-14  6:48 UTC (permalink / raw)
  To: Zorro Lang; +Cc: Alexander Larsson, Miklos Szeredi, linux-unionfs, fstests

Zorro,

This update contains 3 new overlayfs tests for new features added
in v6.7-rc1.

overlay/084, written by Alexander, tests the new nested xattrs feature.
overlay/{085,086} test the new lowerdir+,datadir+ mount options.

overlay/086 was partly forked from overlay/083, but overlay/083 is not
sensitive to libmount version, because the escaped commas test is not
related to any specific mount option, so it wasn't copied over.

All the new tests do not run on older kernels.

Thanks,
Amir.

Alexander Larsson (1):
  overlay: Add tests of nesting

Amir Goldstein (3):
  overlay: prepare for new lowerdir+,datadir+ tests
  overlay: test data-only lowerdirs with datadir+ mount option
  overlay: test parsing of lowerdir+,datadir+ mount options

 common/overlay        |  27 ++++
 tests/overlay/079     |  36 +++--
 tests/overlay/084     | 169 +++++++++++++++++++++
 tests/overlay/084.out |  61 ++++++++
 tests/overlay/085     | 332 ++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/085.out |  42 ++++++
 tests/overlay/086     |  81 +++++++++++
 tests/overlay/086.out |   2 +
 8 files changed, 735 insertions(+), 15 deletions(-)
 create mode 100755 tests/overlay/084
 create mode 100644 tests/overlay/084.out
 create mode 100755 tests/overlay/085
 create mode 100644 tests/overlay/085.out
 create mode 100755 tests/overlay/086
 create mode 100644 tests/overlay/086.out

-- 
2.34.1


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

end of thread, other threads:[~2023-12-04 14:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-14  6:48 [PATCH 0/4] Overlayfs tests for 6.7-rc1 Amir Goldstein
2023-11-14  6:48 ` [PATCH 1/4] overlay: Add tests for nesting private xattrs Amir Goldstein
2023-11-14  6:48 ` [PATCH 2/4] overlay: prepare for new lowerdir+,datadir+ tests Amir Goldstein
2023-11-14  6:48 ` [PATCH 3/4] overlay: test data-only lowerdirs with datadir+ mount option Amir Goldstein
2023-11-14  6:48 ` [PATCH 4/4] overlay: test parsing of lowerdir+,datadir+ mount options Amir Goldstein
2023-12-04 14:31 ` [PATCH 0/4] Overlayfs tests for 6.7-rc1 Amir Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox