summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason
2008-09-25Btrfs: Implement generation numbers in block pointersChris Mason
2008-09-25Btrfs: Fix extent allocation for btree blocks as the disk fillsChris Mason
2008-09-25Btrfs: Add simple stripe size parameterChris Mason
2008-09-25btrfs_drop_extents: make sure the item is getting smaller before truncateChris Mason
2008-09-25Btrfs: Handle writeback under high memory pressure betterChris Mason
2008-09-25Btrfs: Add check for null block group to find_search_startChris Mason
2008-09-25Btrfs: Off by one fixes for extent-tree.cYan
2008-09-25Btrfs: Add full_scan parameter to find_search_startYan
2008-09-25Btrfs: Add block group pinned accounting backYan
2008-09-25Btrfs: Allow large data extents in a single file to span into metadata block ...Chris Mason
2008-09-25Btrfs: Optimize allocations as we need to mix data and metadata into one groupChris Mason
2008-09-25Btrfs: Properly update free space cache in __free_extentYan
2008-09-25Btrfs: Fix typo and memory leak in extent-tree.cYan
2008-09-25btrfs: 32-bit type problemsJens Axboe
2008-09-25Btrfs: Add back metadata checksummingChris Mason
2008-09-25Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris 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: Add back the online defragging codeChris 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: Create extent_buffer interface for large blocksizesChris Mason
2008-09-25Btrfs: Fix duplicate ENOSPC checks in find_free_extentChris Mason
2008-09-25Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason
2007-09-14Btrfs: Fix cache_block_group to catch holes at the start of the groupYan
2007-08-29Btrfs: Fix oopsen in extent_tree.c during enospcYan
2007-08-29Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik
2007-08-27Btrfs: Add delayed allocation to the extent based page tree codeChris Mason
2007-08-27Btrfs: Do more extensive readahead during tree searchesChris Mason
2007-08-10Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason
2007-08-08Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason
2007-08-08Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason
2007-08-08Btrfs: Let some locks go during defrag and snapshot droppingChris Mason
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason
2007-08-07Btrfs: Fold some btree readahead routines into something more generic.Chris Mason
2007-08-07Btrfs: Do snapshot deletion in smaller chunks.Chris Mason
2007-07-11Btrfs: trivial include fixupsZach Brown
2007-06-28Btrfs: crash recovery fixesChris Mason
2007-06-26Btrfs: Allow find_free_extent callers to pass in an exclusion rangeChris Mason
2007-06-26Btrfs: Fix super block updates during transaction commitChris Mason
2007-06-22Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason
2007-06-19Btrfs: reada while dropping snapshotsChris Mason
2007-06-19Btrfs: cache the extent tree preallocationChris Mason
2007-06-18Subject: Rework btrfs_file_write to only allocate while page locks are heldChris Mason
2007-06-13btrfs: Code cleanupAneesh