From: Amir Goldstein <amir73il@gmail.com>
To: Eryu Guan <eguan@redhat.com>
Cc: Trond Myklebust <trondmy@primarydata.com>,
Jeff Layton <jlayton@poochiereds.net>,
"J . Bruce Fields" <bfields@fieldses.org>,
David Howells <dhowells@redhat.com>,
Miklos Szeredi <miklos@szeredi.hu>,
fstests@vger.kernel.org, linux-unionfs@vger.kernel.org
Subject: [PATCH v2 0/4] fstests: generic test for NFS handles
Date: Wed, 19 Apr 2017 19:29:15 +0300 [thread overview]
Message-ID: <1492619359-24763-1-git-send-email-amir73il@gmail.com> (raw)
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
next reply other threads:[~2017-04-19 16:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-19 16:29 Amir Goldstein [this message]
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
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=1492619359-24763-1-git-send-email-amir73il@gmail.com \
--to=amir73il@gmail.com \
--cc=bfields@fieldses.org \
--cc=dhowells@redhat.com \
--cc=eguan@redhat.com \
--cc=fstests@vger.kernel.org \
--cc=jlayton@poochiereds.net \
--cc=linux-unionfs@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=trondmy@primarydata.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox