summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason
2008-09-25Btrfs: Fix allocation profile initChris Mason
2008-09-25Btrfs: Don't allow written blocks from this transaction to be reallocatedChris Mason
2008-09-25Btrfs: Add support for duplicate blocks on a single spindleChris Mason
2008-09-25Btrfs: Add support for mirroring across drivesChris Mason
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason
2008-09-25Btrfs: Keep fs_mutex during reads done by snapshot deletionChris Mason
2008-09-25Btrfs: Implement raid0 when multiple devices are presentChris Mason
2008-09-25Btrfs: Bring back mount -o ssd optimizationsChris Mason
2008-09-25Add /dev/btrfs-control for device scanning ioctlsChris Mason
2008-09-25Btrfs: Bring back find_free_extent CPU usage optimizationsChris Mason
2008-09-25Btrfs: Dynamic chunk and block group allocationChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason
2008-09-25Match the extent tree code to btrfs-progs for multi-device mergingChris Mason
2008-09-25Btrfs: Remove extent back refs in batches, and avoid duplicate searchesChris Mason
2008-09-25Btrfs: Allocator improvementsChris Mason
2008-09-25Btrfs: Disable tree defrag in SSD modeChris Mason
2008-09-25Btrfs: Use 2MB as the empty_size for clustered allocationsChris Mason
2008-09-25Btrfs: Add checks for last byte in disk to allocator groupingChris Mason
2008-09-25Btrfs: Add debugging for block group update failureChris Mason
2008-09-25Btrfs: Use last_alloc optimizations for metadata, even without -o ssdChris Mason
2008-09-25Btrfs: Hash in the offset and owner for file extent backref keysChris Mason
2008-09-25Btrfs: Insert extent record and the first backref in a single balanceChris Mason
2008-09-25Btrfs: Add data block hints to SSD mode tooChris Mason
2008-09-25Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason
2008-09-25Btrfs: Tune readahead during defrag to avoid reading too much at onceChris Mason
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason
2008-09-25Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason
2008-09-25Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason
2008-09-25Btrfs: online shrinking fixesChris Mason
2008-09-25Btrfs: Disable btree reada during extent backref lookups.Chris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: resizer: don't hold the fs_mutex for long periods of timeChris Mason
2008-09-25Properly call btrfs_search_slot while shrinkingChris Mason
2008-09-25Btrfs: Properly handle overlapping extent in shrink_extent_treeYan
2008-09-25Btrfs: Add a helper that finds previous extent itemYan
2008-09-25count_snapshots: Properly update the leaf pointer after btrfs_next_leafChris Mason
2008-09-25Btrfs: Force inlining off in a few places to save stack usageChris Mason
2008-09-25Btrfs: 32 bit compile fixes for the resizer and enospc checksChris Mason
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason
2008-09-25Btrfs: Explicitly send a root objectid to count_snapshots_in_pathChris Mason
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason
2008-09-25Btrfs: Fix NULL block groups on reading the inodeChris Mason
2008-09-25Btrfs: Support for online FS resize (grow and shrink)Chris Mason
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason
2008-09-25Btrfs: Reorder extent back refs to differentiate btree blocks from file dataChris Mason
2008-09-25Fix btrfs_inc_ref to add backref hintsChris Mason
2008-09-25Btrfs: Extra NULL block group checks in find_free_extentChris Mason
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