public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] fstests: generic test for NFS handles
@ 2017-04-19 16:29 Amir Goldstein
  2017-04-19 16:29 ` [PATCH v2 1/4] fstests: remove IRIX test program open_unlink Amir Goldstein
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Amir Goldstein @ 2017-04-19 16:29 UTC (permalink / raw)
  To: Eryu Guan
  Cc: Trond Myklebust, Jeff Layton, J . Bruce Fields, David Howells,
	Miklos Szeredi, fstests, linux-unionfs

Hi Eryu,

Changes since v1:
- Build time checks for open_by_handle_at()
- Update docs
- Improve usage and commit messages
- Remove unused program open_unlink
- Squash _require_exportfs into patch 3
- Change test to run on $TEST_DIR/$seq-dir

Amir Goldstein (4):
  fstests: remove IRIX test program open_unlink
  src/open_by_handle: program to exercise open_by_handle_at() syscall
  src/open_by_handle: flexible usage options
  fstests: add generic test for file handles

 .gitignore                   |   1 +
 aclocal.m4                   |  15 +++
 common/rc                    |  10 ++
 configure.ac                 |   1 +
 doc/auxiliary-programs.txt   |  16 ++-
 doc/requirement-checking.txt |   7 ++
 include/builddefs.in         |   1 +
 src/Makefile                 |   7 +-
 src/open_by_handle.c         | 261 +++++++++++++++++++++++++++++++++++++++++++
 src/open_unlink.c            | 147 ------------------------
 tests/generic/426            |  74 ++++++++++++
 tests/generic/426.out        |   2 +
 tests/generic/group          |   1 +
 13 files changed, 390 insertions(+), 153 deletions(-)
 create mode 100644 src/open_by_handle.c
 delete mode 100644 src/open_unlink.c
 create mode 100755 tests/generic/426
 create mode 100644 tests/generic/426.out

-- 
2.7.4


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

end of thread, other threads:[~2017-04-22  7:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19 16:29 [PATCH v2 0/4] fstests: generic test for NFS handles Amir Goldstein
2017-04-19 16:29 ` [PATCH v2 1/4] fstests: remove IRIX test program open_unlink Amir Goldstein
2017-04-19 16:29 ` [PATCH v2 2/4] src/open_by_handle: program to exercise open_by_handle_at() syscall Amir Goldstein
2017-04-22  7:55   ` Rock Lee
2017-04-19 16:29 ` [PATCH v2 3/4] src/open_by_handle: flexible usage options Amir Goldstein
2017-04-19 16:29 ` [PATCH v2 4/4] fstests: add generic test for file handles Amir Goldstein
2017-04-20  6:00   ` Eryu Guan
2017-04-20  6:34     ` Amir Goldstein
2017-04-20  7:21       ` Eryu Guan
2017-04-20  8:03         ` Amir Goldstein
2017-04-20  8:09   ` [PATCH v3 " Amir Goldstein

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