aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Use an array of pages in the extent buffers to reduce the cost of find_get_pageChris Mason1-2/+2
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-5/+5
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map treesChris Mason1-1/+3
2008-09-25Btrfs: Stop using radix trees for the block group cacheChris Mason1-0/+4
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason1-0/+2
2008-09-25Btrfs: Avoid memcpy where possible in extent_buffersChris Mason1-3/+2
2008-09-25Btrfs: Optimizations for the extent_buffer codeChris Mason1-1/+1
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-2/+73
2008-09-25Btrfs: factor page private preparations into a helperChristoph Hellwig1-0/+1
2007-09-10Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig1-0/+1
2007-09-10Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig1-0/+2
2007-08-30Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason1-1/+14
2007-08-27Btrfs: Add delayed allocation to the extent based page tree codeChris Mason1-0/+3
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason1-0/+89