public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH-v2 00/13] fix up various tmpfs failures
@ 2016-02-11  5:56 Theodore Ts'o
  2016-02-11  5:56 ` [PATCH 01/13] check: avoid spurious complaints that tests/$FSTYP/group does not exist Theodore Ts'o
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Theodore Ts'o @ 2016-02-11  5:56 UTC (permalink / raw)
  To: fstests; +Cc: hughd, Theodore Ts'o

This patch series should address all of the review comments from v1.

In particular, I've added a sanity check to make sure there is enough
memory available for creating the scratch file system in
_scratch_mkfs_sized.  I've also removed generic/125, and dropped the
patch to disable generic/027 for tmpfs.

Hugh Dickins (7):
  common: _scratch_mkfs_sized() for tmpfs
  generic: use mount point instead of device name
  generic: require fiemap for generic/009
  xfstests: remove dependency on /proc/partitions for generic/312
  xfstests: generic/079 and generic/277 requires chattr, not xattrs
  xfstests: add executable permission to tests
  xfstests: increase tmpfs memory size

Junho Ryu (2):
  xfstests: do not unmount tmpfs during remount
  generic: do not unmount before calling _check_scratch_fs()

Theodore Ts'o (4):
  check: avoid spurious complaints that tests/$FSTYP/group does not
    exist
  generic: remove the generic/125 test
  generic: add _require_odirect to generic/113 and generic/214
  common: remove unneeded mount options for ext4

 check                 |  6 +++++
 common/config         |  7 ++++--
 common/rc             | 54 +++++++++++++++++++++++++++++++++++++++-
 tests/btrfs/026       |  0
 tests/btrfs/104       |  0
 tests/btrfs/114       |  0
 tests/generic/003     | 12 +++------
 tests/generic/009     |  2 ++
 tests/generic/053     |  2 --
 tests/generic/053.out |  2 --
 tests/generic/058     |  0
 tests/generic/060     |  0
 tests/generic/061     |  0
 tests/generic/063     |  0
 tests/generic/079     |  2 +-
 tests/generic/092     |  0
 tests/generic/094     |  0
 tests/generic/103     |  0
 tests/generic/113     |  1 +
 tests/generic/125     | 68 ---------------------------------------------------
 tests/generic/135     | 17 +++----------
 tests/generic/169     | 20 +++++----------
 tests/generic/169.out |  6 ++---
 tests/generic/192     |  3 +--
 tests/generic/214     |  1 +
 tests/generic/226     |  3 +--
 tests/generic/258     |  3 +--
 tests/generic/273     |  2 +-
 tests/generic/277     |  2 +-
 tests/generic/306     |  3 +--
 tests/generic/312     | 13 ++++++----
 tests/generic/317     |  3 +--
 tests/generic/318     |  3 +--
 tests/generic/group   |  1 -
 tests/xfs/140         |  0
 35 files changed, 100 insertions(+), 136 deletions(-)
 mode change 100644 => 100755 tests/btrfs/026
 mode change 100644 => 100755 tests/btrfs/104
 mode change 100644 => 100755 tests/btrfs/114
 mode change 100644 => 100755 tests/generic/058
 mode change 100644 => 100755 tests/generic/060
 mode change 100644 => 100755 tests/generic/061
 mode change 100644 => 100755 tests/generic/063
 mode change 100644 => 100755 tests/generic/092
 mode change 100644 => 100755 tests/generic/094
 mode change 100644 => 100755 tests/generic/103
 delete mode 100755 tests/generic/125
 mode change 100644 => 100755 tests/xfs/140

-- 
2.5.0


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-02-12  5:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11  5:56 [PATCH-v2 00/13] fix up various tmpfs failures Theodore Ts'o
2016-02-11  5:56 ` [PATCH 01/13] check: avoid spurious complaints that tests/$FSTYP/group does not exist Theodore Ts'o
2016-02-11  5:56 ` [PATCH 02/13] common: _scratch_mkfs_sized() for tmpfs Theodore Ts'o
2016-02-11  5:56 ` [PATCH 03/13] generic: use mount point instead of device name Theodore Ts'o
2016-02-11  5:56 ` [PATCH 04/13] generic: remove the generic/125 test Theodore Ts'o
2016-02-12  5:29   ` Eryu Guan
2016-02-11  5:56 ` [PATCH 05/13] generic: add _require_odirect to generic/113 and generic/214 Theodore Ts'o
2016-02-11  5:56 ` [PATCH 06/13] xfstests: do not unmount tmpfs during remount Theodore Ts'o
2016-02-11  5:56 ` [PATCH 07/13] generic: do not unmount before calling _check_scratch_fs() Theodore Ts'o
2016-02-11  5:56 ` [PATCH 08/13] generic: require fiemap for generic/009 Theodore Ts'o
2016-02-11  5:56 ` [PATCH 09/13] xfstests: remove dependency on /proc/partitions for generic/312 Theodore Ts'o
2016-02-11  5:56 ` [PATCH 10/13] xfstests: generic/079 and generic/277 requires chattr, not xattrs Theodore Ts'o
2016-02-11  5:56 ` [PATCH 11/13] xfstests: add executable permission to tests Theodore Ts'o
2016-02-11  5:56 ` [PATCH 12/13] xfstests: increase tmpfs memory size Theodore Ts'o
2016-02-11  5:56 ` [PATCH 13/13] common: remove unneeded mount options for ext4 Theodore Ts'o
2016-02-12  3:57   ` Dave Chinner
2016-02-12  5:41     ` Theodore Ts'o

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