summaryrefslogtreecommitdiff
path: root/repair.h
Commit message (Collapse)AuthorAgeFilesLines
* btrfs-progs: add missing includes to header filesDavid Sterba2015-06-101-0/+2
| | | | | | | Add includes that let the header files compile or add explicit include of kerncompat if the uXX types are used. Signed-off-by: David Sterba <dsterba@suse.cz>
* btrfs-progs: unify header file inclusion protectionsDavid Sterba2015-01-211-2/+2
| | | | | | There are missing ifdefs or defines with very generic names. Signed-off-by: David Sterba <dsterba@suse.cz>
* Btrfsck: add the ability to prune corrupt extent allocation tree blocksChris Mason2012-02-211-0/+32
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>