fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHSET 00/10] fstests: test kernel regressions fixed in 5.12
@ 2021-03-09  4:40 Darrick J. Wong
  2021-03-09  4:40 ` [PATCH 01/10] xfs: test regression in xfs_bmap_validate_extent Darrick J. Wong
                   ` (10 more replies)
  0 siblings, 11 replies; 27+ messages in thread
From: Darrick J. Wong @ 2021-03-09  4:40 UTC (permalink / raw)
  To: djwong, guaneryu; +Cc: wenli xie, Chandan Babu R, linux-xfs, fstests, guan

Hi all,

Here are new tests for problems that were fixed in upstream Linux
between 5.9 and 5.12.

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

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=kernel-regressions
---
 .gitignore             |    1 
 common/filter          |   24 +++
 src/Makefile           |    4 -
 src/chprojid_fail.c    |   92 ++++++++++++
 src/deduperace.c       |  370 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/1300     |  109 ++++++++++++++
 tests/generic/1300.out |    2 
 tests/generic/947      |  118 +++++++++++++++
 tests/generic/947.out  |   15 ++
 tests/generic/948      |   92 ++++++++++++
 tests/generic/948.out  |    9 +
 tests/generic/949      |   51 +++++++
 tests/generic/949.out  |    2 
 tests/generic/group    |    4 +
 tests/xfs/050          |   30 +---
 tests/xfs/122          |    1 
 tests/xfs/122.out      |    1 
 tests/xfs/299          |   30 +---
 tests/xfs/758          |   59 ++++++++
 tests/xfs/758.out      |    2 
 tests/xfs/759          |  100 +++++++++++++
 tests/xfs/759.out      |    2 
 tests/xfs/760          |   68 +++++++++
 tests/xfs/760.out      |    9 +
 tests/xfs/761          |   45 ++++++
 tests/xfs/761.out      |    1 
 tests/xfs/765          |   71 +++++++++
 tests/xfs/765.out      |    4 +
 tests/xfs/915          |  162 +++++++++++++++++++++
 tests/xfs/915.out      |  151 ++++++++++++++++++++
 tests/xfs/group        |    6 +
 31 files changed, 1584 insertions(+), 51 deletions(-)
 create mode 100644 src/chprojid_fail.c
 create mode 100644 src/deduperace.c
 create mode 100755 tests/generic/1300
 create mode 100644 tests/generic/1300.out
 create mode 100755 tests/generic/947
 create mode 100644 tests/generic/947.out
 create mode 100755 tests/generic/948
 create mode 100644 tests/generic/948.out
 create mode 100755 tests/generic/949
 create mode 100644 tests/generic/949.out
 create mode 100755 tests/xfs/758
 create mode 100644 tests/xfs/758.out
 create mode 100755 tests/xfs/759
 create mode 100644 tests/xfs/759.out
 create mode 100755 tests/xfs/760
 create mode 100644 tests/xfs/760.out
 create mode 100755 tests/xfs/761
 create mode 100644 tests/xfs/761.out
 create mode 100755 tests/xfs/765
 create mode 100644 tests/xfs/765.out
 create mode 100755 tests/xfs/915
 create mode 100644 tests/xfs/915.out


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

end of thread, other threads:[~2021-03-25  7:53 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09  4:40 [PATCHSET 00/10] fstests: test kernel regressions fixed in 5.12 Darrick J. Wong
2021-03-09  4:40 ` [PATCH 01/10] xfs: test regression in xfs_bmap_validate_extent Darrick J. Wong
2021-03-09  4:40 ` [PATCH 02/10] generic: test reflink and copy_file_range behavior with O_SYNC and FS_XFLAG_SYNC files Darrick J. Wong
2021-03-09  4:40 ` [PATCH 03/10] xfs: test rtalloc alignment and math errors Darrick J. Wong
2021-03-11  7:58   ` Chandan Babu R
2021-03-23  4:15     ` Darrick J. Wong
2021-03-25  7:52       ` Chandan Babu R
2021-03-09  4:40 ` [PATCH 04/10] xfs: test mkfs min log size calculation w/ rt volumes Darrick J. Wong
2021-03-11  9:32   ` Chandan Babu R
2021-03-14 14:51   ` Eryu Guan
2021-03-14 16:39     ` Eryu Guan
2021-03-09  4:40 ` [PATCH 05/10] common/filter: refactor quota report filtering Darrick J. Wong
2021-03-11  9:42   ` Chandan Babu R
2021-03-09  4:40 ` [PATCH 06/10] xfs: test quota softlimit warning functionality Darrick J. Wong
2021-03-11 11:10   ` Chandan Babu R
2021-03-12  4:25     ` Chandan Babu R
2021-03-09  4:40 ` [PATCH 07/10] xfs/122: fix test for xfs_attr_shortform_t conversion Darrick J. Wong
2021-03-11 12:58   ` Christoph Hellwig
2021-03-09  4:40 ` [PATCH 08/10] generic: test file writers racing with FIDEDUPERANGE Darrick J. Wong
2021-03-12  7:13   ` Chandan Babu R
2021-03-09  4:40 ` [PATCH 09/10] generic: test a deadlock in xfs_rename when whiteing out files Darrick J. Wong
2021-03-14 18:06   ` Eryu Guan
2021-03-15 16:54     ` Darrick J. Wong
2021-03-09  4:40 ` [PATCH 10/10] xfs: test delalloc quota leak when chprojid fails Darrick J. Wong
2021-03-12  8:49   ` Chandan Babu R
2021-03-14 18:07 ` [PATCHSET 00/10] fstests: test kernel regressions fixed in 5.12 Eryu Guan
2021-03-14 21:36   ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).