Hi folks, Thanks' to Eryu's great work, I've just updated the xfstests repositories at: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git git://oss.sgi.com/xfs/cmds/xfstests This update has changes from Eryu's last two weekly requests, and adds a lot of fixes and new tests for overlay, ext4, xfs and some generic tests as well. The full commit list is below for those curious enough to read on. -Dave. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to fstests@xxxxxxxxxxxxxxx so they can be picked up in the next update. The new head of the master branch is commit: b7d908a README: document Fedora, RHEL, and CentOS dependencies New Commits: Christoph Hellwig (1): [700b17b] generic/095: update warning whitelist Darrick J. Wong (13): [7c61e4c] xfs/26[34]: remove duplicate tests [946b199] xfs: use rmapbt-checking helper [1496a4f] xfs/310: fix the size calculation for the huge device [c85204b] xfs/122: list the new log redo items [2f8d7b2] common/reflink: actually test dedupe on scratch device [b85dfac] xfs/129: fix post-metadump remounting idiocy [7c848d2] xfs/179: use scratch device helpers [49b0eda] xfs/234: use scratch device helpers [dd6eca7] common/rc: optionally test xfs_repair index rebuilding [f9261d3] xfs/128: cycle_mount the scratch device [27516d4] common/dmerror: fix mount option issues [73f8e85] xfs: test attr_list_by_handle cursor iteration [7c0b493] generic: test accurate shared extent reporting Eric Sandeen (1): [b7d908a] README: document Fedora, RHEL, and CentOS dependencies Eric Whitney (1): [60f3461] common/defrag: rework _require_defrag for ext4 Eryu Guan (3): [226279c] overlay: dump overlay private xattr [5f29278] overlay: remove stale file from upperdir [2d7ed0c] overlay: truncate running binaries from lower and upper dirs Jan Kara (1): [f45cb67] ext4: Test expansion of inode size Omar Sandoval (1): [6ba4f8a] check: allow comments in exclude files Wang Xiaoguang (1): [4427c1a] generic: run write(2) and fallocate(2) in parallel Zorro Lang (1): [b18191a] xfs/106: rewrite to make it a reliable regression test Code Diffstat: .gitignore | 2 + README | 18 +- check | 4 +- common/defrag | 17 +- common/dmerror | 9 +- common/rc | 29 ++ common/reflink | 2 +- src/Makefile | 5 +- src/attr-list-by-handle-cursor-test.c | 118 ++++++ src/t_truncate_self.c | 20 + tests/ext4/022 | 183 +++++++++ tests/ext4/022.out | 432 ++++++++++++++++++++ tests/ext4/group | 1 + tests/generic/095 | 6 +- tests/generic/371 | 75 ++++ tests/generic/371.out | 2 + tests/generic/372 | 90 +++++ tests/generic/372.out | 17 + tests/generic/group | 2 + tests/overlay/011 | 79 ++++ tests/overlay/011.out | 2 + tests/overlay/012 | 77 ++++ tests/overlay/012.out | 2 + tests/overlay/013 | 74 ++++ tests/overlay/013.out | 2 + tests/overlay/group | 3 + tests/xfs/106 | 361 ++++++++++------- tests/xfs/106.out | 790 +++++++++++++++++++++---------------- tests/xfs/122.out | 8 + tests/xfs/128 | 6 +- tests/xfs/129 | 6 +- tests/xfs/179 | 10 +- tests/xfs/234 | 6 +- tests/xfs/263 | 179 --------- tests/xfs/263.out | 13 - tests/xfs/264 | 180 --------- tests/xfs/264.out | 13 - tests/xfs/269 | 64 +++ tests/xfs/269.out | 5 + tests/xfs/310 | 9 +- tests/xfs/314 | 4 +- tests/xfs/317 | 4 +- tests/xfs/322 | 4 +- tests/xfs/group | 7 +- 44 files changed, 2025 insertions(+), 915 deletions(-) create mode 100644 src/attr-list-by-handle-cursor-test.c create mode 100644 src/t_truncate_self.c create mode 100755 tests/ext4/022 create mode 100644 tests/ext4/022.out create mode 100755 tests/generic/371 create mode 100644 tests/generic/371.out create mode 100755 tests/generic/372 create mode 100644 tests/generic/372.out create mode 100755 tests/overlay/011 create mode 100644 tests/overlay/011.out create mode 100755 tests/overlay/012 create mode 100644 tests/overlay/012.out create mode 100755 tests/overlay/013 create mode 100644 tests/overlay/013.out delete mode 100755 tests/xfs/263 delete mode 100644 tests/xfs/263.out delete mode 100755 tests/xfs/264 delete mode 100644 tests/xfs/264.out create mode 100755 tests/xfs/269 create mode 100644 tests/xfs/269.out -- Dave Chinner david@xxxxxxxxxxxxx
Attachment:
signature.asc
Description: Digital signature