public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Overlayfs exportfs tests
@ 2018-01-30  6:12 Amir Goldstein
  2018-01-30  6:12 ` [PATCH v4 1/5] fstests: implement require of multiple overlayfs features Amir Goldstein
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Amir Goldstein @ 2018-01-30  6:12 UTC (permalink / raw)
  To: Eryu Guan; +Cc: Miklos Szeredi, linux-unionfs, fstests

Eryu,

Following a version with fixes to your review comments on v3.

Changes since v3:
- Fix inconsistent comments in link/unlink tests
- Call _require_overlay_scratch_features (plural) from tests
  that require overlay features together (nfs_export and index)
- Comment in those cases

Thanks,
Amir.

Amir Goldstein (5):
  fstests: implement require of multiple overlayfs features
  overlay: test encode/decode overlay file handles
  overlay: test encode/decode of non-samefs overlay file handles
  overlay: test encode/decode overlay file handles with renames
  overlay: test encode/decode of non-samefs overlay file handles with
    renames

 common/overlay        |  27 +++++-
 common/rc             |   2 +-
 tests/overlay/050     | 239 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/050.out |  31 ++++++
 tests/overlay/051     | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/051.out |  31 ++++++
 tests/overlay/052     | 184 ++++++++++++++++++++++++++++++++++++
 tests/overlay/052.out |  22 +++++
 tests/overlay/053     | 200 +++++++++++++++++++++++++++++++++++++++
 tests/overlay/053.out |  22 +++++
 tests/overlay/group   |   4 +
 11 files changed, 1012 insertions(+), 6 deletions(-)
 create mode 100755 tests/overlay/050
 create mode 100644 tests/overlay/050.out
 create mode 100755 tests/overlay/051
 create mode 100644 tests/overlay/051.out
 create mode 100755 tests/overlay/052
 create mode 100644 tests/overlay/052.out
 create mode 100755 tests/overlay/053
 create mode 100644 tests/overlay/053.out

-- 
2.7.4


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

end of thread, other threads:[~2018-01-30  6:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-30  6:12 [PATCH v4 0/5] Overlayfs exportfs tests Amir Goldstein
2018-01-30  6:12 ` [PATCH v4 1/5] fstests: implement require of multiple overlayfs features Amir Goldstein
2018-01-30  6:12 ` [PATCH v4 2/5] overlay: test encode/decode overlay file handles Amir Goldstein
2018-01-30  6:12 ` [PATCH v4 3/5] overlay: test encode/decode of non-samefs " Amir Goldstein
2018-01-30  6:12 ` [PATCH v4 4/5] overlay: test encode/decode overlay file handles with renames Amir Goldstein
2018-01-30  6:12 ` [PATCH v4 5/5] overlay: test encode/decode of non-samefs " Amir Goldstein

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