mbox series

[PATCHSET,0/6] fstests: miscellaneous fixes

Message ID 162146860057.2500122.8732083536936062491.stgit@magnolia (mailing list archive)
Headers show
Series fstests: miscellaneous fixes | expand

Message

Darrick J. Wong May 19, 2021, 11:56 p.m. UTC
Hi all,

Various small fixes to the fstests suite, and some refactoring of common
idioms needed for testing realtime devices.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=random-fixes

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=random-fixes

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes
---
 common/populate                                    |    2 -
 common/xfs                                         |   25 +++++++++++
 ltp/fsstress.c                                     |   24 +++++-----
 ltp/fsx.c                                          |   22 +++++----
 .../aio-dio-append-write-fallocate-race.c          |    2 -
 src/global.h                                       |   13 ++++++
 tests/generic/223                                  |    3 +
 tests/generic/449                                  |    2 -
 tests/xfs/004                                      |    2 -
 tests/xfs/088                                      |    1 
 tests/xfs/089                                      |    1 
 tests/xfs/091                                      |    1 
 tests/xfs/117                                      |   47 ++++++++++++--------
 tests/xfs/120                                      |    1 
 tests/xfs/130                                      |    1 
 tests/xfs/139                                      |    2 +
 tests/xfs/146                                      |    2 -
 tests/xfs/147                                      |    2 -
 tests/xfs/178                                      |    4 +-
 tests/xfs/207                                      |    1 
 tests/xfs/229                                      |    1 
 tests/xfs/235                                      |    1 
 tests/xfs/272                                      |    2 -
 tests/xfs/318                                      |    2 -
 tests/xfs/431                                      |    4 +-
 tests/xfs/521                                      |    2 -
 tests/xfs/528                                      |    2 -
 tests/xfs/532                                      |    2 -
 tests/xfs/533                                      |    2 -
 tests/xfs/538                                      |    2 -
 30 files changed, 119 insertions(+), 59 deletions(-)