summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason2008-09-251-0/+1
* Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason2008-09-251-1/+0
* Btrfs: Add RAID10 supportChris Mason2008-09-251-0/+1
* Btrfs: Add chunk uuids and update multi-device back referencesChris Mason2008-09-251-14/+8
* Add a min size parameter to btrfs_alloc_extentChris Mason2008-09-251-3/+9
* Btrfs: Endianess bug fix for v0.13 with kernelsMiguel2008-09-251-7/+5
* Btrfs: Do metadata checksums for reads via a workqueueChris Mason2008-09-251-4/+0
* Btrfs: Fix allocation profile initChris Mason2008-09-251-8/+2
* Btrfs: Don't allow written blocks from this transaction to be reallocatedChris Mason2008-09-251-1/+3
* Btrfs: Add support for duplicate blocks on a single spindleChris Mason2008-09-251-2/+3
* Btrfs: Add support for mirroring across drivesChris Mason2008-09-251-44/+49
* Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason2008-09-251-0/+2
* Btrfs: Keep fs_mutex during reads done by snapshot deletionChris Mason2008-09-251-3/+4
* Btrfs: Implement raid0 when multiple devices are presentChris Mason2008-09-251-34/+68
* Btrfs: Bring back mount -o ssd optimizationsChris Mason2008-09-251-2/+57
* Add /dev/btrfs-control for device scanning ioctlsChris Mason2008-09-251-4/+0
* Btrfs: Bring back find_free_extent CPU usage optimizationsChris Mason2008-09-251-8/+12
* Btrfs: Dynamic chunk and block group allocationChris Mason2008-09-251-18/+190
* Btrfs: Add support for multiple devices per filesystemChris Mason2008-09-251-314/+115
* Match the extent tree code to btrfs-progs for multi-device mergingChris Mason2008-09-251-52/+7
* Btrfs: Remove extent back refs in batches, and avoid duplicate searchesChris Mason2008-09-251-9/+54
* Btrfs: Allocator improvementsChris Mason2008-09-251-10/+24
* Btrfs: Disable tree defrag in SSD modeChris Mason2008-09-251-1/+2
* Btrfs: Use 2MB as the empty_size for clustered allocationsChris Mason2008-09-251-1/+1
* Btrfs: Add checks for last byte in disk to allocator groupingChris Mason2008-09-251-1/+6
* Btrfs: Add debugging for block group update failureChris Mason2008-09-251-1/+5
* Btrfs: Use last_alloc optimizations for metadata, even without -o ssdChris Mason2008-09-251-15/+13
* Btrfs: Hash in the offset and owner for file extent backref keysChris Mason2008-09-251-7/+6
* Btrfs: Insert extent record and the first backref in a single balanceChris Mason2008-09-251-11/+29
* Btrfs: Add data block hints to SSD mode tooChris Mason2008-09-251-12/+16
* Btrfs: Do delalloc accounting via hooks in the extent_state codeChris Mason2008-09-251-6/+0
* Btrfs: Tune readahead during defrag to avoid reading too much at onceChris Mason2008-09-251-13/+28
* Btrfs: Split the extent_map code into two partsChris Mason2008-09-251-22/+21
* Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason2008-09-251-1/+30
* Btrfs: Fix extent_buffer usage when nodesize != leafsizeChris Mason2008-09-251-3/+10
* Btrfs: online shrinking fixesChris Mason2008-09-251-9/+23
* Btrfs: Disable btree reada during extent backref lookups.Chris Mason2008-09-251-0/+4
* Btrfs: Add data=ordered supportChris Mason2008-09-251-1/+3
* Btrfs: resizer: don't hold the fs_mutex for long periods of timeChris Mason2008-09-251-1/+21
* Properly call btrfs_search_slot while shrinkingChris Mason2008-09-251-1/+9
* Btrfs: Properly handle overlapping extent in shrink_extent_treeYan2008-09-251-84/+56
* Btrfs: Add a helper that finds previous extent itemYan2008-09-251-44/+36
* count_snapshots: Properly update the leaf pointer after btrfs_next_leafChris Mason2008-09-251-2/+2
* Btrfs: Force inlining off in a few places to save stack usageChris Mason2008-09-251-29/+37
* Btrfs: 32 bit compile fixes for the resizer and enospc checksChris Mason2008-09-251-1/+3
* Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason2008-09-251-36/+38
* Btrfs: Explicitly send a root objectid to count_snapshots_in_pathChris Mason2008-09-251-10/+6
* Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason2008-09-251-4/+5
* Btrfs: Fix NULL block groups on reading the inodeChris Mason2008-09-251-2/+2
* Btrfs: Support for online FS resize (grow and shrink)Chris Mason2008-09-251-0/+480
OpenPOWER on IntegriCloud