linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Overlayfs exportfs tests
@ 2018-01-07 18:07 Amir Goldstein
  2018-01-07 18:07 ` [PATCH 1/7] open_by_handle: store and load file handles from file Amir Goldstein
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Amir Goldstein @ 2018-01-07 18:07 UTC (permalink / raw)
  To: Eryu Guan
  Cc: Jeff Layton, J . Bruce Fields, Miklos Szeredi, fstests,
	linux-fsdevel, linux-unionfs

Eryu,

Following patches were used to test overlayfs NFS export.

Patches 1-5 improve generic/exportfs tests, by adding test coverage
of some directory file handle use cases.

Patches 6-7 add two overlay specific tests for NFS file handles
for overlay setup of same fs and non same fs.

The new overlay tests don't run on upstream kernel and pass with
my overlayfs NFS export V2 branch [1]. You may want to wait with
merging those tests until overlayfs NFS support is merged - up to you,
but a review would be most welcome.

Merging patches 1-5 seems like a good idea to me regardless of
overlayfs NFS export support.

Thanks,
Amir.

[1] https://github.com/amir73il/linux/commits/ovl-nfs-export-v2

Amir Goldstein (7):
  open_by_handle: store and load file handles from file
  open_by_handle: verify dir content only with -r flag
  generic/exportfs: golden output is not silent
  generic/exportfs: store and load file handles from file
  generic/exportfs: add a test case for renamed parent dir
  overlay: test encode/decode overlay file handles
  overlay: test encode/decode of non-samefs overlay file handles

 src/open_by_handle.c  | 112 +++++++++++++-----
 tests/generic/426     |   1 -
 tests/generic/426.out |   1 -
 tests/generic/467     |  37 ++++--
 tests/generic/467.out |  10 +-
 tests/overlay/050     | 291 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/050.out |  50 ++++++++
 tests/overlay/051     | 311 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/051.out |  50 ++++++++
 tests/overlay/group   |   2 +
 10 files changed, 822 insertions(+), 43 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

-- 
2.7.4

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

end of thread, other threads:[~2018-01-23 13:56 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-07 18:07 [PATCH 0/7] Overlayfs exportfs tests Amir Goldstein
2018-01-07 18:07 ` [PATCH 1/7] open_by_handle: store and load file handles from file Amir Goldstein
2018-01-11 11:59   ` Eryu Guan
2018-01-11 15:59     ` Amir Goldstein
2018-01-23 13:56     ` Amir Goldstein
2018-01-07 18:07 ` [PATCH 2/7] open_by_handle: verify dir content only with -r flag Amir Goldstein
2018-01-07 18:07 ` [PATCH 3/7] generic/exportfs: golden output is not silent Amir Goldstein
2018-01-07 18:07 ` [PATCH 4/7] generic/exportfs: store and load file handles from file Amir Goldstein
2018-01-07 18:07 ` [PATCH 5/7] generic/exportfs: add a test case for renamed parent dir Amir Goldstein
2018-01-07 18:07 ` [PATCH 6/7] overlay: test encode/decode overlay file handles Amir Goldstein
2018-01-16  7:38   ` Eryu Guan
2018-01-16 10:53     ` Amir Goldstein
2018-01-16 11:06       ` Eryu Guan
2018-01-16 15:09         ` Amir Goldstein
2018-01-07 18:07 ` [PATCH 7/7] overlay: test encode/decode of non-samefs " Amir Goldstein
2018-01-16  7:42   ` Eryu Guan
2018-01-16  8:46     ` Amir Goldstein
2018-01-11 11:43 ` [PATCH 0/7] Overlayfs exportfs tests Eryu Guan
2018-01-11 11:52   ` Amir Goldstein
2018-01-12 11:52     ` Eryu Guan
2018-01-12 13:07       ` 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).