summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)Author
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason
2008-09-25Btrfs: Start btree concurrency work.Chris Mason
2008-09-25Btrfs: Allocator fix variety packChris Mason
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksChris Mason
2008-09-25Btrfs: Fix balance_level to free the middle block if there is room in the lef...Chris Mason
2008-09-25Btrfs: Don't empty the middle buffer in push_nodes_for_insertChris Mason
2008-09-25Btrfs: Fix split_node to require more empty slots in the node as wellChris Mason
2008-09-25Btrfs: Make sure nodes have enough room for a double splitChris Mason
2008-09-25Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason
2008-09-25Btrfs: Add chunk uuids and update multi-device back referencesChris Mason
2008-09-25Btrfs: Disable extra debugging checks on tree blocksChris Mason
2008-09-25Btrfs: Retry metadata reads in the face of checksum failuresChris Mason
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason
2008-09-25Change btrfs_map_block to return a structure with mappings for all stripesChris Mason
2008-09-25Btrfs: Properly dirty buffers in the split corner casesChris Mason
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason
2008-09-25Reorder the flags field in struct btrfs_header and record a flag on writeoutChris Mason
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason
2008-09-25Call btrfs_cow_block while lowering tree level.Yan
2008-09-25Btrfs: Copy correct tree when inserting into slot 0Chris Mason
2008-09-25Btrfs: Add inode item and backref in one insert, reducing cpu usageChris Mason
2008-09-25Btrfs: During deletes and truncate, remove many items at once from the treeChris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: Force inlining off in a few places to save stack usageChris Mason
2008-09-25Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...Chris Mason
2008-09-25Btrfs: Less aggressive readahead on deletesChris Mason
2008-09-25kmalloc a few large stack objects in the btrfs_ioctl pathChris Mason
2008-09-25Btrfs: Add mount option to turn off data cowChris Mason
2008-09-25Btrfs: Add back pointers from extents to the btree or file referencing themChris Mason
2008-09-25Btrfs: Implement generation numbers in block pointersChris Mason
2008-09-25Btrfs: Properly update right_nritems in push_leaf_leftYan
2008-09-25Btrfs: Change push_leaf_{leaf,right} to empty the src leave during item deletionChris Mason
2008-09-25Btrfs: Make defrag check nodes against the progress key to prevent repeating ...Chris Mason
2008-09-25Btrfs: Fix a number of inline extent problems that Yan Zheng reported.Chris Mason
2008-09-25Btrfs: Tune the automatic defrag codeChris Mason
2008-09-25Btrfs: Fix split_leaf to detect when it is extending an itemChris Mason
2008-09-25Btrfs: Fix split_leaf to avoid incorrect double splitsChris Mason
2008-09-25Btrfs: CPU usage optimizations in push and the extent_map codeChris Mason
2008-09-25btrfs: 32-bit type problemsJens Axboe
2008-09-25Btrfs: Default to 8k max packed tailsChris Mason
2008-09-25Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason
2008-09-25Btrfs: Defrag: only walk into nodes with the defrag bit setChris Mason
2008-09-25Btrfs: Large block related defrag optimizationsChris Mason
2008-09-25Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.Chris Mason
2008-09-25Btrfs: extent_map optimizations to cut down on CPU usageChris Mason
2008-09-25Btrfs: Allow tails larger than one pageChris Mason
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason
2008-09-25Btrfs: Add back the online defragging codeChris Mason
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason