aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAge
* Add /dev/btrfs-control for device scanning ioctlsChris Mason2008-09-25
* Btrfs: Bring back find_free_extent CPU usage optimizationsChris Mason2008-09-25
* Btrfs: Dynamic chunk and block group allocationChris Mason2008-09-25
* Btrfs: Add support for multiple devices per filesystemChris Mason2008-09-25
* Match the extent tree code to btrfs-progs for multi-device mergingChris Mason2008-09-25
* Btrfs: Remove extent back refs in batches, and avoid duplicate searchesChris Mason2008-09-25
* Btrfs: Allocator improvementsChris Mason2008-09-25
* Btrfs: Disable tree defrag in SSD modeChris Mason2008-09-25
* Btrfs: Use 2MB as the empty_size for clustered allocationsChris Mason2008-09-25
* Btrfs: Add checks for last byte in disk to allocator groupingChris Mason2008-09-25
* Btrfs: Add debugging for block group update failureChris Mason2008-09-25
* Btrfs: Use last_alloc optimizations for metadata, even without -o ssdChris Mason2008-09-25
* Btrfs: Hash in the offset and owner for file extent backref keysChris Mason2008-09-25
* Btrfs: Insert extent record and the first backref in a single balanceChris Mason2008-09-25
* Btrfs: Add data block hints to SSD mode tooChris Mason2008-09-25
* Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason2008-09-25
* Btrfs: Tune readahead during defrag to avoid reading too much at onceChris Mason2008-09-25
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-25
* Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason2008-09-25
* Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason2008-09-25
* Btrfs: online shrinking fixesChris Mason2008-09-25
* Btrfs: Disable btree reada during extent backref lookups.Chris Mason2008-09-25
* 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