summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.h
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason2008-09-251-2/+2
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-5/+5
* Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason2008-09-251-1/+3
* Btrfs: Stop using radix trees for the block group cacheChris Mason2008-09-251-0/+4
* Btrfs: Fix extent_buffer and extent_state leaksChris Mason2008-09-251-0/+2
* Btrfs: Avoid memcpy where possible in extent_buffersChris Mason2008-09-251-3/+2Star
* Btrfs: Optimizations for the extent_buffer codeChris Mason2008-09-251-1/+1
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-2/+73
* Btrfs: factor page private preparations into a helperChristoph Hellwig2008-09-251-0/+1
* Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig2007-09-111-0/+1
* Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig2007-09-111-0/+2
* Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason2007-08-301-1/+14
* Btrfs: Add delayed allocation to the extent based page tree codeChris Mason2007-08-271-0/+3
* Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason2007-08-271-0/+89