All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] xfstests: fixes for the free inode btree
@ 2014-05-02 17:13 Brian Foster
  2014-05-02 17:13 ` [PATCH 1/5] xfs/030: filter out extra repair noise for finobt enabled fs' Brian Foster
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Brian Foster @ 2014-05-02 17:13 UTC (permalink / raw)
  To: xfs

Hi all,

This series is a few xfstests fixes and addons for the finobt. Patch 1
fixes xfs/030 to work correctly on finobt-enabled filesystems. Patches 2
and 3 add support for finobt-oriented tests via require functions and
repair filter updates. Patch 4 adds a new test for targeted repair of
finobt filesystems. Patch 5 adds a stress test that creates/modifies a
sparsely allocated set of inodes to effectively exercise the finobt in
conjunction with an fsstress workload.

xfs/010 runs very quickly. xfs/013 runs for 5-10 minutes on my smallish
VM running against a single spindle, so I've been back and forth on
whether it should be part of the auto group. Thoughts, reviews, flames
appreciated...

Brian

Brian Foster (5):
  xfs/030: filter out extra repair noise for finobt enabled fs'
  xfstests: add _require_xfs_[mkfs_]finobt() checks for finobt tests
  xfstests: filter agno/ino repair output for finobt
  xfs/010: test repair for finobt corruption
  xfs/013: stress the free inode btree

 common/rc         |  18 +++++++
 common/repair     |   2 +
 tests/xfs/010     | 133 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/010.out |  57 ++++++++++++++++++++
 tests/xfs/013     | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/013.out |   7 +++
 tests/xfs/030     |   3 +-
 tests/xfs/group   |   2 +
 8 files changed, 376 insertions(+), 1 deletion(-)
 create mode 100755 tests/xfs/010
 create mode 100644 tests/xfs/010.out
 create mode 100755 tests/xfs/013
 create mode 100644 tests/xfs/013.out

-- 
1.8.3.1

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2014-05-21 11:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-02 17:13 [PATCH 0/5] xfstests: fixes for the free inode btree Brian Foster
2014-05-02 17:13 ` [PATCH 1/5] xfs/030: filter out extra repair noise for finobt enabled fs' Brian Foster
2014-05-02 17:13 ` [PATCH 2/5] xfstests: add _require_xfs_[mkfs_]finobt() checks for finobt tests Brian Foster
2014-05-02 17:14 ` [PATCH 3/5] xfstests: filter agno/ino repair output for finobt Brian Foster
2014-05-02 17:14 ` [PATCH 4/5] xfs/010: test repair for finobt corruption Brian Foster
2014-05-02 17:14 ` [PATCH 5/5] xfs/013: stress the free inode btree Brian Foster
2014-05-02 23:48 ` [PATCH 0/5] xfstests: fixes for " Dave Chinner
2014-05-05 11:34   ` Brian Foster
2014-05-21  0:20     ` Dave Chinner
2014-05-21 11:31       ` 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.