btrfs-progs: tests: add support for converting reiserfs
authorJeff Mahoney <jeffm@suse.com>
Tue, 22 Aug 2017 16:32:57 +0000 (18:32 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (16:15 +0200)
commite75f466ddd8138093b5355af9fda24ca204bce58
treeda24f71cfff5d4eeefee0f70c43f6d217819e5b7
parent99340c2ef762f3da92e4bb4ce3b2f6d5fc6ef9d0
btrfs-progs: tests: add support for converting reiserfs

Many of the test cases for convert apply regardless of what the source
file system is and using ext4 is sufficient.  I've included several
test cases that are reiserfs-specific.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
[ patch split from the previous one, minor cleanups in common.convert ]
Signed-off-by: David Sterba <dsterba@suse.com>
tests/common.convert
tests/convert-tests/010-reiserfs-basic/test.sh [new file with mode: 0755]
tests/convert-tests/011-reiserfs-delete-all-rollback/test.sh [new file with mode: 0755]
tests/convert-tests/012-reiserfs-large-hole-extent/test.sh [new file with mode: 0755]
tests/convert-tests/013-reiserfs-common-inode-flags/test.sh [new file with mode: 0755]
tests/convert-tests/014-reiserfs-tail-handling/test.sh [new file with mode: 0755]