* [ANNOUNCE] xfstests: master branch updated to d98149c
@ 2016-02-07 22:31 Dave Chinner
0 siblings, 0 replies; only message in thread
From: Dave Chinner @ 2016-02-07 22:31 UTC (permalink / raw)
To: fstests
[-- Attachment #1: Type: text/plain, Size: 7867 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:
d98149c Fix prerequisite packages to build fstests on Ubuntu
New Commits:
Christoph Hellwig (3):
[3cca509] xfs/139: fix scratch device filtering
[06d19b0] reflink: also treat EINVAL as not supported
[911efb0] reflink: change to relative margins
Darrick J. Wong (5):
[589d17d] tools/mvtest: call out to the correct group sort program
[a3d855e] reflink: fix off-by-one errors when iterating file blocks in a loop
[c0cfa56] xfs/122: update against xfsprogs 4.3
[aa69397] dedupe: record dedupe errors in golden output
[813524b] tests: use lowercase variables for all the new reflink tests
Dave Chinner (4):
[f8c65ca] xfs: support realtime/log device setup changes in config sections
[1e7a824] setup: add section support
[bfffaa2] check: add exclude sections CLI parameter
[9165a84] fsync-tester: reopen files with correct flags
Eric Sandeen (1):
[1dfb505] quota: test Q_GETNEXTQUOTA
Eryu Guan (6):
[931e5cb] generic/23[23]: some cleanups
[4a32170] common: no need to parse config file in new
[042dad6] new: create a default .out file
[22bc781] common: add overlayfs isupport in _scratch_cleanup_files()
[379d6e0] common: export overlay lower/upper/work directories as variables
[115b41c] overlay: test copy up files from lower dir
Filipe Manana (2):
[c327d5a] btrfs: fix test failures after commit 27d077ec0bda
[84aea94] fstests: btrfs, test for send with clone operations
Jia He (1):
[2013854] common: add names device mounted errors
Satoru Takeuchi (2):
[d109d8c] aio-dio-eof-race should be ignored by git
[d98149c] Fix prerequisite packages to build fstests on Ubuntu
Xiao Yang (1):
[234f51e] fsx.c: Add header file stdbool.h
Code Diffstat:
.gitignore | 1 +
README | 4 +-
check | 17 ++++
common/config | 71 +++++++++----
common/dmflakey | 3 +-
common/rc | 59 +++++++----
common/reflink | 4 +
ltp/fsx.c | 1 +
new | 6 ++
setup | 70 +++++++++++--
src/Makefile | 2 +-
src/fsync-tester.c | 8 +-
src/test-nextquota.c | 163 ++++++++++++++++++++++++++++++
tests/btrfs/117 | 109 ++++++++++++++++++++
tests/btrfs/117.out | 13 +++
tests/btrfs/group | 1 +
tests/generic/002 | 2 +
tests/generic/004 | 2 +
tests/generic/110 | 24 ++---
tests/generic/111 | 42 ++++----
tests/generic/115 | 34 +++----
tests/generic/116 | 42 ++++----
tests/generic/118 | 42 ++++----
tests/generic/119 | 112 ++++++++++-----------
tests/generic/121 | 42 ++++----
tests/generic/122 | 42 ++++----
tests/generic/122.out | 1 +
tests/generic/134 | 90 ++++++++---------
tests/generic/136 | 92 ++++++++---------
tests/generic/136.out | 3 +
tests/generic/137 | 54 +++++-----
tests/generic/138 | 100 +++++++++----------
tests/generic/139 | 100 +++++++++----------
tests/generic/140 | 100 +++++++++----------
tests/generic/142 | 34 +++----
tests/generic/143 | 34 +++----
tests/generic/144 | 124 +++++++++++------------
tests/generic/145 | 146 +++++++++++++--------------
tests/generic/146 | 136 ++++++++++++-------------
tests/generic/147 | 142 +++++++++++++-------------
tests/generic/148 | 80 +++++++--------
tests/generic/149 | 136 ++++++++++++-------------
tests/generic/150 | 30 +++---
tests/generic/151 | 46 ++++-----
tests/generic/152 | 52 +++++-----
tests/generic/153 | 52 +++++-----
tests/generic/154 | 60 +++++------
tests/generic/155 | 60 +++++------
tests/generic/156 | 58 +++++------
tests/generic/157 | 68 ++++++-------
tests/generic/158 | 70 ++++++-------
tests/generic/159 | 30 +++---
tests/generic/160 | 30 +++---
tests/generic/161 | 16 +--
tests/generic/162 | 22 ++--
tests/generic/163 | 22 ++--
tests/generic/164 | 28 +++---
tests/generic/165 | 28 +++---
tests/generic/166 | 18 ++--
tests/generic/167 | 18 ++--
tests/generic/168 | 22 ++--
tests/generic/170 | 22 ++--
tests/generic/171 | 42 ++++----
tests/generic/172 | 42 ++++----
tests/generic/173 | 42 ++++----
tests/generic/174 | 42 ++++----
tests/generic/175 | 24 ++---
tests/generic/176 | 24 ++---
tests/generic/178 | 28 +++---
tests/generic/179 | 46 ++++-----
tests/generic/180 | 46 ++++-----
tests/generic/181 | 34 +++----
tests/generic/182 | 76 +++++++-------
tests/generic/182.out | 2 +
tests/generic/183 | 48 ++++-----
tests/generic/185 | 48 ++++-----
tests/generic/186 | 54 +++++-----
tests/generic/187 | 54 +++++-----
tests/generic/188 | 40 ++++----
tests/generic/189 | 40 ++++----
tests/generic/190 | 40 ++++----
tests/generic/191 | 40 ++++----
tests/generic/194 | 46 ++++-----
tests/generic/195 | 46 ++++-----
tests/generic/196 | 40 ++++----
tests/generic/197 | 40 ++++----
tests/generic/199 | 60 +++++------
tests/generic/200 | 60 +++++------
tests/generic/201 | 34 +++----
tests/generic/202 | 32 +++---
tests/generic/203 | 32 +++---
tests/generic/205 | 48 ++++-----
tests/generic/206 | 48 ++++-----
tests/generic/216 | 48 ++++-----
tests/generic/217 | 48 ++++-----
tests/generic/218 | 40 ++++----
tests/generic/220 | 40 ++++----
tests/generic/222 | 48 ++++-----
tests/generic/227 | 48 ++++-----
tests/generic/229 | 94 +++++++++---------
tests/generic/232 | 17 +---
tests/generic/233 | 20 +---
tests/generic/238 | 94 +++++++++---------
tests/generic/242 | 46 ++++-----
tests/generic/243 | 46 ++++-----
tests/generic/244 | 131 ++++++++++++++++++++++++
tests/generic/244.out | 2 +
tests/generic/group | 1 +
tests/overlay/001 | 81 +++++++++++++++
tests/overlay/001.out | 2 +
tests/overlay/Makefile | 20 ++++
tests/overlay/group | 6 ++
tests/xfs/122 | 29 ++++--
tests/xfs/122.out | 265 ++++++++++++++++++++++++++-----------------------
tests/xfs/127 | 16 +--
tests/xfs/128 | 140 +++++++++++++-------------
tests/xfs/129 | 28 +++---
tests/xfs/131 | 16 +--
tests/xfs/132 | 68 ++++++-------
tests/xfs/139 | 26 ++---
tests/xfs/139.out | 4 +-
tests/xfs/140 | 34 +++----
tools/mvtest | 4 +-
123 files changed, 3251 insertions(+), 2549 deletions(-)
create mode 100644 src/test-nextquota.c
create mode 100755 tests/btrfs/117
create mode 100644 tests/btrfs/117.out
create mode 100755 tests/generic/244
create mode 100644 tests/generic/244.out
create mode 100755 tests/overlay/001
create mode 100644 tests/overlay/001.out
create mode 100644 tests/overlay/Makefile
create mode 100644 tests/overlay/group
mode change 100644 => 100755 tests/xfs/139
--
Dave Chinner
david@fromorbit.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-07 22:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-07 22:31 [ANNOUNCE] xfstests: master branch updated to d98149c Dave Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox