All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 0/8] fstests: miscellaneous fixes
@ 2021-05-12  2:01 Darrick J. Wong
  2021-05-12  2:01 ` [PATCH 1/8] xfs/122: add entries for structures added to 5.13 Darrick J. Wong
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Darrick J. Wong @ 2021-05-12  2:01 UTC (permalink / raw)
  To: djwong, guaneryu; +Cc: linux-xfs, fstests, guan

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/rc         |    2 +-
 common/xfs        |   27 ++++++++++++++++++++++++++-
 ltp/fsstress.c    |   24 ++++++++++++------------
 ltp/fsx.c         |   24 ++++++++++++------------
 src/global.h      |   13 +++++++++++++
 tests/generic/223 |    3 ++-
 tests/generic/449 |    2 +-
 tests/xfs/004     |    2 +-
 tests/xfs/083     |    8 ++++----
 tests/xfs/085     |    2 +-
 tests/xfs/086     |    4 ++--
 tests/xfs/087     |    2 +-
 tests/xfs/088     |    5 +++--
 tests/xfs/089     |    5 +++--
 tests/xfs/091     |    5 +++--
 tests/xfs/093     |    2 +-
 tests/xfs/097     |    2 +-
 tests/xfs/099     |    4 ++--
 tests/xfs/100     |    4 ++--
 tests/xfs/101     |    4 ++--
 tests/xfs/102     |    4 ++--
 tests/xfs/105     |    4 ++--
 tests/xfs/112     |    4 ++--
 tests/xfs/113     |    4 ++--
 tests/xfs/117     |   49 ++++++++++++++++++++++++++++++-------------------
 tests/xfs/120     |    3 ++-
 tests/xfs/122.out |    1 +
 tests/xfs/123     |    2 +-
 tests/xfs/124     |    4 ++--
 tests/xfs/125     |    4 ++--
 tests/xfs/126     |    4 ++--
 tests/xfs/130     |    3 ++-
 tests/xfs/146     |    2 +-
 tests/xfs/147     |    2 +-
 tests/xfs/178     |    4 ++--
 tests/xfs/235     |    3 ++-
 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 +-
 45 files changed, 159 insertions(+), 102 deletions(-)


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

end of thread, other threads:[~2021-05-19 23:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12  2:01 [PATCHSET 0/8] fstests: miscellaneous fixes Darrick J. Wong
2021-05-12  2:01 ` [PATCH 1/8] xfs/122: add entries for structures added to 5.13 Darrick J. Wong
2021-05-12  2:01 ` [PATCH 2/8] common/xfs: refactor commands to select a particular xfs backing device Darrick J. Wong
2021-05-16 15:49   ` Eryu Guan
2021-05-16 20:34     ` Darrick J. Wong
2021-05-19  3:03       ` Eryu Guan
2021-05-19 20:46         ` Darrick J. Wong
2021-05-12  2:01 ` [PATCH 3/8] xfs: fix old fuzz test invocations of xfs_repair Darrick J. Wong
2021-05-12  2:02 ` [PATCH 4/8] xfs/117: fix fragility in this fuzz test Darrick J. Wong
2021-05-12  2:02 ` [PATCH 5/8] common: always pass -f to $DUMP_COMPRESSOR Darrick J. Wong
2021-05-12  2:02 ` [PATCH 6/8] fsx/fsstress: round blocksize properly Darrick J. Wong
2021-05-12  2:02 ` [PATCH 7/8] fsx: fix backwards parameters in complaint about overly long copy Darrick J. Wong
2021-05-12  2:02 ` [PATCH 8/8] xfs/178: fix mkfs success test Darrick J. Wong
2021-05-16 15:54   ` Eryu Guan
2021-05-19 23:20     ` Darrick J. Wong
2021-05-16 15:58 ` [PATCHSET 0/8] fstests: miscellaneous fixes Eryu Guan

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.