public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: Eryu Guan <guaneryu@gmail.com>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: master branch updated to 40818883aecd
Date: Sun, 25 Apr 2021 17:01:40 +0800	[thread overview]
Message-ID: <60852ff8.1c69fb81.8c49d.5dbe@mx.google.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3965 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. Several xfs new tests from Darrick J. Wong are merged
in this update, and they all should pass with v5.12-rc7 kernel. There're also
some random fixes as usual.

Many thanks to Brian Foster and Allison Henderson for helping review most of
the patches!

Thanks,
Eryu

The new head of the master branch is commit:

40818883aecd xfs/144: Use _qsetup instead of qsetup

New commits:

Darrick J. Wong (8):
      [982941cf89f5] generic/223: make sure all files get created on the data device
      [bec48842284e] common/dmthin: make this work with external log devices
      [af7ac9448fd6] xfs: test that the needsrepair feature works as advertised
      [8fb042e54ea0] xfs: functional testing of V5-relevant options
      [7d20ed3e1fb9] xfs: test inobtcount upgrade
      [472f957a8cf7] generic: check userspace handling of extreme timestamps
      [f806708c2c48] xfs/122: add legacy timestamps to ondisk checker
      [63b6a5644e71] xfs: detect time limits from filesystem

Naohiro Aota (1):
      [74e99aebdc01] fstests: add missing checks of fallocate feature

Pavel Reichl (2):
      [ace9db40f929] common/rc: Add _require_{chown,chmod}()
      [bd5aba84ffdb] generic/495: split the test

Sun Ke (1):
      [bb2f356f14d7] generic/619: a better way to get tot_avail_size

Yang Xu (2):
      [a8c09c9e020b] xfs/145: Remove useless -f option for xfs_quota command
      [40818883aecd] xfs/144: Use _qsetup instead of qsetup


Code Diffstat:

 common/dmthin         |   9 +++-
 common/rc             |  36 ++++++++++++++-
 common/xfs            |  71 ++++++++++++++++++++++++++++
 tests/btrfs/013       |   1 +
 tests/btrfs/016       |   1 +
 tests/btrfs/025       |   1 +
 tests/btrfs/034       |   1 +
 tests/btrfs/037       |   1 +
 tests/btrfs/046       |   1 +
 tests/btrfs/107       |   1 +
 tests/ext4/001        |   1 +
 tests/f2fs/001        |   1 +
 tests/generic/087     |   1 +
 tests/generic/088     |   1 +
 tests/generic/125     |   1 +
 tests/generic/126     |   1 +
 tests/generic/128     |   1 +
 tests/generic/193     |   1 +
 tests/generic/223     |   5 ++
 tests/generic/314     |   1 +
 tests/generic/317     |   1 +
 tests/generic/347     |   2 +-
 tests/generic/355     |   1 +
 tests/generic/456     |   1 +
 tests/generic/495     |  14 +-----
 tests/generic/495.out |   3 --
 tests/generic/500     |   2 +-
 tests/generic/597     |   1 +
 tests/generic/598     |   1 +
 tests/generic/619     |   2 +-
 tests/generic/634     | 123 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/634.out |   2 +
 tests/generic/635     | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/635.out |   1 +
 tests/generic/636     |  49 ++++++++++++++++++++
 tests/generic/636.out |   2 +
 tests/generic/group   |   7 ++-
 tests/xfs/042         |   1 +
 tests/xfs/114         |   1 +
 tests/xfs/118         |   1 +
 tests/xfs/122         |   1 +
 tests/xfs/122.out     |   1 +
 tests/xfs/144         |  21 +--------
 tests/xfs/145         |   4 +-
 tests/xfs/154         |  80 ++++++++++++++++++++++++++++++++
 tests/xfs/154.out     |   4 ++
 tests/xfs/155         |  91 ++++++++++++++++++++++++++++++++++++
 tests/xfs/155.out     |   2 +
 tests/xfs/156         |  93 +++++++++++++++++++++++++++++++++++++
 tests/xfs/156.out     |  17 +++++++
 tests/xfs/157         | 114 +++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/157.out     |  19 ++++++++
 tests/xfs/158         |  98 +++++++++++++++++++++++++++++++++++++++
 tests/xfs/158.out     |  23 ++++++++++
 tests/xfs/159         |  44 ++++++++++++++++++
 tests/xfs/159.out     |  15 ++++++
 tests/xfs/331         |   1 +
 tests/xfs/341         |   1 +
 tests/xfs/342         |   1 +
 tests/xfs/423         |   1 +
 tests/xfs/group       |   6 +++
 61 files changed, 1070 insertions(+), 44 deletions(-)
--
Eryu Guan
guaneryu@gmail.com

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

                 reply	other threads:[~2021-04-25  9:01 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=60852ff8.1c69fb81.8c49d.5dbe@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