summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Discard sector data in __free_extent()David Woodhouse2008-09-251-0/+25
* Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng2008-09-251-6/+5
* Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason2008-09-251-3/+9
* Btrfs: Don't corrupt ram in shrink_extent_tree, leak it insteadChris Mason2008-09-251-0/+2
* Btrfs: More throttle tuningChris Mason2008-09-251-47/+12
* btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason2008-09-251-19/+30
* Btrfs: Throttle less often waiting for snapshots to deleteChris Mason2008-09-251-2/+5
* Btrfs: Improve and cleanup locking done by walk_down_treeChris Mason2008-09-251-29/+56
* Btrfs: Throttle tuningChris Mason2008-09-251-0/+3
* Btrfs: Add missing hunk from Yan Zheng's cache reclaim patchChris Mason2008-09-251-0/+1
* Btrfs: implement memory reclaim for leaf reference cacheYan2008-09-251-9/+9
* Btrfs: Update and fix mount -o nodatacowYan Zheng2008-09-251-76/+126
* Btrfs: Throttle operations if the reference cache gets too largeChris Mason2008-09-251-0/+1
* Btrfs: Leaf reference cache updateChris Mason2008-09-251-12/+6
* Btrfs: Add a leaf reference cacheYan Zheng2008-09-251-11/+104
* Btrfs: Properly release lock in pin_down_bytesYan2008-09-251-2/+2
* Btrfs: Fix a few functions that exit without stopping their transactionJosef Bacik2008-09-251-1/+3
* Btrfs: Fix the defragmention code and the block relocation code for data=orderedChris Mason2008-09-251-11/+28
* Btrfs: alloc_mutex latency reductionChris Mason2008-09-251-20/+80
* Btrfs: Add some conditional schedules near the alloc_mutexChris Mason2008-09-251-0/+2
* Btrfs: Use a mutex in the extent buffer for tree block lockingChris Mason2008-09-251-6/+1
* Btrfs: Data ordered fixesChris Mason2008-09-251-3/+15
* Btrfs: Force caching of metadata block groups on mount to avoid deadlockChris Mason2008-09-251-0/+5
* Add a per-inode lock around btrfs_drop_extentsChris Mason2008-09-251-0/+2
* Btrfs: New data=ordered implementationChris Mason2008-09-251-39/+93
* Btrfs: Add locking around volume management (device add/remove/balance)Chris Mason2008-09-251-18/+55
* Btrfs: Online btree defragmentation fixesChris Mason2008-09-251-2/+0
* Btrfs: Change find_extent_buffer to use TestSetPageLockedChris Mason2008-09-251-2/+0
* Btrfs: Add btree locking to the tree defragmentation codeChris Mason2008-09-251-0/+7
* Btrfs: Replace the transaction work queue with kthreadsChris Mason2008-09-251-5/+5
* Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.Chris Mason2008-09-251-8/+20
* Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...Chris Mason2008-09-251-0/+6
* Drop locks in btrfs_search_slot when reading a tree block.Chris Mason2008-09-251-1/+0
* Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason2008-09-251-11/+7
* Btrfs: Start btree concurrency work.Chris Mason2008-09-251-88/+164
* Btrfs: Allocator fix variety packChris Mason2008-09-251-88/+185
* Btrfs: Handle write errors on raid1 and raid10Chris Mason2008-09-251-2/+2
* Btrfs: Pass down the expected generation number when reading tree blocksChris Mason2008-09-251-6/+9
* Btrfs: Chunk relocation fine tuning, and add a few printks to show progressChris Mason2008-09-251-3/+17
* Btrfs: A number of nodatacow fixesChris Mason2008-09-251-0/+20
* Btrfs: Update nodatacow mode to support cloned single files and resizingChris Mason2008-09-251-0/+9
* Btrfs: Properly find the root for snapshotted blocks during chunk relocationChris Mason2008-09-251-11/+109
* Btrfs: Add support for online device removalChris Mason2008-09-251-26/+113
* Btrfs: Deal with failed writes in mirrored configurationsChris Mason2008-09-251-2/+2
* Btrfs: Add balance ioctl to restripe the chunksChris Mason2008-09-251-17/+89
* Btrfs: Do more optimal file RA during shrinking and defragChris Mason2008-09-251-1/+15
* Btrfs: Avoid recursive chunk allocationsChris Mason2008-09-251-1/+1
* Btrfs: Make the resizer work based on shrinking and growing devicesChris Mason2008-09-251-88/+57
* Btrfs: Fix balance_level to free the middle block if there is room in the lef...Chris Mason2008-09-251-2/+2
* Btrfs: Simplify device selection for mirrored readsChris Mason2008-09-251-4/+4
OpenPOWER on IntegriCloud