All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] fstests: merge v2024.03.17 onto master branch
@ 2024-03-31 13:51 Zorro Lang
  0 siblings, 0 replies; only message in thread
From: Zorro Lang @ 2024-03-31 13:51 UTC (permalink / raw)
  To: fstests

[-- Attachment #1: Type: text/plain, Size: 4903 bytes --]

Hi all,

The master branch of the xfstests repository at:

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

has just been updated to v2024.03.17 version.

Thanks,
Zorro

The new head of the master branch is commit:

ec5b77f70e60 fstests: add missing commit IDs to some tests

New commits:

Anand Jain (1):
      [2b0216017bc2] common/rc: specify required device size

Christoph Hellwig (4):
      [5e1e51df9f29] shared/298: call fs commands on the loop device
      [926ae266c86a] shared/298: run xfs_db against the loop device instead of the image file
      [cfb92ce9070c] common: dm-error now supports zoned devices
      [7bb78927c0f5] generic/392: stop checking st_blocks

Darrick J. Wong (10):
      [d46a46c7d5d0] generic/604: try to make race occur reliably
      [ed6967784854] xfs/155: fail the test if xfs_repair hangs for too long
      [0943fadcf0e9] generic/192: fix spurious timeout
      [a3ce52894e0e] generic/491: increase test timeout
      [27f314276da9] xfs/599: reduce the amount of attrs created here
      [480bf0025bff] xfs/122: update test to pick up rtword/suminfo ondisk unions
      [b41b9ca96f69] xfs/43[4-6]: make module reloading optional
      [70fc4244b7dc] xfs: test for premature ENOSPC with large cow delalloc extents
      [7a97d9c0fa1b] misc: fix test that fail formatting with 64k blocksize
      [c9d50e4d1c2a] generic/574: don't fail the test on intentional coredump

Disha Goel (1):
      [7a338a6af80d] xfstest: add detection for ext4.h presence in configure.ac

Filipe Manana (2):
      [07fa85f11232] btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option()
      [ec5b77f70e60] fstests: add missing commit IDs to some tests

Josef Bacik (8):
      [18ecbf559bc5] btrfs/011: increase the runtime for replace cancel
      [51f280cfa124] btrfs/012: adjust how we populate the fs to convert
      [46bc2d68fa74] btrfs/131: don't run with subpage blocksizes
      [e990496ffc09] btrfs/213: make the test more reliable
      [94937700f4ee] btrfs/271: adjust failure condition
      [f682432926a0] btrfs/287,btrfs/293: filter all btrfs subvolume delete calls
      [3552178f39be] btrfs/291: remove image file after teardown
      [512dba4fdbfc] btrfs: test normal qgroup operations in a compress friendly way

Li Zhijian (1):
      [d76c4886ba83] xfs: Fix no executable permission

Qu Wenruo (1):
      [8000febb32af] fstests: btrfs/121: allow snapshot with invalid qgroup to return error

Su Yue (1):
      [b3ff58fa319a] btrfs/172,206: call _log_writes_cleanup in _cleanup

Zorro Lang (3):
      [46b783fe67fc] fsstress: check io_uring_queue_init errno properly
      [7bad5527e2bc] fsstress: bypass io_uring testing if io_uring_queue_init returns EPERM
      [790a9e7c3c94] common/rc: notrun if io_uring is disabled by sysctl


Code Diffstat:

 README              |   6 +++
 check               |   6 ---
 common/btrfs        |   2 +-
 common/module       |  33 +++++++++++++---
 common/rc           |  66 +++++++++++++++++++++++++++++---
 configure.ac        |   1 +
 ltp/fsstress.c      |  32 ++++++++++++----
 src/ext4_resize.c   |   5 ++-
 src/feature.c       |  19 ++++++----
 tests/btrfs/011     |   9 ++++-
 tests/btrfs/012     |  14 ++++---
 tests/btrfs/022     |  86 ++---------------------------------------
 tests/btrfs/121     |  10 ++++-
 tests/btrfs/131     |   4 ++
 tests/btrfs/172     |   7 ++++
 tests/btrfs/206     |   7 ++++
 tests/btrfs/213     |  20 +++++-----
 tests/btrfs/249     |   2 +-
 tests/btrfs/271     |  11 +++---
 tests/btrfs/287     |   4 +-
 tests/btrfs/287.out |   2 +-
 tests/btrfs/291     |   2 +-
 tests/btrfs/293     |   6 +--
 tests/btrfs/293.out |   4 +-
 tests/btrfs/303     |   2 +-
 tests/btrfs/309     |   2 +-
 tests/btrfs/316     |   2 +-
 tests/btrfs/317     |   4 +-
 tests/btrfs/320     | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/320.out |   2 +
 tests/generic/042   |   9 +----
 tests/generic/081   |   7 +++-
 tests/generic/108   |   6 ++-
 tests/generic/192   |  16 ++++++--
 tests/generic/392   |  16 ++------
 tests/generic/455   |   3 +-
 tests/generic/457   |   3 +-
 tests/generic/482   |   3 +-
 tests/generic/491   |   2 +-
 tests/generic/574   |   3 +-
 tests/generic/604   |   8 ++--
 tests/generic/704   |   3 +-
 tests/generic/707   |   4 +-
 tests/generic/730   |   3 +-
 tests/generic/731   |   3 +-
 tests/shared/298    |  22 ++++++-----
 tests/xfs/122       |   2 +-
 tests/xfs/122.out   |   2 +
 tests/xfs/155       |   5 +++
 tests/xfs/279       |   7 ++--
 tests/xfs/434       |   3 +-
 tests/xfs/435       |   3 +-
 tests/xfs/436       |   3 +-
 tests/xfs/557       |   0
 tests/xfs/567       |   0
 tests/xfs/568       |   0
 tests/xfs/599       |   9 ++---
 tests/xfs/607       |  86 +++++++++++++++++++++++++++++++++++++++++
 tests/xfs/607.out   |   8 ++++
 59 files changed, 495 insertions(+), 221 deletions(-)
--
Zorro Lang
zlang@kernel.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-31 13:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-31 13:51 [ANNOUNCE] fstests: merge v2024.03.17 onto master branch Zorro Lang

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.