summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Return value checking in module initWyatt Banks
2008-09-25Btrfs: Fix extent bit range testingChris Mason
2008-09-25Btrfs: Add readpages supportChris Mason
2008-09-25Btrfs: Avoid extent_buffer lru corruptionChris Mason
2008-09-25Btrfs: Fix failure cleanups when allocating extent buffers failChris Mason
2008-09-25Btrfs: Add writepages supportChris Mason
2008-09-25Btrfs: small fixes for find_lock_delalloc_range.Yan
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason
2008-09-25Btrfs: Fix extent_map leak in extent_bmapYan
2008-09-25Btrfs: Off by one fixes in extent_map.cYan
2008-09-25Btrfs: Avoid recursive KM_USER1 mappings in copy_extent_bufferChris Mason
2008-09-25Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason
2008-09-25Btrfs: Fix read/write_extent_buffer to use KM_USER1 instead of KM_USER0Chris Mason
2008-09-25Btrfs: Fix bi_end_io() functions on > 2.6.23 kernelsJens Axboe
2008-09-25btrfs: 32-bit type problemsJens Axboe
2008-09-25Btrfs: Add back file data checksummingChris Mason
2008-09-25Btrfs: Add back metadata checksummingChris Mason
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason
2008-09-25Btrfs: Fix allocation routines to avoid intermixing data and metadata allocat...Chris Mason
2008-09-25Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...Chris Mason
2008-09-25Btrfs: Cache extent buffer mappingsChris Mason
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason
2008-09-25Btrfs: Stop using radix trees for the block group cacheChris Mason
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason
2008-09-25Btrfs: Go back to kmaps instead of page_address in extent_buffersChris Mason
2008-09-25Btrfs: Avoid memcpy where possible in extent_buffersChris Mason
2008-09-25Btrfs: Optimizations for the extent_buffer codeChris Mason
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason
2008-09-25Btrfs: factor page private preparations into a helperChristoph Hellwig
2007-09-10Btrfs: [PATCH] extent_map: add writepage_end_io hookChristoph Hellwig
2007-09-10Btrfs: [PATCH] extent_map: make the writepage_io hook optionalChristoph Hellwig
2007-09-10Btrfs: [PATCH] extent_map: provide generic bmapChristoph Hellwig
2007-09-10Btrfs: [PATCH] extent_map: fix locking for bio completionChristoph Hellwig
2007-09-10Btrfs: Reorder tests in set_extent_bit to properly find holesChris Mason
2007-09-10Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason
2007-08-30Btrfs: fsx delalloc fixesChris Mason
2007-08-30Btrfs: Add file data csums back in via hooks in the extent map codeChris Mason
2007-08-27Btrfs: Add delayed allocation to the extent based page tree codeChris Mason
2007-08-27Btrfs: Extent based page cache code. This uses an rbtree of extents and testsChris Mason