All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/5] Add copy_file_range() tests
@ 2017-03-17 19:52 ` Anna Schumaker
  0 siblings, 0 replies; 19+ messages in thread
From: Anna Schumaker @ 2017-03-17 19:52 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.

Sorry it took so long to get this version out.  I forgot about these patches
after the last submission.

Thanks,
Anna


Anna Schumaker (5):
  generic/416: Add copy to new file test
  generic/417: Add small copies to new file test
  generic/418: Add copy test that overwrites data
  generic/419: Add a copy test for overwriting small amounts of data
  generic/420: Add a copy test for invalid input

 common/rc             |   6 +++
 tests/generic/416     | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/416.out |  26 +++++++++++++
 tests/generic/417     |  83 ++++++++++++++++++++++++++++++++++++++++
 tests/generic/417.out |  16 ++++++++
 tests/generic/418     | 100 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/418.out |  17 +++++++++
 tests/generic/419     |  87 ++++++++++++++++++++++++++++++++++++++++++
 tests/generic/419.out |  17 +++++++++
 tests/generic/420     |  76 +++++++++++++++++++++++++++++++++++++
 tests/generic/420.out |  12 ++++++
 tests/generic/group   |   5 +++
 12 files changed, 547 insertions(+)
 create mode 100755 tests/generic/416
 create mode 100644 tests/generic/416.out
 create mode 100755 tests/generic/417
 create mode 100644 tests/generic/417.out
 create mode 100755 tests/generic/418
 create mode 100644 tests/generic/418.out
 create mode 100755 tests/generic/419
 create mode 100644 tests/generic/419.out
 create mode 100644 tests/generic/420
 create mode 100644 tests/generic/420.out

-- 
2.12.0


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

end of thread, other threads:[~2017-05-03 15:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-17 19:52 [PATCH v5 0/5] Add copy_file_range() tests Anna Schumaker
2017-03-17 19:52 ` Anna Schumaker
2017-03-17 19:52 ` [PATCH v5 1/5] generic/416: Add copy to new file test Anna Schumaker
2017-03-17 19:52   ` Anna Schumaker
2017-03-17 19:52 ` [PATCH v5 2/5] generic/417: Add small copies " Anna Schumaker
2017-03-17 19:52   ` Anna Schumaker
2017-03-22 16:45   ` Boaz Harrosh
2017-03-22 16:45     ` Boaz Harrosh
2017-03-17 19:52 ` [PATCH v5 3/5] generic/418: Add copy test that overwrites data Anna Schumaker
2017-03-17 19:52   ` Anna Schumaker
2017-03-17 19:52 ` [PATCH v5 4/5] generic/419: Add a copy test for overwriting small amounts of data Anna Schumaker
2017-03-17 19:52   ` Anna Schumaker
2017-03-17 19:52 ` [PATCH v5 5/5] generic/420: Add a copy test for invalid input Anna Schumaker
2017-03-17 19:52   ` Anna Schumaker
2017-03-17 22:02 ` [PATCH v5 0/5] Add copy_file_range() tests Darrick J. Wong
2017-03-20  5:24   ` Eryu Guan
2017-05-02 22:16     ` Darrick J. Wong
2017-05-03 12:56       ` Olga Kornievskaia
2017-05-03 15:48         ` Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.