aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng1-0/+11
2008-09-25Btrfs: Various small fixes.Yan Zheng1-4/+5
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil1-5/+13
2008-09-25Btrfs: More throttle tuningChris Mason1-0/+15
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason1-1/+1
2008-09-25Btrfs: Throttle less often waiting for snapshots to deleteChris Mason1-14/+0
2008-09-25Btrfs: Throttle tuningChris Mason1-11/+27
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan1-10/+30
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng1-11/+5
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason1-15/+44
2008-09-25Btrfs: Leaf reference cache updateChris Mason1-22/+12
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng1-18/+49
2008-09-25Btrfs: Implement new dir index formatJosef Bacik1-2/+2
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason1-0/+3
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason1-2/+0
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason1-3/+40
2008-09-25Btrfs: New data=ordered implementationChris Mason1-58/+9
2008-09-25Btrfs: Drop some verbose printksChris Mason1-2/+0
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason1-34/+1
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason1-1/+1
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason1-70/+2
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason1-21/+45
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-26/+16
2008-09-25Btrfs: Start btree concurrency work.Chris Mason1-6/+9
2008-09-25Btrfs: Invalidate dcache entry after creating snapshot andSven Wegener1-1/+7
2008-09-25Btrfs: Fix race in running_transaction checksChris Mason1-1/+3
2008-09-25Btrfs: Add support for online device removalChris Mason1-3/+2
2008-09-25Btrfs: Fixes for 2.6.18 enterprise kernelsChris Mason1-2/+6
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason1-2/+8
2008-09-25Btrfs: Do metadata checksums for reads via a workqueueChris Mason1-1/+1
2008-09-25Btrfs: Add support for multiple devices per filesystemChris Mason1-16/+34
2008-09-25Btrfs: Lower stack usage in transaction.cChris Mason1-18/+24
2008-09-25Btrfs: Add data block hints to SSD mode tooChris Mason1-0/+1
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason1-4/+4
2008-09-25Btrfs: Add mount -o ssd, which includes optimizations for seek free storageChris Mason1-0/+1
2008-09-25Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernelsChris Mason1-17/+13
2008-09-25Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeoutChris Mason1-0/+1
2008-09-25Rework btrfs_drop_inode to avoid schedulingChris Mason1-0/+2
2008-09-25Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletionChris Mason1-0/+4
2008-09-25Btrfs: Move snapshot creation to commit timeChris Mason1-3/+78
2008-09-25Btrfs: Add data=ordered supportChris Mason1-0/+58
2008-09-25Btrfs: Reduce stack usage in the resizer, fix 32 bit compilesChris Mason1-5/+15
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason1-0/+8
2008-09-25Btrfs: section mismatch warningsChristian Hesse1-1/+1
2008-09-25Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machinesChris Mason1-1/+1
2008-09-25Btrfs: Defrag only leaves, and only when the parent node has a single objectidChris Mason1-2/+0
2008-09-25Btrfs: Add an extent buffer LRU to reduce radix tree hitsChris Mason1-3/+2
2008-09-25Btrfs: Add back the online defragging codeChris Mason1-2/+2
2008-09-25Btrfs: Allow tree blocks larger than the page sizeChris Mason1-17/+22
2008-09-25Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map treesChris Mason1-2/+3