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] xfstests: master branch updated to efef020df5b2
Date: Mon, 31 Oct 2016 16:19:19 +1100	[thread overview]
Message-ID: <20161031051919.GR14023@dastard> (raw)

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

Hi folks,

The master branch of the xfstests repository at:

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

have just been updated. Thatnks to everyone who added tests, fixed
problems and reviewed changed. And Thanks to Eryu for getting it all
together in a nice neat pile.

Note that there are a couple of outstanding fixes that are needed to
xfs_io to make use of a couple of changes made (generic/389 and use
of the "-i" option). That should happpen soon...

-Dave.

The new head of the master branch is commit:

efef020df5b2 src/seek_sanity_test: discover allocation size

New Commits:

Amir Goldstein (6):
      [3fcfdba403c1] fstests: fix call sites that used xfs_io directly
      [f182653c6bff] fstests: strip quotes from "$XFS_IO_PROG" call sites
      [54659ecdb575] fstests: run xfs_io with -i option if supported
      [93d72ed7f662] t_truncate_self: describe self better in error message
      [044af9dd6632] overlay/013: fix bug in test_upper creation
      [aa96e42b8dd7] overlay/013: adjust test expectation to kernel v4.8

Andreas Gruenbacher (1):
      [f1edd77ebc28] generic: Check linking O_TMPFILE into namespace with POSIX ACLs

Benjamin Coddington (1):
      [efef020df5b2] src/seek_sanity_test: discover allocation size

Darrick J. Wong (3):
      [bf5a5da57247] xfs: set the refcount btree cowflag when setting up cow
      [ed6e4664eeca] fstests: fix fallocate commands that need the unshare switch
      [da41142607c2] xfs: fix more xfs_db open-coding instances

Eric Biggers (1):
      [31db182a1c10] generic/314: remove from acl group

Eryu Guan (1):
      [4c99b91d0ad9] xfs/054: only filter ROOT_INO at the beginning

Xiao Yang (1):
      [dc46bab289da] xfs: remove the device parameter from __populate_check_xfs_dir


Code Diffstat:

 common/quota           |  4 +--
 common/rc              | 21 +++++++++++-----
 common/reflink         | 26 +++++++++----------
 src/seek_sanity_test.c | 41 ++++++++++++++++++++++++------
 src/t_truncate_self.c  |  7 ++++--
 tests/generic/043      |  2 +-
 tests/generic/044      |  4 +--
 tests/generic/045      |  4 +--
 tests/generic/046      |  4 +--
 tests/generic/047      |  2 +-
 tests/generic/048      |  2 +-
 tests/generic/049      |  2 +-
 tests/generic/156      | 16 +++++-------
 tests/generic/176      |  2 +-
 tests/generic/224      |  4 +--
 tests/generic/264      |  4 +--
 tests/generic/389      | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/389.out  |  6 +++++
 tests/generic/group    |  3 ++-
 tests/overlay/013      |  3 +--
 tests/overlay/013.out  |  2 +-
 tests/xfs/004          |  2 +-
 tests/xfs/007          |  8 +++---
 tests/xfs/021          |  4 +--
 tests/xfs/044          |  2 +-
 tests/xfs/052          |  2 +-
 tests/xfs/054          | 14 +++++------
 tests/xfs/099          |  2 +-
 tests/xfs/100          |  2 +-
 tests/xfs/101          |  2 +-
 tests/xfs/102          |  2 +-
 tests/xfs/105          |  2 +-
 tests/xfs/109          |  4 +--
 tests/xfs/112          |  2 +-
 tests/xfs/113          |  2 +-
 tests/xfs/114          |  4 +--
 tests/xfs/116          |  4 +--
 tests/xfs/132          | 12 ++++-----
 tests/xfs/136          |  6 ++---
 tests/xfs/184          |  3 ++-
 tests/xfs/190          |  4 +--
 tests/xfs/192          |  3 ++-
 tests/xfs/199          |  6 ++---
 tests/xfs/200          |  3 ++-
 tests/xfs/201          |  2 +-
 tests/xfs/204          |  3 ++-
 tests/xfs/229          |  2 +-
 tests/xfs/250          |  2 +-
 tests/xfs/278          | 16 ++++++------
 tests/xfs/291          |  4 +--
 tests/xfs/307          | 21 ++++++++--------
 tests/xfs/308          | 21 ++++++++--------
 tests/xfs/328          |  2 +-
 tests/xfs/344          |  3 ++-
 tests/xfs/345          |  3 ++-
 tests/xfs/346          |  3 ++-
 tests/xfs/347          |  3 ++-
 57 files changed, 267 insertions(+), 144 deletions(-)
 create mode 100755 tests/generic/389
 create mode 100644 tests/generic/389.out
-- 
Dave Chinner
david@fromorbit.com

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

             reply	other threads:[~2016-10-31  5:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-31  5:19 Dave Chinner [this message]
2016-10-31  7:31 ` [ANNOUNCE] xfstests: master branch updated to efef020df5b2 Eryu Guan
2016-10-31  7:37   ` Darrick J. Wong
2016-10-31 12:00   ` Dave Chinner

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=20161031051919.GR14023@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