All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] some backlog patches and new test and fixes
@ 2015-03-20 10:16 Eryu Guan
  2015-03-20 10:16 ` [PATCH 1/9 RESEND] generic: test some mount/umount corner cases Eryu Guan
                   ` (8 more replies)
  0 siblings, 9 replies; 41+ messages in thread
From: Eryu Guan @ 2015-03-20 10:16 UTC (permalink / raw)
  To: fstests; +Cc: Eryu Guan

First five patches are backlogs from last fstests update(but rebased on current
master and renumbered). The sixth patch is a new test case. And the last three
patches are random fixes.

Any reviews are welcomed!

Thanks,
Eryu

Eryu Guan (9):
  generic: test some mount/umount corner cases
  generic: test quota handling on remount ro failure
  generic: test hardlink to unlinked file
  shared: test truncate orphan inodes when mounting extN
  generic: test fs freeze/unfreeze and mount/umount race
  generic: test I/O error path by fully filling dm snapshot
  common: recognise NFS export over IPv6 in _require_scratch_nocheck()
  xfs/014: replace df with $DF_PROG
  generic/077: add missing _require_scratch

 common/config         |   1 +
 common/rc             |   6 ++-
 tests/generic/067     | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/generic/067.out |   2 +
 tests/generic/072     |  69 ++++++++++++++++++++++++
 tests/generic/072.out |   3 ++
 tests/generic/073     |  99 ++++++++++++++++++++++++++++++++++
 tests/generic/073.out |   2 +
 tests/generic/077     |   1 +
 tests/generic/080     |  98 ++++++++++++++++++++++++++++++++++
 tests/generic/080.out |   2 +
 tests/generic/081     |  79 ++++++++++++++++++++++++++++
 tests/generic/081.out |   2 +
 tests/generic/group   |   5 ++
 tests/shared/001      |  71 +++++++++++++++++++++++++
 tests/shared/001.out  |   2 +
 tests/shared/group    |   1 +
 tests/xfs/014         |   2 +-
 18 files changed, 585 insertions(+), 3 deletions(-)
 create mode 100755 tests/generic/067
 create mode 100644 tests/generic/067.out
 create mode 100755 tests/generic/072
 create mode 100644 tests/generic/072.out
 create mode 100755 tests/generic/073
 create mode 100644 tests/generic/073.out
 create mode 100755 tests/generic/080
 create mode 100644 tests/generic/080.out
 create mode 100755 tests/generic/081
 create mode 100644 tests/generic/081.out
 create mode 100755 tests/shared/001
 create mode 100644 tests/shared/001.out

-- 
2.1.0


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

end of thread, other threads:[~2015-04-07  1:36 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-20 10:16 [PATCH 0/9] some backlog patches and new test and fixes Eryu Guan
2015-03-20 10:16 ` [PATCH 1/9 RESEND] generic: test some mount/umount corner cases Eryu Guan
2015-03-25 19:32   ` Brian Foster
2015-03-20 10:16 ` [PATCH 2/9 RESEND] generic: test quota handling on remount ro failure Eryu Guan
2015-03-25 19:32   ` Brian Foster
2015-04-01  6:06     ` Eryu Guan
2015-04-01 14:13       ` Brian Foster
2015-03-20 10:16 ` [PATCH 3/9 RESEND] generic: test hardlink to unlinked file Eryu Guan
2015-03-25 19:32   ` Brian Foster
2015-03-27 10:10     ` Eryu Guan
2015-04-01 13:48   ` [PATCH v2 3/9] " Eryu Guan
2015-04-01 17:54     ` Brian Foster
2015-04-02  2:59       ` Eryu Guan
2015-04-02 11:17         ` Brian Foster
2015-03-20 10:16 ` [PATCH 4/9 RESEND] shared: test truncate orphan inodes when mounting extN Eryu Guan
2015-03-20 10:16 ` [PATCH 5/9 RESEND] generic: test fs freeze/unfreeze and mount/umount race Eryu Guan
2015-03-25 19:44   ` Brian Foster
2015-03-27  8:46     ` Eryu Guan
2015-03-27 12:10       ` Brian Foster
2015-03-27 13:38         ` Eryu Guan
2015-04-01 13:53   ` [PATCH v2 5/9] " Eryu Guan
2015-04-01 17:56     ` Brian Foster
2015-04-02 12:15       ` Eryu Guan
2015-03-20 10:16 ` [PATCH 6/9] generic: test I/O error path by fully filling dm snapshot Eryu Guan
2015-03-25 23:08   ` Brian Foster
2015-03-27  7:38     ` Eryu Guan
2015-03-27 12:10       ` Brian Foster
2015-04-01 13:54   ` Eryu Guan
2015-04-01 17:57     ` Brian Foster
2015-04-01 22:29       ` Dave Chinner
2015-04-02  4:10         ` Eryu Guan
2015-04-02 11:11           ` Brian Foster
2015-04-07  1:36             ` Dave Chinner
2015-04-01 22:41     ` Dave Chinner
2015-04-02 12:08       ` Eryu Guan
2015-03-20 10:16 ` [PATCH 7/9] common: recognise NFS export over IPv6 in _require_scratch_nocheck() Eryu Guan
2015-03-25 23:08   ` Brian Foster
2015-03-20 10:16 ` [PATCH 8/9] xfs/014: replace df with $DF_PROG Eryu Guan
2015-03-25 23:08   ` Brian Foster
2015-03-20 10:16 ` [PATCH 9/9] generic/077: add missing _require_scratch Eryu Guan
2015-03-25 23:08   ` Brian Foster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.