[ANNOUNCE] fstests: for-next branch updated to v2023.03.05

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



Hi all,

The for-next branch of the xfstests repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git

has just been updated and tagged as v2023.03.05 release.

Release Notes:
1) There're 29 new cases in this release -- generic/709~727, xfs/789~798.
2) xfs/793~798 are about xfs online_repair test. Besides these cases, others
   are about fiexchange and swapext testing, and all in auto group, but
   need new features of kernel and xfsprogs, so will notrun on old kernel.
3) New FIEXCHANGE_RANGE supporting in fsx and fsstress.

More updates refer to below, thanks for all these contribution!

Thanks,
Zorro

The new head of the for-next branch is commit:

f7765774a1b5 generic/020: fix really long attr test failure for ceph

New commits:

Darrick J. Wong (12):
      [e19c99400cfe] xfs/122: fix for swapext log items
      [5d2aea2b1f6d] generic: test old xfs extent swapping ioctl
      [815ea9365230] generic: test new vfs swapext ioctl
      [81cbafc4597a] generic, xfs: test scatter-gather atomic file updates
      [f02d41a7b5ca] generic: test that file privilege gets dropped with FIEXCHANGE_RANGE
      [bf183828b8f4] fsx: support FIEXCHANGE_RANGE
      [ae5ac04996c5] fsstress: update for FIEXCHANGE_RANGE
      [d8cf497797b0] xfs: race fsstress with online repair of realtime summary files
      [a199f989b6f1] xfs: race fsstress with online repair of extended attribute data
      [249f5a78d309] xfs: ensure that online directory repairs don't hit EDQUOT
      [0999380268ab] xfs: race fsstress with online repair of dirs and parent pointers
      [fc0a397e3ec4] xfs: test xfs_scrub dry run, preen, and repair mode

Johannes Thumshirn (1):
      [b3096c996a48] common/rc: don't clear superblock for zoned scratch pools

Xiubo Li (1):
      [f7765774a1b5] generic/020: fix really long attr test failure for ceph


Code Diffstat:

 common/rc             |  36 ++++++++++-
 common/reflink        |  33 ++++++++++
 common/xfs            |  19 ++++++
 configure.ac          |   1 +
 doc/group-names.txt   |   2 +
 include/builddefs.in  |   1 +
 ltp/Makefile          |   4 ++
 ltp/fsstress.c        | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++
 ltp/fsx.c             | 160 ++++++++++++++++++++++++++++++++++++++++++++++-
 m4/package_libcdev.m4 |  20 ++++++
 src/fiexchange.h      | 101 ++++++++++++++++++++++++++++++
 src/global.h          |   6 ++
 tests/generic/020     |   6 +-
 tests/generic/709     |  55 +++++++++++++++++
 tests/generic/709.out |   3 +
 tests/generic/710     |  53 ++++++++++++++++
 tests/generic/710.out |   4 ++
 tests/generic/711     |  47 ++++++++++++++
 tests/generic/711.out |   2 +
 tests/generic/712     |  58 +++++++++++++++++
 tests/generic/712.out |   2 +
 tests/generic/713     | 100 ++++++++++++++++++++++++++++++
 tests/generic/713.out |  86 ++++++++++++++++++++++++++
 tests/generic/714     | 116 ++++++++++++++++++++++++++++++++++
 tests/generic/714.out |  90 +++++++++++++++++++++++++++
 tests/generic/715     |  76 +++++++++++++++++++++++
 tests/generic/715.out |  32 ++++++++++
 tests/generic/716     | 122 ++++++++++++++++++++++++++++++++++++
 tests/generic/716.out |  48 +++++++++++++++
 tests/generic/717     | 101 ++++++++++++++++++++++++++++++
 tests/generic/717.out |  33 ++++++++++
 tests/generic/718     |  48 +++++++++++++++
 tests/generic/718.out |   6 ++
 tests/generic/719     | 105 +++++++++++++++++++++++++++++++
 tests/generic/719.out |  40 ++++++++++++
 tests/generic/720     |  58 +++++++++++++++++
 tests/generic/720.out |   2 +
 tests/generic/721     | 126 +++++++++++++++++++++++++++++++++++++
 tests/generic/721.out |  48 +++++++++++++++
 tests/generic/722     |  63 +++++++++++++++++++
 tests/generic/722.out |   2 +
 tests/generic/723     |  70 +++++++++++++++++++++
 tests/generic/723.out |   2 +
 tests/generic/724     |  53 ++++++++++++++++
 tests/generic/724.out |   6 ++
 tests/generic/725     |  56 +++++++++++++++++
 tests/generic/725.out |   4 ++
 tests/generic/726     | 115 ++++++++++++++++++++++++++++++++++
 tests/generic/726.out |  49 +++++++++++++++
 tests/generic/727     |  83 +++++++++++++++++++++++++
 tests/generic/727.out |  17 +++++
 tests/xfs/122.out     |   3 +
 tests/xfs/537         |   2 +-
 tests/xfs/789         |  59 ++++++++++++++++++
 tests/xfs/789.out     |  12 ++++
 tests/xfs/790         |  62 +++++++++++++++++++
 tests/xfs/790.out     |  10 +++
 tests/xfs/791         |  59 ++++++++++++++++++
 tests/xfs/791.out     |   7 +++
 tests/xfs/792         |  61 ++++++++++++++++++
 tests/xfs/792.out     |   5 ++
 tests/xfs/793         |  48 +++++++++++++++
 tests/xfs/793.out     |   2 +
 tests/xfs/794         |  40 ++++++++++++
 tests/xfs/794.out     |   2 +
 tests/xfs/795         |  77 +++++++++++++++++++++++
 tests/xfs/795.out     |   3 +
 tests/xfs/796         |  37 +++++++++++
 tests/xfs/796.out     |   2 +
 tests/xfs/797         |  38 ++++++++++++
 tests/xfs/797.out     |   2 +
 tests/xfs/798         | 105 +++++++++++++++++++++++++++++++
 tests/xfs/798.out     |  32 ++++++++++
 73 files changed, 3198 insertions(+), 8 deletions(-)
--
Zorro Lang
zlang@xxxxxxxxxx




[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux