[ANNOUNCE] fstests: master branch updated to 4a7b35d7a76c

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



Hi all,

The master branch of the xfstests repository at:

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

have just been updated. It's a huge update as there're many patches accumulated
during the last a few weeks. And I think I've picked up all pathces that have
been reviewed. If your patches got no review comments nor picked up in this
update, please re-send, I may have missed them.

And regarding to the maintainership, Zorro is going to take over the
responsibility, and we'll discuss to see what's the best way to do the
transfer.

Thanks,
Eryu

The new head of the master branch is commit:

4a7b35d7a76c common: allow to run all tests on idmapped mounts

New commits:

Andrey Albershteyn (1):
      [6c2830764021] README: restructure & format building manual

Boyang Xue (1):
      [7c9de12773d9] generic/674: replace _require_scratch_reflink with _require_scratch_dedupe

Catherine Hoang (1):
      [7834a74058c2] xfs/019: extend protofile test

Christian Brauner (1):
      [4a7b35d7a76c] common: allow to run all tests on idmapped mounts

Dai Shili (1):
      [b5660918c982] generic/631: use trusted.* extended attributes to filter NFS filesystem

Darrick J. Wong (6):
      [e1b93b712f29] generic/459: ensure that the lvm devices have been created
      [58331382174e] common/xfs: fix broken code in _check_xfs_filesystem
      [bc593bd327e0] xfs/420: fix occasional test failures due to pagecache readahead
      [b3a59bb6dc16] generic/673: fix golden output to reflect vfs setgid behavior
      [4a21f002880a] xfs/076: only create files on the data device
      [407ef6b96cc8] xfs/17[013]: fix intermittent failures when filesystem metadata gets large

David Disseldorp (1):
      [424acebff4fa] btrfs: drop no-op count=$(( count-- ))

Eric Biggers (5):
      [cd81e731261d] fscrypt-crypt-util: use an explicit --direct-key option
      [02222a33a0e5] fscrypt-crypt-util: refactor get_key_and_iv()
      [28eae4d04d1e] fscrypt-crypt-util: add support for dumping key identifier
      [775e2763a392] common/encrypt: log full ciphertext verification params
      [1e516c860030] common/encrypt: verify the key identifiers

Filipe Manana (2):
      [cce62cbb35cd] generic: read multiple extents with io_uring
      [52fe88c9f545] generic: fallocate against a file range with a mix of holes and extents

Josef Bacik (3):
      [e030808c1774] generic/373: change test to validate cross-vfsmount reflink
      [9e8dac56ff30] generic/374: validate cross-vfsmount dedupe
      [866948e00073] btrfs/029: change the cross vfsmount reflink test

Luís Henriques (1):
      [09efb6c78d0f] common/encrypt: allow the use of 'fscrypt:' as key prefix

Masayoshi Mizuma (1):
      [4837b6aff4d3] xfs: test xfsdump with bind-mounted filesystem

Nitesh Shetty (1):
      [513338e6a743] generic/108: use blockdev utility to calculate physical and logical block size

Ojaswin Mujoo (2):
      [50490c851139] src/ext4_resize.c: Refactor code and ensure accurate errno is returned
      [034e1a796f4b] ext4: Test to ensure resize with sparse_super2 is handled correctly

Pankaj Raghav (1):
      [9577dac5d24f] btrfs/237: Use zone cap instead of zone size in fill_size and rest calculation

Qu Wenruo (2):
      [1133ecda69f9] common/btrfs: don't skip the test if BTRFS_PROFILE_CONFIGS contains unsupported profile
      [a7e2b797f865] btrfs/194: allow it to be run on systems with page size larger than 4K

Sun Ke (1):
      [d019cd411869] generic/066: attr1 is still there after log replay on f2fs

Zorro Lang (1):
      [24cf6fa01370] fsx: remove XFS_IOC_ALLOCSP operation entirely


Code Diffstat:

 .gitignore               |   1 +
 README                   | 376 ++++++++++++++++++++++++++++++-----------------
 README.overlay           |   6 +-
 common/btrfs             |   8 +-
 common/config            |   1 +
 common/encrypt           |  70 ++++++---
 common/filestreams       |   2 +-
 common/filter            |  13 ++
 common/overlay           |   2 +
 common/rc                |  50 +++++++
 common/xfs               |   6 +-
 ltp/fsx.c                | 111 +-------------
 src/Makefile             |   1 +
 src/ext4_resize.c        |  46 ++++--
 src/fscrypt-crypt-util.c | 193 ++++++++++++++++--------
 src/uring_read_fault.c   | 150 +++++++++++++++++++
 tests/btrfs/029          |  60 ++++----
 tests/btrfs/029.out      |   3 +-
 tests/btrfs/124          |   1 -
 tests/btrfs/125          |   1 -
 tests/btrfs/194          |   6 +-
 tests/btrfs/237          |  21 ++-
 tests/ext4/056           | 100 +++++++++++++
 tests/ext4/056.out       |   2 +
 tests/generic/066        |   8 +
 tests/generic/108        |   4 +-
 tests/generic/373        |   8 +-
 tests/generic/373.out    |   2 +-
 tests/generic/374        |   5 +-
 tests/generic/374.out    |   3 +-
 tests/generic/459        |   1 +
 tests/generic/631        |   2 +-
 tests/generic/673.out    |   4 +-
 tests/generic/674        |   2 +-
 tests/generic/678        |  40 +++++
 tests/generic/678.out    |   2 +
 tests/generic/679        |  63 ++++++++
 tests/generic/679.out    |  20 +++
 tests/xfs/019            |   6 +
 tests/xfs/019.out        |  12 +-
 tests/xfs/076            |  13 +-
 tests/xfs/170            |  16 +-
 tests/xfs/170.out        |   8 +-
 tests/xfs/171            |  16 +-
 tests/xfs/171.out        |   8 +-
 tests/xfs/173            |  16 +-
 tests/xfs/173.out        |   8 +-
 tests/xfs/420            |  33 +++--
 tests/xfs/544            |  47 ++++++
 tests/xfs/544.out        |   2 +
 50 files changed, 1138 insertions(+), 441 deletions(-)
--
Eryu Guan
guaneryu@xxxxxxxxx

Attachment: signature.asc
Description: PGP signature


[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