aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAge
* Btrfs: Add data=ordered supportChris Mason2008-09-25
* Btrfs: resizer: don't hold the fs_mutex for long periods of timeChris Mason2008-09-25
* Properly call btrfs_search_slot while shrinkingChris Mason2008-09-25
* Btrfs: Properly handle overlapping extent in shrink_extent_treeYan2008-09-25
* Btrfs: Add a helper that finds previous extent itemYan2008-09-25
* count_snapshots: Properly update the leaf pointer after btrfs_next_leafChris Mason2008-09-25
* Btrfs: Force inlining off in a few places to save stack usageChris Mason2008-09-25
* Btrfs: 32 bit compile fixes for the resizer and enospc checksChris Mason2008-09-25
* Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason2008-09-25
* Btrfs: Explicitly send a root objectid to count_snapshots_in_pathChris Mason2008-09-25
* Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason2008-09-25
* Btrfs: Fix NULL block groups on reading the inodeChris Mason2008-09-25
* Btrfs: Support for online FS resize (grow and shrink)Chris Mason2008-09-25
* Btrfs: Add mount option to turn off data cowChris Mason2008-09-25
* Btrfs: Reorder extent back refs to differentiate btree blocks from file dataChris Mason2008-09-25
* Fix btrfs_inc_ref to add backref hintsChris Mason2008-09-25
* Btrfs: Extra NULL block group checks in find_free_extentChris Mason2008-09-25
* Btrfs: Add lowest key information to back refs for extent tree blocks as well.Chris Mason2008-09-25
* Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason2008-09-25
* Btrfs: Implement generation numbers in block pointersChris Mason2008-09-25
* Btrfs: Fix extent allocation for btree blocks as the disk fillsChris Mason2008-09-25
* Btrfs: Add simple stripe size parameterChris Mason2008-09-25
* btrfs_drop_extents: make sure the item is getting smaller before truncateChris Mason2008-09-25
* Btrfs: Handle writeback under high memory pressure betterChris Mason2008-09-25
* Btrfs: Add check for null block group to find_search_startChris Mason2008-09-25
* Btrfs: Off by one fixes for extent-tree.cYan2008-09-25
* Btrfs: Add full_scan parameter to find_search_startYan2008-09-25
* Btrfs: Add block group pinned accounting backYan2008-09-25
* Btrfs: Allow large data extents in a single file to span into metadata block ...Chris Mason2008-09-25
* Btrfs: Optimize allocations as we need to mix data and metadata into one groupChris Mason2008-09-25
* Btrfs: Properly update free space cache in __free_extentYan2008-09-25
* Btrfs: Fix typo and memory leak in extent-tree.cYan2008-09-25
* btrfs: 32-bit type problemsJens Axboe2008-09-25
* Btrfs: Add back metadata checksummingChris Mason2008-09-25
* Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris 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: Add back the online defragging codeChris 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: Create extent_buffer interface for large blocksizesChris Mason2008-09-25
* Btrfs: Fix duplicate ENOSPC checks in find_free_extentChris Mason2008-09-25
* Btrfs: Use balance_dirty_pages_nr on btree blocksChris Mason2008-09-25
* Btrfs: Fix cache_block_group to catch holes at the start of the groupYan2007-09-14
* Btrfs: Fix oopsen in extent_tree.c during enospcYan2007-08-29
* Btrfs: Add per-root block accounting and sysfs entriesJosef Bacik2007-08-29
* Btrfs: Add delayed allocation to the extent based page tree codeChris Mason2007-08-27
* Btrfs: Do more extensive readahead during tree searchesChris Mason2007-08-27