summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason1-0/+1
2008-09-25Btrfs: Leaf reference cache updateChris Mason1-12/+6
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng1-11/+104
2008-09-25Btrfs: Properly release lock in pin_down_bytesYan1-2/+2
2008-09-25Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik1-1/+3
2008-09-25Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason1-11/+28
2008-09-25Btrfs: alloc_mutex latency reductionChris Mason1-20/+80
2008-09-25Btrfs: Add some conditional schedules near the alloc_mutexChris Mason1-0/+2
2008-09-25Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason1-6/+1
2008-09-25Btrfs: Data ordered fixesChris Mason1-3/+15
2008-09-25Btrfs: Force caching of metadata block groups on mount to avoid deadlockChris Mason1-0/+5
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason1-0/+2
2008-09-25Btrfs: New data=ordered implementationChris Mason1-39/+93
2008-09-25Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason1-18/+55
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason1-2/+0
2008-09-25Btrfs: Change find_extent_buffer to use TestSetPageLockedChris Mason1-2/+0
2008-09-25Btrfs: Add btree locking to the tree defragmentation codeChris Mason1-0/+7
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason1-5/+5
2008-09-25Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.Chris Mason1-8/+20
2008-09-25Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...Chris Mason1-0/+6
2008-09-25Drop locks in btrfs_search_slot when reading a tree block.Chris Mason1-1/+0
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-11/+7
2008-09-25Btrfs: Start btree concurrency work.Chris Mason1-88/+164
2008-09-25Btrfs: Allocator fix variety packChris Mason1-88/+185
2008-09-25Btrfs: Handle write errors on raid1 and raid10Chris Mason1-2/+2
2008-09-25Btrfs: Pass down the expected generation number when reading tree blocksChris Mason1-6/+9
2008-09-25Btrfs: Chunk relocation fine tuning, and add a few printks to show progressChris Mason1-3/+17
2008-09-25Btrfs: A number of nodatacow fixesChris Mason1-0/+20
2008-09-25Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason1-0/+9
2008-09-25Btrfs: Properly find the root for snapshotted blocks during chunk relocationChris Mason1-11/+109
2008-09-25Btrfs: Add support for online device removalChris Mason1-26/+113
2008-09-25Btrfs: Deal with failed writes in mirrored configurationsChris Mason1-2/+2
2008-09-25Btrfs: Add balance ioctl to restripe the chunksChris Mason1-17/+89
2008-09-25Btrfs: Do more optimal file RA during shrinking and defragChris Mason1-1/+15
2008-09-25Btrfs: Avoid recursive chunk allocationsChris Mason1-1/+1
2008-09-25Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason1-88/+57
2008-09-25Btrfs: Fix balance_level to free the middle block if there is room in the lef...Chris Mason1-2/+2
2008-09-25Btrfs: Simplify device selection for mirrored readsChris Mason1-4/+4
2008-09-25Btrfs: Use the extent map cache to find the logical disk block during data re...Chris Mason1-0/+1
2008-09-25Btrfs: Don't wait on tree block writeback before freeing them anymoreChris Mason1-1/+0
2008-09-25Btrfs: Add RAID10 supportChris Mason1-0/+1
2008-09-25Btrfs: Add chunk uuids and update multi-device back referencesChris Mason1-14/+8
2008-09-25Add a min size parameter to btrfs_alloc_extentChris Mason1-3/+9
2008-09-25Btrfs: Endianess bug fix for v0.13 with kernelsMiguel1-7/+5
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason1-4/+0
2008-09-25Btrfs: Fix allocation profile initChris Mason1-8/+2
2008-09-25Btrfs: Don't allow written blocks from this transaction to be reallocatedChris Mason1-1/+3
2008-09-25Btrfs: Add support for duplicate blocks on a single spindleChris Mason1-2/+3
2008-09-25Btrfs: Add support for mirroring across drivesChris Mason1-44/+49
2008-09-25Btrfs: Verify checksums on tree blocks found without read_tree_blockChris Mason1-0/+2