[PATCH v6 0/5] Add copy_file_range() tests

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux