summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason1-1/+10
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason1-5/+0
2008-09-25Change btrfs_map_block to return a structure with mappings for all stripesChris Mason1-1/+3
2008-09-25Btrfs: Properly dirty buffers in the split corner casesChris Mason1-0/+2
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason1-0/+5
2008-09-25Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason1-2/+8
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason1-1/+37
2008-09-25Call btrfs_cow_block while lowering tree level.Yan1-0/+3
2008-09-25Btrfs: Copy correct tree when inserting into slot 0Chris Mason1-1/+4
2008-09-25Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason1-14/+25
2008-09-25Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason1-18/+20
2008-09-25Btrfs: Add data=ordered supportChris Mason1-1/+5
2008-09-25Btrfs: Force inlining off in a few places to save stack usageChris Mason1-10/+11
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason1-3/+6
2008-09-25Btrfs: Less aggressive readahead on deletesChris Mason1-9/+11
2008-09-25kmalloc a few large stack objects in the btrfs_ioctl pathChris Mason1-6/+14
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason1-1/+52
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason1-20/+176
2008-09-25Btrfs: Implement generation numbers in block pointersChris Mason1-0/+16
2008-09-25Btrfs: Properly update right_nritems in push_leaf_leftYan1-3/+2
2008-09-25Btrfs: Change push_leaf_{leaf,right} to empty the src leave during item deletionChris Mason1-24/+50
2008-09-25Btrfs: Make defrag check nodes against the progress key to prevent repeating ...Chris Mason1-24/+32
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason1-6/+46
2008-09-25Btrfs: Tune the automatic defrag codeChris Mason1-43/+26
2008-09-25Btrfs: Fix split_leaf to detect when it is extending an itemChris Mason1-51/+27
2008-09-25Btrfs: Fix split_leaf to avoid incorrect double splitsChris Mason1-1/+5
2008-09-25Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason1-20/+24
2008-09-25btrfs: 32-bit type problemsJens Axboe1-1/+1
2008-09-25Btrfs: Default to 8k max packed tailsChris Mason1-1/+1
2008-09-25Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason1-6/+16
2008-09-25Btrfs: Defrag: only walk into nodes with the defrag bit setChris Mason1-1/+0
2008-09-25Btrfs: Large block related defrag optimizationsChris Mason1-3/+1
2008-09-25Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason1-1/+0
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason1-0/+1
2008-09-25Btrfs: Allow tails larger than one pageChris Mason1-5/+19
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason1-3/+0
2008-09-25Btrfs: Add back the online defragging codeChris Mason1-89/+88
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-90/+229
2008-09-25Btrfs: Fix extent_buffer and extent_state leaksChris Mason1-2/+8
2008-09-25Btrfs: Optimizations for the extent_buffer codeChris Mason1-27/+24
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-667/+817
2007-09-11Add support for defragging files via btrfsctl -d. Avoid OOM on extent treeChris Mason1-0/+4
2007-08-29Btrfs: ctree.c cleanupsYan1-6/+8
2007-08-28Btrfs: Do more extensive readahead during tree searchesChris Mason1-13/+49
2007-08-27fix block readahead in btrfs_next_leafYan1-1/+1
2007-08-10Btrfs: Add BH_Defrag to mark buffers that are in need of defraggingChris Mason1-10/+12
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason1-7/+11
2007-08-08Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason1-42/+153
2007-08-07Btrfs: Fold some btree readahead routines into something more generic.Chris Mason1-0/+77
2007-08-07Btrfs: Do snapshot deletion in smaller chunks.Chris Mason1-0/+10