summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-11Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig1-0/+2
2007-09-11Btrfs: [PATCH] extent_map: make the writepage_io hook optionalChristoph Hellwig1-1/+6
2007-09-11Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig1-0/+19
2007-09-11Btrfs: [PATCH] extent_map: fix locking for bio completionChristoph Hellwig1-6/+8
2007-09-11Btrfs: Reorder tests in set_extent_bit to properly find holesChris Mason1-22/+22
2007-09-11Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason1-6/+10
2007-08-30Btrfs: fsx delalloc fixesChris Mason1-2/+7
2007-08-30Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason1-10/+84
2007-08-28Btrfs: Add delayed allocation to the extent based page tree codeChris Mason1-35/+112
2007-08-28Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason1-0/+1656