summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.h
AgeCommit message (Collapse)AuthorFilesLines
2007-08-30Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason1-1/+14
Signed-off-by: Chris Mason <chris.mason@oracle.com>
2007-08-28Btrfs: Add delayed allocation to the extent based page tree codeChris Mason1-0/+3
Signed-off-by: Chris Mason <chris.mason@oracle.com>
2007-08-28Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason1-0/+89
instead of buffer heads. Signed-off-by: Chris Mason <chris.mason@oracle.com>