* [ANNOUNCE] fstests: master branch updated to 048edf0
@ 2016-05-09 6:17 Dave Chinner
0 siblings, 0 replies; only message in thread
From: Dave Chinner @ 2016-05-09 6:17 UTC (permalink / raw)
To: fstests
[-- Attachment #1: Type: text/plain, Size: 6568 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:
048edf0 generic: renumber tests after merge
New Commits:
Chandan Rajendra (1):
[9cafe2a] generic/273: Remove hard coded block size
Darrick J. Wong (1):
[45da5f5] block: test fallocate for block devices
Dave Chinner (2):
[9ad045a] config: git should ignore config files in config directory
[048edf0] generic: renumber tests after merge
Eric Sandeen (2):
[4b52fff] dm-thinp helpers in common/dmthin
[1c29986] dm-thinp demo test
Eryu Guan (2):
[7898fdf] xfs/259: test more block sizes and handle minimum block size correctly
[598600c] fstests: fix various $seqres.full issues
Filipe Manana (2):
[31247b3] generic: test fsync after adding a link and moving other inode
[238397d] generic: test creating a symlink and then fsync its parent directory
Jan Kara (5):
[ea99149] generic/340: Remove second fallocate test
[96a3ad1] generic: Test races between mmap and normal writes
[9e8b4e2] generic: Test races between mmap and normal write for prefaulted ranges
[507d315] generic: Test races between processes doing mmap writes
[d0ec5f5] generic/038: Avoid EBUSY errors on umount
Mark Fasheh (2):
[c9be5ca] btrfs: test snapshot create with invalid parent qgroup
[5da816d] btrfs: Test that qgroup counts are valid after snapshot creation
Omar Sandoval (2):
[0a9b318] btrfs: add replace missing and replace RAID 5/6 to profile configs
[29d3a3e] btrfs: add test for replacing a missing device
Omer Zilberberg (1):
[96c8c4d] gitignore: add src/holetest
Qu Wenruo (1):
[b4e06bf] btrfs/091: Disable compress to avoid output dismatch
Xiaoguang Wang (1):
[f614c27] common/populate: remove unnecessary devices directory creation
Xiong Zhou (3):
[a175556] overlay: test basic whiteout
[8582e24] overlay: notrun if upper fs does not support d_type
[bf46f47] overlay: test copy up by changing mode bits
Zorro Lang (1):
[40442d1] xfs/299: fix variable name typo
Code Diffstat:
.gitignore | 4 +
common/dmthin | 239 +++++++++++++++++++++++++++++++++++++++++++++++++++++
common/populate | 2 -
common/rc | 111 ++++++++++++++-----------
common/scsi_debug | 6 +-
src/holetest.c | 183 ++++++++++++++++++++++++++--------------
tests/btrfs/027 | 119 ++++++++++++++++++++++++++
tests/btrfs/027.out | 2 +
tests/btrfs/091 | 3 +-
tests/btrfs/121 | 68 +++++++++++++++
tests/btrfs/121.out | 2 +
tests/btrfs/122 | 88 ++++++++++++++++++++
tests/btrfs/122.out | 1 +
tests/btrfs/group | 3 +
tests/ext4/301 | 1 +
tests/ext4/302 | 1 +
tests/ext4/303 | 1 +
tests/ext4/304 | 1 +
tests/ext4/307 | 1 +
tests/generic/038 | 15 +++-
tests/generic/161 | 2 +-
tests/generic/162 | 2 +-
tests/generic/163 | 2 +-
tests/generic/164 | 2 +-
tests/generic/165 | 2 +-
tests/generic/166 | 2 +-
tests/generic/167 | 2 +-
tests/generic/168 | 2 +-
tests/generic/170 | 2 +-
tests/generic/231 | 1 +
tests/generic/273 | 8 +-
tests/generic/333 | 2 +-
tests/generic/334 | 2 +-
tests/generic/340 | 1 -
tests/generic/340.out | 18 ----
tests/generic/343 | 86 +++++++++++++++++++
tests/generic/343.out | 11 +++
tests/generic/344 | 60 ++++++++++++++
tests/generic/344.out | 73 ++++++++++++++++
tests/generic/345 | 59 +++++++++++++
tests/generic/345.out | 73 ++++++++++++++++
tests/generic/346 | 58 +++++++++++++
tests/generic/346.out | 55 ++++++++++++
tests/generic/347 | 83 +++++++++++++++++++
tests/generic/347.out | 2 +
tests/generic/348 | 84 +++++++++++++++++++
tests/generic/348.out | 4 +
tests/generic/349 | 89 ++++++++++++++++++++
tests/generic/349.out | 11 +++
tests/generic/350 | 86 +++++++++++++++++++
tests/generic/350.out | 10 +++
tests/generic/351 | 130 +++++++++++++++++++++++++++++
tests/generic/351.out | 32 +++++++
tests/generic/group | 9 ++
tests/overlay/003 | 98 ++++++++++++++++++++++
tests/overlay/003.out | 2 +
tests/overlay/004 | 97 ++++++++++++++++++++++
tests/overlay/004.out | 5 ++
tests/overlay/group | 2 +
tests/xfs/104 | 2 +
tests/xfs/109 | 1 +
tests/xfs/122 | 2 +
tests/xfs/164 | 1 +
tests/xfs/227 | 2 -
tests/xfs/244 | 1 +
tests/xfs/259 | 47 +++++------
tests/xfs/259.out | 20 ++++-
tests/xfs/261 | 1 +
tests/xfs/278 | 3 +-
tests/xfs/299 | 2 +-
tests/xfs/304 | 1 +
tests/xfs/305 | 1 +
72 files changed, 2023 insertions(+), 181 deletions(-)
create mode 100644 common/dmthin
create mode 100755 tests/btrfs/027
create mode 100644 tests/btrfs/027.out
create mode 100755 tests/btrfs/121
create mode 100644 tests/btrfs/121.out
create mode 100755 tests/btrfs/122
create mode 100644 tests/btrfs/122.out
create mode 100755 tests/generic/343
create mode 100644 tests/generic/343.out
create mode 100644 tests/generic/344
create mode 100644 tests/generic/344.out
create mode 100644 tests/generic/345
create mode 100644 tests/generic/345.out
create mode 100644 tests/generic/346
create mode 100644 tests/generic/346.out
create mode 100755 tests/generic/347
create mode 100644 tests/generic/347.out
create mode 100755 tests/generic/348
create mode 100644 tests/generic/348.out
create mode 100755 tests/generic/349
create mode 100644 tests/generic/349.out
create mode 100755 tests/generic/350
create mode 100644 tests/generic/350.out
create mode 100755 tests/generic/351
create mode 100644 tests/generic/351.out
create mode 100755 tests/overlay/003
create mode 100644 tests/overlay/003.out
create mode 100755 tests/overlay/004
create mode 100644 tests/overlay/004.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-05-09 6:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-09 6:17 [ANNOUNCE] fstests: master branch updated to 048edf0 Dave Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox