summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-defrag.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Tune the automatic defrag codeChris Mason1-1/+0
2008-09-25Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason1-31/+5
2008-09-25Btrfs: Defrag: only walk into nodes with the defrag bit setChris Mason1-4/+4
2008-09-25Btrfs: Large block related defrag optimizationsChris Mason1-1/+22
2008-09-25Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason1-1/+1
2008-09-25Btrfs: Add back the online defragging codeChris Mason1-8/+6
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-7/+11
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-26/+32
2007-09-10Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason1-0/+3
2007-08-10Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason1-1/+2
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason1-7/+29
2007-08-08Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshotChris Mason1-5/+2
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason1-0/+222