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

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


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

end of thread, other threads:[~2017-05-12 13:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-10 17:46 [PATCH v6 0/5] Add copy_file_range() tests Anna Schumaker
2017-05-10 17:46 ` Anna Schumaker
2017-05-10 17:46 ` [PATCH v6 1/5] generic/429: Add copy to new file test Anna Schumaker
2017-05-10 17:46   ` 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   ` 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   ` 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 17:46   ` Anna Schumaker
2017-05-10 18:37   ` Darrick J. Wong
2017-05-10 18:39     ` Anna Schumaker
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
2017-05-10 17:46   ` Anna Schumaker

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.