linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add copy_file_range() tests
@ 2016-05-13 20:50 Anna Schumaker
  2016-05-13 20:50 ` [PATCH 1/5] src/copy_file_range: Add a program for testing vfs_copy_file_range() Anna Schumaker
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Anna Schumaker @ 2016-05-13 20:50 UTC (permalink / raw)
  To: fstests; +Cc: Anna.Schumaker, linux-nfs, hch

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.  The
first patch adds the copy_file_range() utility for using the systemcall, and
is heavily based on src/cloner.c.  The remaining patches add my tests.

Thanks,
Anna

Anna Schumaker (5):
  src/copy_file_range: Add a program for testing vfs_copy_file_range()
  generic/343: Add copy to new file test
  generic/344: Add small copies to new file test
  generic/345: Add copy test that overwrites data
  generic/346: Add a copy test for overwriting small amounts of data

 .gitignore            |   1 +
 common/rc             |   7 ++
 src/Makefile          |   3 +-
 src/copy_file_range.c | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/343     |  96 +++++++++++++++++++++++++
 tests/generic/343.out |  17 +++++
 tests/generic/344     |  86 +++++++++++++++++++++++
 tests/generic/344.out |  13 ++++
 tests/generic/345     | 107 ++++++++++++++++++++++++++++
 tests/generic/345.out |  17 +++++
 tests/generic/346     |  94 +++++++++++++++++++++++++
 tests/generic/346.out |  17 +++++
 tests/generic/group   |   4 ++
 13 files changed, 650 insertions(+), 1 deletion(-)
 create mode 100644 src/copy_file_range.c
 create mode 100644 tests/generic/343
 create mode 100644 tests/generic/343.out
 create mode 100644 tests/generic/344
 create mode 100644 tests/generic/344.out
 create mode 100644 tests/generic/345
 create mode 100644 tests/generic/345.out
 create mode 100644 tests/generic/346
 create mode 100644 tests/generic/346.out

-- 
2.8.2


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

end of thread, other threads:[~2016-05-17 17:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13 20:50 [PATCH 0/5] Add copy_file_range() tests Anna Schumaker
2016-05-13 20:50 ` [PATCH 1/5] src/copy_file_range: Add a program for testing vfs_copy_file_range() Anna Schumaker
2016-05-16 23:20   ` Dave Chinner
2016-05-17 14:47     ` Anna Schumaker
2016-05-17 17:48       ` Darrick J. Wong
2016-05-17 17:52         ` Anna Schumaker
2016-05-13 20:50 ` [PATCH 2/5] generic/343: Add copy to new file test Anna Schumaker
2016-05-13 20:50 ` [PATCH 3/5] generic/344: Add small copies " Anna Schumaker
2016-05-13 20:50 ` [PATCH 4/5] generic/345: Add copy test that overwrites data Anna Schumaker
2016-05-13 20:50 ` [PATCH 5/5] generic/346: Add a copy test for overwriting small amounts of data Anna Schumaker

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).