aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c
Commit message (Expand)AuthorAge
...
* Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason2008-09-25
* Btrfs: Fix extent_map leak in extent_bmapYan2008-09-25
* Btrfs: Off by one fixes in extent_map.cYan2008-09-25
* Btrfs: Avoid recursive KM_USER1 mappings in copy_extent_bufferChris Mason2008-09-25
* Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason2008-09-25
* Btrfs: Fix read/write_extent_buffer to use KM_USER1 instead of KM_USER0Chris Mason2008-09-25
* Btrfs: Fix bi_end_io() functions on > 2.6.23 kernelsJens Axboe2008-09-25
* btrfs: 32-bit type problemsJens Axboe2008-09-25
* Btrfs: Add back file data checksummingChris Mason2008-09-25
* Btrfs: Add back metadata checksummingChris Mason2008-09-25
* Btrfs: extent_map optimizations to cut down on CPU usageChris Mason2008-09-25
* Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason2008-09-25
* Btrfs: Fix allocation routines to avoid intermixing data and metadata allocat...Chris Mason2008-09-25
* Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason2008-09-25
* Btrfs: Cache extent buffer mappingsChris Mason2008-09-25
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-25
* Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason2008-09-25
* Btrfs: Stop using radix trees for the block group cacheChris Mason2008-09-25
* Btrfs: Fix extent_buffer and extent_state leaksChris Mason2008-09-25
* Btrfs: Go back to kmaps instead of page_address in extent_buffersChris Mason2008-09-25
* Btrfs: Avoid memcpy where possible in extent_buffersChris Mason2008-09-25
* Btrfs: Optimizations for the extent_buffer codeChris Mason2008-09-25
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-25
* Btrfs: factor page private preparations into a helperChristoph Hellwig2008-09-25
* Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig2007-09-10
* Btrfs: [PATCH] extent_map: make the writepage_io hook optionalChristoph Hellwig2007-09-10
* Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig2007-09-10
* Btrfs: [PATCH] extent_map: fix locking for bio completionChristoph Hellwig2007-09-10
* Btrfs: Reorder tests in set_extent_bit to properly find holesChris Mason2007-09-10
* Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason2007-09-10
* Btrfs: fsx delalloc fixesChris Mason2007-08-30
* Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason2007-08-30
* Btrfs: Add delayed allocation to the extent based page tree codeChris Mason2007-08-27
* Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason2007-08-27