aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/check-integrity.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason1-1/+1
The enospc tracing code added some interesting uses of u64 pointer casts. Signed-off-by: Chris Mason <[email protected]>
2012-02-10BTRFS: Don't include disk-io.h twice in check-integrity.cJesper Juhl1-1/+0
Once should be enough. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2012-01-26Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.cStefan Behrens1-5/+6
There have been 4 warnings on 32-bit build, they are herewith fixed. Signed-off-by: Stefan Behrens <[email protected]> Signed-off-by: Chris Mason <[email protected]>
2011-12-21Btrfs: add optional integrity check codeStefan Behrens1-0/+3068
The two files added in this patch contain all the code that is required to implement the integrity checks. Signed-off-by: Stefan Behrens <[email protected]>