fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] various: test xfs things fixed in 5.10
@ 2020-11-11  0:43 Darrick J. Wong
  2020-11-11  0:43 ` [PATCH 1/7] xfs: test fallocate ops when rt extent size is and isn't a power of 2 Darrick J. Wong
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Darrick J. Wong @ 2020-11-11  0:43 UTC (permalink / raw)
  To: darrick.wong, guaneryu; +Cc: Chandan Babu R, linux-xfs, fstests

Hi all,

Here are a bunch of new tests for problems that were fixed in 5.10.
Er.... 5.10 and 5.9.  I have not been good at sending to fstests
upstream lately. :( :(

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=test-fixes-5.10
---
 tests/generic/947     |  117 ++++++++++++++++++++++++++++++++
 tests/generic/947.out |   15 ++++
 tests/generic/948     |   90 ++++++++++++++++++++++++
 tests/generic/948.out |    9 ++
 tests/generic/group   |    2 +
 tests/xfs/122         |    1 
 tests/xfs/122.out     |    1 
 tests/xfs/758         |   59 ++++++++++++++++
 tests/xfs/758.out     |    2 +
 tests/xfs/759         |   99 +++++++++++++++++++++++++++
 tests/xfs/759.out     |    2 +
 tests/xfs/760         |   66 ++++++++++++++++++
 tests/xfs/760.out     |    9 ++
 tests/xfs/761         |   42 +++++++++++
 tests/xfs/761.out     |    1 
 tests/xfs/763         |  181 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/763.out     |   91 +++++++++++++++++++++++++
 tests/xfs/915         |  176 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/915.out     |  151 +++++++++++++++++++++++++++++++++++++++++
 tests/xfs/group       |    6 ++
 20 files changed, 1119 insertions(+), 1 deletion(-)
 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/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/763
 create mode 100644 tests/xfs/763.out
 create mode 100755 tests/xfs/915
 create mode 100644 tests/xfs/915.out


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH 0/7] various: test xfs things fixed in 5.10
@ 2020-10-27 19:02 Darrick J. Wong
  2020-10-27 19:02 ` [PATCH 4/7] xfs: test rtalloc alignment and math errors Darrick J. Wong
  0 siblings, 1 reply; 11+ messages in thread
From: Darrick J. Wong @ 2020-10-27 19:02 UTC (permalink / raw)
  To: darrick.wong, guaneryu; +Cc: linux-xfs, fstests

Hi all,

Here are a bunch of new tests for problems that were fixed in 5.10.
Er.... 5.10 and 5.9.  I have not been good at sending to fstests
upstream lately. :( :(

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=test-fixes-5.10
---
 tests/generic/947     |  117 ++++++++++++++++++++++++++++++++
 tests/generic/947.out |   15 ++++
 tests/generic/948     |   90 ++++++++++++++++++++++++
 tests/generic/948.out |    9 ++
 tests/generic/group   |    2 +
 tests/xfs/122.out     |    1 
 tests/xfs/758         |   59 ++++++++++++++++
 tests/xfs/758.out     |    2 +
 tests/xfs/759         |   99 +++++++++++++++++++++++++++
 tests/xfs/759.out     |    2 +
 tests/xfs/760         |   66 ++++++++++++++++++
 tests/xfs/760.out     |    9 ++
 tests/xfs/761         |   42 +++++++++++
 tests/xfs/761.out     |    1 
 tests/xfs/763         |  181 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/763.out     |   91 +++++++++++++++++++++++++
 tests/xfs/915         |  176 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/915.out     |  151 +++++++++++++++++++++++++++++++++++++++++
 tests/xfs/group       |    6 ++
 19 files changed, 1119 insertions(+)
 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/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/763
 create mode 100644 tests/xfs/763.out
 create mode 100755 tests/xfs/915
 create mode 100644 tests/xfs/915.out


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

end of thread, other threads:[~2020-11-23 18:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11  0:43 [PATCH 0/7] various: test xfs things fixed in 5.10 Darrick J. Wong
2020-11-11  0:43 ` [PATCH 1/7] xfs: test fallocate ops when rt extent size is and isn't a power of 2 Darrick J. Wong
2020-11-11  0:44 ` [PATCH 2/7] xfs: test regression in xfs_bmap_validate_extent Darrick J. Wong
2020-11-11  0:44 ` [PATCH 3/7] generic: test reflink and copy_file_range behavior with O_SYNC and FS_XFLAG_SYNC files Darrick J. Wong
2020-11-11  0:44 ` [PATCH 4/7] xfs: test rtalloc alignment and math errors Darrick J. Wong
2020-11-11  0:44 ` [PATCH 5/7] xfs: test mkfs min log size calculation w/ rt volumes Darrick J. Wong
2020-11-11  0:44 ` [PATCH 6/7] xfs: test quota softlimit warning functionality Darrick J. Wong
2020-11-11  0:44 ` [PATCH 7/7] xfs/122: fix test for xfs_attr_shortform_t conversion Darrick J. Wong
2020-11-22 14:27 ` [PATCH 0/7] various: test xfs things fixed in 5.10 Eryu Guan
2020-11-23 18:20   ` Darrick J. Wong
  -- strict thread matches above, loose matches on Subject: below --
2020-10-27 19:02 Darrick J. Wong
2020-10-27 19:02 ` [PATCH 4/7] xfs: test rtalloc alignment and math errors 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).