FSTests Archive mirror
 help / color / mirror / Atom feed
From: Zorro Lang <zlang@kernel.org>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: merge v2024.01.14 onto master branch
Date: Sun, 04 Feb 2024 22:23:48 +0800	[thread overview]
Message-ID: <da480c1cbd70a88598f5d445e1f76469@kernel.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 5670 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.01.14 version.

Thanks,
Zorro

The new head of the master branch is commit:

c46ca4d1f6c0 generic: add test for custom crypto data unit size

New commits:

Amir Goldstein (1):
      [a5c3a12796cf] overlay: create helper _overlay_scratch_mount_opts()

Anand Jain (1):
      [08dbb837f1a8] common: add _filter_trailing_whitespace

Andreas Gruenbacher (1):
      [3b2312704846] generic/390: Fix test number in comment

Chandan Babu R (5):
      [e443cadcea48] common/xfs: Do not append -a and -o options to metadump
      [b0d63321c777] common/xfs: Add function to detect support for metadump v2
      [5011eb3e04e8] _scratch_xfs_mdrestore: Pass scratch log device when applicable
      [15356e83bed7] xfs: Add support for testing metadump v2
      [045050256e1a] xfs: Check correctness of metadump/mdrestore's ability to work with dirty log

Christoph Hellwig (4):
      [4d04485207fe] xfs: check that the mountpoint is actually mounted in _supports_xfs_scrub
      [e0864962b2d6] xfs: add a _require_scratch_xfs_scrub helper
      [35c3794f9d92] xfs/262: call _require_scratch_xfs_scrub
      [ab0c766d2017] xfs/506: call _require_scratch_xfs_scrub

Chung-Chiang Cheng (1):
      [66c7b4a49404] README: add a missing necessary package

Eric Biggers (4):
      [72dad8092e62] fscrypt-crypt-util: rename block to data unit
      [8716ac9a3eea] common/rc: fix _require_xfs_io_command with digits in argument
      [077698f5211d] common/encrypt: support custom data unit size
      [c46ca4d1f6c0] generic: add test for custom crypto data unit size

Filipe Manana (1):
      [b35af508fb98] btrfs/303: add git commit ID to _fixed_by_kernel_commit

Jeff Layton (2):
      [8729dc6d13cb] generic/465: don't run it on NFS
      [4fd042e0465c] generic/732: don't run it on NFS

Johannes Thumshirn (9):
      [103e0a619bdc] fstests: doc: add new raid-stripe-tree group
      [81af9975ac4d] common: add _require_btrfs_no_nodatacow helper
      [91cb623078b3] common: add _require_btrfs_free_space_tree
      [807b93a1cec7] common: add filter for btrfs raid-stripe dump
      [9d812702919c] btrfs: add fstest for stripe-tree metadata with 4k write
      [ba96d1853ac0] btrfs: add fstest for 8k write spanning two stripes on raid-stripe-tree
      [102b2efcf91e] btrfs: add fstest for writing to a file at an offset with RST
      [477f3f136125] btrfs: add fstests to write 128k to a RST filesystem
      [26990e6db2a6] btrfs: add fstest for overwriting a file partially with RST

Omar Sandoval (1):
      [3a0381a4595e] btrfs: test snapshotting a deleted subvolume


Code Diffstat:

 .gitignore                         |   1 +
 README                             |   3 +-
 common/btrfs                       |  17 ++++
 common/encrypt                     |  42 ++++++---
 common/filter                      |   5 ++
 common/filter.btrfs                |  15 ++++
 common/overlay                     |   8 +-
 common/populate                    |   2 +-
 common/rc                          |   2 +-
 common/xfs                         |  42 +++++++--
 doc/group-names.txt                |   1 +
 src/Makefile                       |   2 +-
 src/fscrypt-crypt-util.c           |  93 +++++++++----------
 src/t_snapshot_deleted_subvolume.c | 102 +++++++++++++++++++++
 tests/btrfs/303                    |   2 +-
 tests/btrfs/304                    |  58 ++++++++++++
 tests/btrfs/304.out                |  58 ++++++++++++
 tests/btrfs/305                    |  63 +++++++++++++
 tests/btrfs/305.out                |  82 +++++++++++++++++
 tests/btrfs/306                    |  61 +++++++++++++
 tests/btrfs/306.out                |  75 ++++++++++++++++
 tests/btrfs/307                    |  58 ++++++++++++
 tests/btrfs/307.out                |  65 ++++++++++++++
 tests/btrfs/308                    |  62 +++++++++++++
 tests/btrfs/308.out                | 106 ++++++++++++++++++++++
 tests/btrfs/309                    |  27 ++++++
 tests/btrfs/309.out                |   2 +
 tests/f2fs/002                     |   6 +-
 tests/generic/390                  |   2 +-
 tests/generic/465                  |   2 +-
 tests/generic/732                  |   4 +-
 tests/generic/739                  |  31 +++++++
 tests/generic/739.out              |  11 +++
 tests/overlay/011                  |   2 +-
 tests/overlay/035                  |   3 +-
 tests/overlay/052                  |   4 +-
 tests/overlay/053                  |   4 +-
 tests/overlay/062                  |   2 +-
 tests/overlay/079                  |   4 +-
 tests/overlay/085                  |   4 +-
 tests/xfs/129                      |  97 +++++++++++++++++---
 tests/xfs/129.out                  |   4 +-
 tests/xfs/234                      |  97 +++++++++++++++++---
 tests/xfs/234.out                  |   4 +-
 tests/xfs/253                      | 118 ++++++++++++++++++++----
 tests/xfs/262                      |   3 +
 tests/xfs/291                      |  25 +++++-
 tests/xfs/336                      |   2 +-
 tests/xfs/432                      |  29 ++++--
 tests/xfs/432.out                  |   3 +-
 tests/xfs/503                      |  96 ++++++++++++--------
 tests/xfs/503.out                  |  12 +--
 tests/xfs/506                      |   3 +
 tests/xfs/556                      |   2 +-
 tests/xfs/605                      | 178 +++++++++++++++++++++++++++++++++++++
 tests/xfs/605.out                  |  14 +++
 tests/xfs/716                      |   2 +-
 57 files changed, 1628 insertions(+), 194 deletions(-)
--
Zorro Lang
zlang@kernel.org

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

                 reply	other threads:[~2024-02-04 14:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=da480c1cbd70a88598f5d445e1f76469@kernel.org \
    --to=zlang@kernel.org \
    --cc=fstests@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).