From: Anna Schumaker <Anna.Schumaker@Netapp.com>
To: fstests@vger.kernel.org
Cc: Anna.Schumaker@Netapp.com, linux-nfs@vger.kernel.org, hch@infradead.org
Subject: [PATCH v6 0/5] Add copy_file_range() tests
Date: Wed, 10 May 2017 13:46:23 -0400 [thread overview]
Message-ID: <20170510174628.22895-1-Anna.Schumaker@Netapp.com> (raw)
These tests exercise the copy_file_range() system call, and check copying
data to both a new file and overwriting data inside an existing file.
Changes since v5:
- Update copyright lines
- Update test numbers
- Make sure tests pass with a variety of filesystems
Thanks,
Anna
Anna Schumaker (5):
generic/429: Add copy to new file test
generic/430: Add small copies to new file test
generic/431: Add copy test that overwrites data
generic/432: Add a copy test for overwriting small amounts of data
generic/433: Add a copy test for invalid input
common/rc | 6 +++
tests/generic/429 | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++
tests/generic/429.out | 25 +++++++++++++
tests/generic/430 | 83 ++++++++++++++++++++++++++++++++++++++++
tests/generic/430.out | 15 ++++++++
tests/generic/431 | 100 +++++++++++++++++++++++++++++++++++++++++++++++++
tests/generic/431.out | 17 +++++++++
tests/generic/432 | 87 ++++++++++++++++++++++++++++++++++++++++++
tests/generic/432.out | 17 +++++++++
tests/generic/433 | 79 ++++++++++++++++++++++++++++++++++++++
tests/generic/433.out | 14 +++++++
tests/generic/group | 5 +++
12 files changed, 550 insertions(+)
create mode 100755 tests/generic/429
create mode 100644 tests/generic/429.out
create mode 100755 tests/generic/430
create mode 100644 tests/generic/430.out
create mode 100755 tests/generic/431
create mode 100644 tests/generic/431.out
create mode 100755 tests/generic/432
create mode 100644 tests/generic/432.out
create mode 100644 tests/generic/433
create mode 100644 tests/generic/433.out
--
2.12.2
next reply other threads:[~2017-05-10 17:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-10 17:46 Anna Schumaker [this message]
2017-05-10 17:46 ` [PATCH v6 1/5] generic/429: Add copy to new file test Anna Schumaker
2017-05-12 13:08 ` Eryu Guan
2017-05-10 17:46 ` [PATCH v6 2/5] generic/430: Add small copies " Anna Schumaker
2017-05-10 17:46 ` [PATCH v6 3/5] generic/431: Add copy test that overwrites data Anna Schumaker
2017-05-10 17:46 ` [PATCH v6 4/5] generic/432: Add a copy test for overwriting small amounts of data Anna Schumaker
2017-05-10 18:37 ` Darrick J. Wong
2017-05-10 18:39 ` Anna Schumaker
2017-05-11 7:27 ` Eryu Guan
2017-05-10 17:46 ` [PATCH v6 5/5] generic/433: Add a copy test for invalid input Anna Schumaker
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=20170510174628.22895-1-Anna.Schumaker@Netapp.com \
--to=anna.schumaker@netapp.com \
--cc=fstests@vger.kernel.org \
--cc=hch@infradead.org \
--cc=linux-nfs@vger.kernel.org \
/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