summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Reorder extent back refs to differentiate btree blocks from file dataChris Mason2008-09-251-8/+8
* Fix btrfs_inc_ref to add backref hintsChris Mason2008-09-251-2/+4
* Btrfs: Extra NULL block group checks in find_free_extentChris Mason2008-09-251-0/+6
* Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason2008-09-251-1/+101
* Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason2008-09-251-62/+311
* Btrfs: Implement generation numbers in block pointersChris Mason2008-09-251-2/+58
* Btrfs: Fix extent allocation for btree blocks as the disk fillsChris Mason2008-09-251-11/+17
* Btrfs: Add simple stripe size parameterChris Mason2008-09-251-8/+28
* btrfs_drop_extents: make sure the item is getting smaller before truncateChris Mason2008-09-251-0/+8
* Btrfs: Handle writeback under high memory pressure betterChris Mason2008-09-251-1/+1
* Btrfs: Add check for null block group to find_search_startChris Mason2008-09-251-0/+3
* Btrfs: Off by one fixes for extent-tree.cYan2008-09-251-7/+3
* Btrfs: Add full_scan parameter to find_search_startYan2008-09-251-8/+6
* Btrfs: Add block group pinned accounting backYan2008-09-251-14/+40
* Btrfs: Allow large data extents in a single file to span into metadata block ...Chris Mason2008-09-251-6/+30
* Btrfs: Optimize allocations as we need to mix data and metadata into one groupChris Mason2008-09-251-6/+36
* Btrfs: Properly update free space cache in __free_extentYan2008-09-251-2/+4
* Btrfs: Fix typo and memory leak in extent-tree.cYan2008-09-251-6/+8
* btrfs: 32-bit type problemsJens Axboe2008-09-251-4/+4
* Btrfs: Add back metadata checksummingChris Mason2008-09-251-0/+4
* Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason2008-09-251-1/+1
* Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason2008-09-251-1/+0
* Btrfs: Fix allocation routines to avoid intermixing data and metadata allocat...Chris Mason2008-09-251-16/+22
* Btrfs: Add back the online defragging codeChris Mason2008-09-251-7/+1
* Btrfs: Allow tree blocks larger than the page sizeChris Mason2008-09-251-138/+147
* Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...Chris Mason2008-09-251-121/+72
* Btrfs: Stop using radix trees for the block group cacheChris Mason2008-09-251-214/+148
* Btrfs: Fix extent_buffer and extent_state leaksChris Mason2008-09-251-68/+58
* Btrfs: Create extent_buffer interface for large blocksizesChris Mason2008-09-251-144/+150
* Btrfs: Fix duplicate ENOSPC checks in find_free_extentChris Mason2008-09-251-14/+4
* Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason2008-09-251-0/+1
* Btrfs: Fix cache_block_group to catch holes at the start of the groupYan2007-09-141-28/+33
* Btrfs: Fix oopsen in extent_tree.c during enospcYan2007-08-291-3/+2
* Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik2007-08-291-2/+15
* Btrfs: Add delayed allocation to the extent based page tree codeChris Mason2007-08-271-9/+0
* Btrfs: Do more extensive readahead during tree searchesChris Mason2007-08-271-2/+2
* Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason2007-08-101-0/+2
* Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason2007-08-101-1/+27
* Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason2007-08-091-7/+6
* Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason2007-08-091-187/+43
* Btrfs: Let some locks go during defrag and snapshot droppingChris Mason2007-08-081-2/+4
* Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason2007-08-071-21/+32
* Btrfs: Fold some btree readahead routines into something more generic.Chris Mason2007-08-071-29/+1
* Btrfs: Do snapshot deletion in smaller chunks.Chris Mason2007-08-071-4/+41
* Btrfs: trivial include fixupsZach Brown2007-07-111-1/+1
* Btrfs: crash recovery fixesChris Mason2007-06-281-4/+33
* Btrfs: Allow find_free_extent callers to pass in an exclusion rangeChris Mason2007-06-261-49/+30
* Btrfs: Fix super block updates during transaction commitChris Mason2007-06-261-8/+8
* Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stackChris Mason2007-06-221-26/+115
* Btrfs: reada while dropping snapshotsChris Mason2007-06-191-1/+30