public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] xfstests: master branch updated to 74c3708
@ 2016-04-05  3:27 Dave Chinner
  0 siblings, 0 replies; only message in thread
From: Dave Chinner @ 2016-04-05  3:27 UTC (permalink / raw)
  To: fstests

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

Hi folks,

The xfstests repositories at:

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

have just been updated.

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:

74c3708 generic/082: filter out project quota status

New Commits:

Eryu Guan (4):
      [3bc4c58] common: make sure dm device is all settled before removing it
      [021c6b6] generic/244: avoid creating too large random ID
      [a6b8c72] xfs/206: filter out reflink related outputs
      [3e026f5] xfs/030: filter out repeated lines from .out files

Filipe Manana (4):
      [c6de499] btrfs: test log replay with qgroups enabled and orphan roots
      [4548a76] btrfs: add test for fsync after snapshot deletion
      [5b13255] generic: add test for fsync after renaming directory
      [f02fe94] generic: add test for fsync after renaming file

Jaegeuk Kim (1):
      [829b475] attr: adjust acl_max of f2fs if inline_xattr is set

Jan Kara (1):
      [450d833] generic/338: Add mmap race test

Josef Bacik (2):
      [ddc9483] check: make results/check.log match everybody else
      [102ffa0] common: replace chattr with $CHATTR_PROG

Satoru Takeuchi (1):
      [281c087] lib/tlibio: Fix a build warning

Theodore Ts'o (2):
      [687a063] common: Mark tests which use direct I/O with _requires_odirect
      [74c3708] generic/082: filter out project quota status


Code Diffstat:

 check                   |   7 +-
 common/attr             |   7 +-
 common/dmerror          |   3 +
 common/dmflakey         |   3 +
 lib/tlibio.c            |   2 +-
 src/Makefile            |   5 +-
 src/holetest.c          | 342 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/024         |   2 +-
 tests/btrfs/059         |   4 +-
 tests/btrfs/119         | 116 +++++++++++++++++
 tests/btrfs/119.out     |   9 ++
 tests/btrfs/120         |  91 ++++++++++++++
 tests/btrfs/120.out     |  12 ++
 tests/btrfs/group       |   2 +
 tests/ext4/006          |   2 +-
 tests/ext4/007          |   2 +-
 tests/ext4/013          |   2 +-
 tests/ext4/014          |   2 +-
 tests/ext4/271          |   2 +-
 tests/ext4/301          |   1 +
 tests/ext4/302          |   1 +
 tests/ext4/303          |   1 +
 tests/ext4/304          |   1 +
 tests/generic/082       |   7 +-
 tests/generic/095       |   1 +
 tests/generic/244       |   2 +-
 tests/generic/250       |   1 +
 tests/generic/252       |   2 +-
 tests/generic/277       |   4 +-
 tests/generic/331       |   2 +-
 tests/generic/332       |   2 +-
 tests/generic/340       |  59 +++++++++
 tests/generic/340.out   |  73 +++++++++++
 tests/generic/341       |  93 ++++++++++++++
 tests/generic/341.out   |  21 ++++
 tests/generic/342       |  90 +++++++++++++
 tests/generic/342.out   |  15 +++
 tests/generic/group     |   3 +
 tests/shared/272        |   4 +-
 tests/xfs/030           |   2 +-
 tests/xfs/030.out.irix  |   3 -
 tests/xfs/030.out.linux |   5 -
 tests/xfs/083           |   2 +-
 tests/xfs/085           |   2 +-
 tests/xfs/086           |   4 +-
 tests/xfs/087           |   2 +-
 tests/xfs/088           |   4 +-
 tests/xfs/089           |   4 +-
 tests/xfs/091           |   4 +-
 tests/xfs/093           |   2 +-
 tests/xfs/097           |   2 +-
 tests/xfs/098           |   2 +-
 tests/xfs/099           |   2 +-
 tests/xfs/100           |   2 +-
 tests/xfs/101           |   2 +-
 tests/xfs/102           |   2 +-
 tests/xfs/105           |   2 +-
 tests/xfs/112           |   2 +-
 tests/xfs/113           |   2 +-
 tests/xfs/117           |   2 +-
 tests/xfs/120           |   2 +-
 tests/xfs/124           |   2 +-
 tests/xfs/125           |   2 +-
 tests/xfs/126           |   2 +-
 tests/xfs/130           |   2 +-
 tests/xfs/195           |   2 +-
 tests/xfs/206           |   2 +-
 tests/xfs/206.out       |   2 -
 tests/xfs/235           |   2 +-
 69 files changed, 1005 insertions(+), 65 deletions(-)
 create mode 100644 src/holetest.c
 create mode 100755 tests/btrfs/119
 create mode 100644 tests/btrfs/119.out
 create mode 100755 tests/btrfs/120
 create mode 100644 tests/btrfs/120.out
 create mode 100644 tests/generic/340
 create mode 100644 tests/generic/340.out
 create mode 100644 tests/generic/341
 create mode 100644 tests/generic/341.out
 create mode 100644 tests/generic/342
 create mode 100644 tests/generic/342.out
-- 
Dave Chinner
david@fromorbit.com

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-05  3:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-05  3:27 [ANNOUNCE] xfstests: master branch updated to 74c3708 Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox