aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-defrag.c
Commit message (Expand)AuthorAge
* Btrfs: Allocator fix variety packChris Mason2008-09-25
* Btrfs: Handle write errors on raid1 and raid10Chris Mason2008-09-25
* Btrfs: Pass down the expected generation number when reading tree blocksChris Mason2008-09-25
* Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason2008-09-25
* Btrfs: Disable tree defrag in SSD modeChris Mason2008-09-25
* Btrfs: Leave on the tree defragger in mount -o ssd, it still helps thereChris Mason2008-09-25
* Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason2008-09-25
* Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason2008-09-25
* Btrfs: Optimize allocations as we need to mix data and metadata into one groupChris Mason2008-09-25
* Btrfs: Make defrag check nodes against the progress key to prevent repeating ...Chris Mason2008-09-25
* Btrfs: Tune the automatic defrag codeChris Mason2008-09-25
* Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason2008-09-25
* Btrfs: Defrag: only walk into nodes with the defrag bit setChris Mason2008-09-25
* Btrfs: Large block related defrag optimizationsChris Mason2008-09-25
* Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.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: Create extent_buffer interface for large blocksizesChris Mason2008-09-25
* Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason2007-09-10
* Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason2007-08-10
* Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason2007-08-10
* Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason2007-08-08
* Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason2007-08-07