aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAge
* Btrfs: Pass down the expected generation number when reading tree blocksChris Mason2008-09-25
* Btrfs: Chunk relocation fine tuning, and add a few printks to show progressChris Mason2008-09-25
* Btrfs: A number of nodatacow fixesChris Mason2008-09-25
* Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason2008-09-25
* Btrfs: Properly find the root for snapshotted blocks during chunk relocationChris Mason2008-09-25
* Btrfs: Add support for online device removalChris Mason2008-09-25
* Btrfs: Deal with failed writes in mirrored configurationsChris Mason2008-09-25
* Btrfs: Add balance ioctl to restripe the chunksChris Mason2008-09-25
* Btrfs: Do more optimal file RA during shrinking and defragChris Mason2008-09-25
* Btrfs: Avoid recursive chunk allocationsChris Mason2008-09-25
* Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason2008-09-25
* Btrfs: Fix balance_level to free the middle block if there is room in the lef...Chris Mason2008-09-25
* Btrfs: Simplify device selection for mirrored readsChris Mason2008-09-25
* Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason2008-09-25
* Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason2008-09-25
* Btrfs: Add RAID10 supportChris Mason2008-09-25
* Btrfs: Add chunk uuids and update multi-device back referencesChris Mason2008-09-25
* Add a min size parameter to btrfs_alloc_extentChris Mason2008-09-25
* Btrfs: Endianess bug fix for v0.13 with kernelsMiguel2008-09-25
* Btrfs: Do metadata checksums for reads via a workqueueChris Mason2008-09-25
* Btrfs: Fix allocation profile initChris Mason2008-09-25
* Btrfs: Don't allow written blocks from this transaction to be reallocatedChris Mason2008-09-25
* Btrfs: Add support for duplicate blocks on a single spindleChris Mason2008-09-25
* Btrfs: Add support for mirroring across drivesChris Mason2008-09-25
* Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason2008-09-25
* Btrfs: Keep fs_mutex during reads done by snapshot deletionChris Mason2008-09-25
* Btrfs: Implement raid0 when multiple devices are presentChris Mason2008-09-25
* Btrfs: Bring back mount -o ssd optimizationsChris Mason2008-09-25
* 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