Btrfsck: add the ability to prune corrupt extent allocation tree blocks
authorChris Mason <chris.mason@oracle.com>
Tue, 21 Feb 2012 19:37:21 +0000 (14:37 -0500)
committerChris Mason <chris.mason@oracle.com>
Tue, 21 Feb 2012 19:37:21 +0000 (14:37 -0500)
commitaf00db292e74b22c51cd95f1db5db2a594804d09
tree6370b8f894c5779bf6c57dd2a4e8fc45d1593e79
parent62b79931546bca1b95a4b23ecec8378c372b26f7
Btrfsck: add the ability to prune corrupt extent allocation tree blocks

When we discover bad blocks in the extent allocation tree, repair can
now discard them and recreate the references from the rest of the trees.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
Makefile
btrfs-corrupt-block.c
btrfsck.c
ctree.c
ctree.h
repair.c [new file with mode: 0644]
repair.h [new file with mode: 0644]