summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-18/+75
2008-09-25Btrfs: Discard sector data in __free_extent()David Woodhouse1-0/+25
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng1-6/+5
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason1-3/+9
2008-09-25Btrfs: Don't corrupt ram in shrink_extent_tree, leak it insteadChris Mason1-0/+2
2008-09-25Btrfs: More throttle tuningChris Mason1-47/+12
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason1-19/+30
2008-09-25Btrfs: Throttle less often waiting for snapshots to deleteChris Mason1-2/+5
2008-09-25Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason1-29/+56
2008-09-25Btrfs: Throttle tuningChris Mason1-0/+3
2008-09-25Btrfs: Add missing hunk from Yan Zheng's cache reclaim patchChris Mason1-0/+1
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-9/+9
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng1-76/+126
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