summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason1-27/+120
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-1/+0
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng1-2/+2
2008-09-25Fix path slots selection in btrfs_search_forwardYan1-1/+4
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik1-1/+1
2008-09-25btrfs_next_leaf: do readahead when skip_locking is turned onChris Mason1-1/+2
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason1-4/+0
2008-09-25Btrfs: Reduce contention on the root nodeChris Mason1-6/+11
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason1-9/+161
2008-09-25Btrfs: Add btree locking to the tree defragmentation codeChris Mason1-9/+37
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason1-1/+4
2008-09-25Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.Chris Mason1-1/+1
2008-09-25Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...Chris Mason1-14/+18
2008-09-25Fix btrfs_next_leaf to check for new items after dropping locksChris Mason1-0/+7
2008-09-25Fix btrfs_del_ordered_inode to allow forcing the drop during unlinksChris Mason1-5/+13
2008-09-25Drop locks in btrfs_search_slot when reading a tree block.Chris Mason1-37/+37
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-7/+33
2008-09-25Btrfs: Start btree concurrency work.Chris Mason1-98/+288
2008-09-25Btrfs: Allocator fix variety packChris Mason1-1/+1
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason1-1/+1
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksChris Mason1-34/+21
2008-09-25Btrfs: Fix balance_level to free the middle block if there is room in the lef...Chris Mason1-7/+28
2008-09-25Btrfs: Don't empty the middle buffer in push_nodes_for_insertChris Mason1-7/+12
2008-09-25Btrfs: Fix split_node to require more empty slots in the node as wellChris Mason1-1/+1
2008-09-25Btrfs: Make sure nodes have enough room for a double splitChris Mason1-1/+1
2008-09-25Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason1-5/+0
2008-09-25Btrfs: Add chunk uuids and update multi-device back referencesChris Mason1-0/+12
2008-09-25Btrfs: Disable extra debugging checks on tree blocksChris Mason1-0/+1
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