fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eryu Guan <guaneryu@gmail.com>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: master branch updated to 59d1f998fd61
Date: Mon, 10 Aug 2020 01:21:56 +0800	[thread overview]
Message-ID: <5f3030bc.1c69fb81.7519b.378d@mx.google.com> (raw)

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

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. The most notable change is the DAX patchset from Xiao
Yang, which update & add new tests to test the new DAX mount behavior. Many
thanks to Xiao Yang for the patchset, and to Ira Weiny and Darrick J. Wong for
reviewing the patches!

There're also some xfs quota related fixes to work with the new kernel &
xfsprogs behaviors on XFS.

And the new btrfs and ext4 tests currently fail on latest v5.8 kernel.

Thanks,
Eryu

The new head of the master branch is commit:

59d1f998fd61 generic: Verify how to change the S_DAX flag on an existing file

New commits:

Bill O'Donnell (2):
      [7cee3f17280c] xfs/518: modify timer/state commands to remove new g,p timer output
      [569789e54eb0] xfs/263: filters to accommodate new xfs_quota state command and prevent regression

Darrick J. Wong (4):
      [fc80a4954604] generic/603: don't run on XFS v4 filesystems
      [2b3de458c433] xfs/030: repair should actually find the zeroed block pointer in the agfl
      [9515832478a1] xfs/{263,106}: erase max warnings printout
      [e5bbd47e7c17] xfs/{050,299}: clear quota warnings in between checks

Jeff Layton (2):
      [760616041b67] generic/377: filter out xattrs that don't start with 'user.'
      [85c3ee84f07b] generic/062: use more restrictive filter when querying for attributes

Lukas Czerner (1):
      [3c9b1fe59ebd] ext4: Test read-only external journal device

Qu Wenruo (1):
      [912521c9fa1a] btrfs: Add test to check if shrink works well with fstrim

Xiao Yang (9):
      [f4a1c15b58de] generic/452: Fix the wrong commit id
      [c1a28a6e3a94] common/rc: Introduce helpers for new dax mount options and FS_XFLAG_DAX
      [49ba983a76a6] fstests: Use _require_scratch_dax_mountopt() and _require_dax_iflag()
      [2aaaef91f305] generic/223: Don't clear MKFS_OPTION before calling _scratch_mkfs_geom()
      [ab0680e58176] generic/413, xfs/260: Improve format operation for PMD fault testing
      [f85344a72f74] xfs/260: Move and update xfs/260
      [efb26477fd3c] generic: Verify if statx() can qurey S_DAX flag on regular file correctly
      [76cfca6472ad] generic: Verify the inheritance behavior of FS_XFLAG_DAX flag in various combinations
      [59d1f998fd61] generic: Verify how to change the S_DAX flag on an existing file


Code Diffstat:

 common/rc                      | 105 ++++++++++++++++++++---
 tests/btrfs/217                |  62 ++++++++++++++
 tests/btrfs/217.out            |   2 +
 tests/btrfs/group              |   1 +
 tests/ext4/002                 | 139 ++++++++++++++++++++++++++++++
 tests/ext4/002.out             |  32 +++++++
 tests/ext4/030                 |   2 +-
 tests/ext4/031                 |   4 +-
 tests/ext4/group               |   1 +
 tests/generic/062              |  10 ++-
 tests/generic/223              |   1 -
 tests/generic/377              |   4 +-
 tests/generic/413              |  12 +--
 tests/generic/452              |   2 +-
 tests/generic/462              |   2 +-
 tests/generic/603              |   4 +
 tests/{xfs/260 => generic/605} |  79 +++++++++--------
 tests/generic/605.out          |   2 +
 tests/generic/606              |  92 ++++++++++++++++++++
 tests/generic/606.out          |   2 +
 tests/generic/607              | 189 +++++++++++++++++++++++++++++++++++++++++
 tests/generic/607.out          |   2 +
 tests/generic/608              | 121 ++++++++++++++++++++++++++
 tests/generic/608.out          |   2 +
 tests/generic/group            |   4 +
 tests/xfs/030.out              |   1 +
 tests/xfs/050                  |  23 +++--
 tests/xfs/106                  |   3 +-
 tests/xfs/260.out              |   2 -
 tests/xfs/263                  |  21 ++++-
 tests/xfs/299                  |  23 +++--
 tests/xfs/518                  |   8 +-
 tests/xfs/group                |   1 -
 33 files changed, 867 insertions(+), 91 deletions(-)
--
Eryu Guan
guaneryu@gmail.com

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

             reply	other threads:[~2020-08-09 17:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-09 17:21 Eryu Guan [this message]
2020-08-10 11:12 ` [ANNOUNCE] fstests: master branch updated to 59d1f998fd61 Xiao Yang
2020-08-10 12:07   ` Eryu Guan
2020-08-10 14:09     ` Xiao Yang

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=5f3030bc.1c69fb81.7519b.378d@mx.google.com \
    --to=guaneryu@gmail.com \
    --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 NNTP newsgroup(s).