Hi Zorro,
Please pull this branch with changes for fstests.
As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts. Please let me know if you
encounter any problems.
--D
The following changes since commit dfaf19dd09b31088d5adfcdd888479301450a8c9:
generic: test reads racing with slow reflink operations (2023-11-16 09:11:57 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfstests-dev.git tags/private-fiexchange_2023-11-16
for you to fetch changes up to 7053833541bd48b3260f2e6e208fe4d7daab5955:
misc: update xfs_io swapext usage (2023-11-16 09:11:57 -0800)
----------------------------------------------------------------
fstests: FIEXCHANGE is now an XFS ioctl [v27.1]
Minor amendments to the fstests code now that we've taken FIEXCHANGE
private to XFS.
v27.1: add hch review tags; rebase and maybe fix merge problems?
This has been running on the djcloud for months with no problems. Enjoy!
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
----------------------------------------------------------------
Darrick J. Wong (2):
misc: privatize the FIEXCHANGE ioctl for now
misc: update xfs_io swapext usage
common/xfs | 2 +-
configure.ac | 2 +-
doc/group-names.txt | 2 +-
include/builddefs.in | 2 +-
ltp/Makefile | 4 ++--
ltp/fsstress.c | 10 +++++-----
ltp/fsx.c | 20 ++++++++++----------
m4/package_libcdev.m4 | 20 --------------------
m4/package_xfslibs.m4 | 14 ++++++++++++++
src/Makefile | 4 ++++
src/fiexchange.h | 44 ++++++++++++++++++++++----------------------
src/global.h | 4 +---
src/vfs/Makefile | 4 ++++
tests/generic/709 | 2 +-
tests/generic/710 | 2 +-
tests/generic/711 | 2 +-
tests/generic/712 | 2 +-
tests/generic/713 | 4 ++--
tests/generic/714 | 4 ++--
tests/generic/715 | 4 ++--
tests/generic/716 | 2 +-
tests/generic/717 | 2 +-
tests/generic/718 | 2 +-
tests/generic/719 | 2 +-
tests/generic/720 | 2 +-
tests/generic/722 | 4 ++--
tests/generic/723 | 6 +++---
tests/generic/724 | 6 +++---
tests/generic/725 | 2 +-
tests/generic/726 | 2 +-
tests/generic/727 | 2 +-
tests/xfs/122.out | 1 +
tests/xfs/789 | 2 +-
tests/xfs/790 | 2 +-
tests/xfs/791 | 6 +++---
tests/xfs/792 | 2 +-
36 files changed, 99 insertions(+), 98 deletions(-)
Hi Zorro, Please pull this branch with changes for fstests. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit dfaf19dd09b31088d5adfcdd888479301450a8c9: generic: test reads racing with slow reflink operations (2023-11-16 09:11:57 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfstests-dev.git tags/private-fiexchange_2023-11-16 for you to fetch changes up to 7053833541bd48b3260f2e6e208fe4d7daab5955: misc: update xfs_io swapext usage (2023-11-16 09:11:57 -0800) ---------------------------------------------------------------- fstests: FIEXCHANGE is now an XFS ioctl [v27.1] Minor amendments to the fstests code now that we've taken FIEXCHANGE private to XFS. v27.1: add hch review tags; rebase and maybe fix merge problems? This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: Darrick J. Wong <djwong@kernel.org> ---------------------------------------------------------------- Darrick J. Wong (2): misc: privatize the FIEXCHANGE ioctl for now misc: update xfs_io swapext usage common/xfs | 2 +- configure.ac | 2 +- doc/group-names.txt | 2 +- include/builddefs.in | 2 +- ltp/Makefile | 4 ++-- ltp/fsstress.c | 10 +++++----- ltp/fsx.c | 20 ++++++++++---------- m4/package_libcdev.m4 | 20 -------------------- m4/package_xfslibs.m4 | 14 ++++++++++++++ src/Makefile | 4 ++++ src/fiexchange.h | 44 ++++++++++++++++++++++---------------------- src/global.h | 4 +--- src/vfs/Makefile | 4 ++++ tests/generic/709 | 2 +- tests/generic/710 | 2 +- tests/generic/711 | 2 +- tests/generic/712 | 2 +- tests/generic/713 | 4 ++-- tests/generic/714 | 4 ++-- tests/generic/715 | 4 ++-- tests/generic/716 | 2 +- tests/generic/717 | 2 +- tests/generic/718 | 2 +- tests/generic/719 | 2 +- tests/generic/720 | 2 +- tests/generic/722 | 4 ++-- tests/generic/723 | 6 +++--- tests/generic/724 | 6 +++--- tests/generic/725 | 2 +- tests/generic/726 | 2 +- tests/generic/727 | 2 +- tests/xfs/122.out | 1 + tests/xfs/789 | 2 +- tests/xfs/790 | 2 +- tests/xfs/791 | 6 +++--- tests/xfs/792 | 2 +- 36 files changed, 99 insertions(+), 98 deletions(-)