aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-25/+66
* Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason2008-09-251-2/+3
* Btrfs: Stop using radix trees for the block group cacheChris Mason2008-09-251-2/+16
* Btrfs: Fix extent_buffer and extent_state leaksChris Mason2008-09-251-11/+53
* Btrfs: Go back to kmaps instead of page_address in extent_buffersChris Mason2008-09-251-31/+19
* Btrfs: Avoid memcpy where possible in extent_buffersChris Mason2008-09-251-30/+102
* Btrfs: Optimizations for the extent_buffer codeChris Mason2008-09-251-3/+8
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-16/+656
* Btrfs: factor page private preparations into a helperChristoph Hellwig2008-09-251-25/+15
* Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig2007-09-101-0/+2
* Btrfs: [PATCH] extent_map: make the writepage_io hook optionalChristoph Hellwig2007-09-101-1/+6
* Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig2007-09-101-0/+19
* Btrfs: [PATCH] extent_map: fix locking for bio completionChristoph Hellwig2007-09-101-6/+8
* Btrfs: Reorder tests in set_extent_bit to properly find holesChris Mason2007-09-101-22/+22
* Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason2007-09-101-6/+10
* Btrfs: fsx delalloc fixesChris Mason2007-08-301-2/+7
* Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason2007-08-301-10/+84
* Btrfs: Add delayed allocation to the extent based page tree codeChris Mason2007-08-271-35/+112
* Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason2007-08-271-0/+1656