All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xfstest btrfs/316: test send / receive (was: btrfs/314)
@ 2013-07-24 15:07 ` Jan Schmidt
  0 siblings, 0 replies; 10+ messages in thread
From: Jan Schmidt @ 2013-07-24 15:07 UTC (permalink / raw)
  To: xfs; +Cc: linux-btrfs, sbehrens

From: root <root@zarzz.(none)>

These two patches add the announced tests for btrfs send / receive. As
requested, the fssum tool is now included.

One drawback is that I'm unable to edit configure.ac or whatever needs
to be modified in an autotools preferred way. Any hints appreciated,
preferrably hints containing all the modifications required to introduce
something like HAVE_SEEK_HOLE.

I do not want to make modifications to fssum.c here, if that's
absolutely required (because one /could/ get along using linux/fs.h,
which is not the way I would like to go), I'd like to have that changed
in the far-progs repository where fssum.c comes from as well.

Jan Schmidt (2):
  xfstests: add fssum tool
  xfstests btrfs/316: test send / receive

 .gitignore          |    1 +
 README              |    3 +
 common/config       |    2 +
 src/Makefile        |   11 +-
 src/fssum.c         |  819 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/316     |  113 +++++++
 tests/btrfs/316.out |    4 +
 tests/btrfs/group   |    1 +
 8 files changed, 953 insertions(+), 1 deletions(-)
 create mode 100644 src/fssum.c
 create mode 100755 tests/btrfs/316
 create mode 100644 tests/btrfs/316.out

-- 
1.7.2.5


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

end of thread, other threads:[~2013-08-06 20:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-24 15:07 [PATCH v2 0/2] xfstest btrfs/316: test send / receive (was: btrfs/314) Jan Schmidt
2013-07-24 15:07 ` Jan Schmidt
2013-07-24 15:07 ` [PATCH v2 1/2] xfstests: add fssum tool Jan Schmidt
2013-07-24 15:07   ` Jan Schmidt
2013-08-06 20:42   ` Josef Bacik
2013-08-06 20:42     ` Josef Bacik
2013-07-24 15:07 ` [PATCH v2 2/2] xfstests btrfs/316: test send / receive Jan Schmidt
2013-07-24 15:07   ` Jan Schmidt
2013-08-06 20:43   ` Josef Bacik
2013-08-06 20:43     ` Josef Bacik

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.