public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Chinner <david@fromorbit.com>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: master branch updated to b7d908a
Date: Mon, 8 Aug 2016 16:54:21 +1000	[thread overview]
Message-ID: <20160808065421.GO16044@dastard> (raw)

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

Hi folks,

Thanks' to Eryu's great work, I've just updated the xfstests
repositories at:

	git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
	git://oss.sgi.com/xfs/cmds/xfstests

This update has changes from Eryu's last two weekly requests, and
adds a lot of fixes and new tests for overlay, ext4, xfs and some
generic tests as well.  The full commit list is below for those
curious enough to read on.

-Dave.

Patches often get missed, so please check if your outstanding
patches were in this update. If they have not been in this update,
please resubmit them to fstests@vger.kernel.org so they can be
picked up in the next update.

The new head of the master branch is commit:

b7d908a README: document Fedora, RHEL, and CentOS dependencies

New Commits:

Christoph Hellwig (1):
      [700b17b] generic/095: update warning whitelist

Darrick J. Wong (13):
      [7c61e4c] xfs/26[34]: remove duplicate tests
      [946b199] xfs: use rmapbt-checking helper
      [1496a4f] xfs/310: fix the size calculation for the huge device
      [c85204b] xfs/122: list the new log redo items
      [2f8d7b2] common/reflink: actually test dedupe on scratch device
      [b85dfac] xfs/129: fix post-metadump remounting idiocy
      [7c848d2] xfs/179: use scratch device helpers
      [49b0eda] xfs/234: use scratch device helpers
      [dd6eca7] common/rc: optionally test xfs_repair index rebuilding
      [f9261d3] xfs/128: cycle_mount the scratch device
      [27516d4] common/dmerror: fix mount option issues
      [73f8e85] xfs: test attr_list_by_handle cursor iteration
      [7c0b493] generic: test accurate shared extent reporting

Eric Sandeen (1):
      [b7d908a] README: document Fedora, RHEL, and CentOS dependencies

Eric Whitney (1):
      [60f3461] common/defrag: rework _require_defrag for ext4

Eryu Guan (3):
      [226279c] overlay: dump overlay private xattr
      [5f29278] overlay: remove stale file from upperdir
      [2d7ed0c] overlay: truncate running binaries from lower and upper dirs

Jan Kara (1):
      [f45cb67] ext4: Test expansion of inode size

Omar Sandoval (1):
      [6ba4f8a] check: allow comments in exclude files

Wang Xiaoguang (1):
      [4427c1a] generic: run write(2) and fallocate(2) in parallel

Zorro Lang (1):
      [b18191a] xfs/106: rewrite to make it a reliable regression test


Code Diffstat:

 .gitignore                            |   2 +
 README                                |  18 +-
 check                                 |   4 +-
 common/defrag                         |  17 +-
 common/dmerror                        |   9 +-
 common/rc                             |  29 ++
 common/reflink                        |   2 +-
 src/Makefile                          |   5 +-
 src/attr-list-by-handle-cursor-test.c | 118 ++++++
 src/t_truncate_self.c                 |  20 +
 tests/ext4/022                        | 183 +++++++++
 tests/ext4/022.out                    | 432 ++++++++++++++++++++
 tests/ext4/group                      |   1 +
 tests/generic/095                     |   6 +-
 tests/generic/371                     |  75 ++++
 tests/generic/371.out                 |   2 +
 tests/generic/372                     |  90 +++++
 tests/generic/372.out                 |  17 +
 tests/generic/group                   |   2 +
 tests/overlay/011                     |  79 ++++
 tests/overlay/011.out                 |   2 +
 tests/overlay/012                     |  77 ++++
 tests/overlay/012.out                 |   2 +
 tests/overlay/013                     |  74 ++++
 tests/overlay/013.out                 |   2 +
 tests/overlay/group                   |   3 +
 tests/xfs/106                         | 361 ++++++++++-------
 tests/xfs/106.out                     | 790 +++++++++++++++++++++----------------
 tests/xfs/122.out                     |   8 +
 tests/xfs/128                         |   6 +-
 tests/xfs/129                         |   6 +-
 tests/xfs/179                         |  10 +-
 tests/xfs/234                         |   6 +-
 tests/xfs/263                         | 179 ---------
 tests/xfs/263.out                     |  13 -
 tests/xfs/264                         | 180 ---------
 tests/xfs/264.out                     |  13 -
 tests/xfs/269                         |  64 +++
 tests/xfs/269.out                     |   5 +
 tests/xfs/310                         |   9 +-
 tests/xfs/314                         |   4 +-
 tests/xfs/317                         |   4 +-
 tests/xfs/322                         |   4 +-
 tests/xfs/group                       |   7 +-
 44 files changed, 2025 insertions(+), 915 deletions(-)
 create mode 100644 src/attr-list-by-handle-cursor-test.c
 create mode 100644 src/t_truncate_self.c
 create mode 100755 tests/ext4/022
 create mode 100644 tests/ext4/022.out
 create mode 100755 tests/generic/371
 create mode 100644 tests/generic/371.out
 create mode 100755 tests/generic/372
 create mode 100644 tests/generic/372.out
 create mode 100755 tests/overlay/011
 create mode 100644 tests/overlay/011.out
 create mode 100755 tests/overlay/012
 create mode 100644 tests/overlay/012.out
 create mode 100755 tests/overlay/013
 create mode 100644 tests/overlay/013.out
 delete mode 100755 tests/xfs/263
 delete mode 100644 tests/xfs/263.out
 delete mode 100755 tests/xfs/264
 delete mode 100644 tests/xfs/264.out
 create mode 100755 tests/xfs/269
 create mode 100644 tests/xfs/269.out
-- 
Dave Chinner
david@fromorbit.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

                 reply	other threads:[~2016-08-08  6:54 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=20160808065421.GO16044@dastard \
    --to=david@fromorbit.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