aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-24Btrfs: fix deadlocks and stalls on dead root removalChris Mason1-0/+6
2009-04-02Btrfs: add flushoncommit mount optionSage Weil1-1/+4
2009-04-03Btrfs: rework allocation clusteringChris Mason1-2/+0
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason1-0/+11
2009-03-24Btrfs: Only let very young transactions grow during commitChris Mason1-3/+10
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason1-7/+55
2009-03-24Btrfs: process the delayed reference queue in clustersChris Mason1-8/+17
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason1-7/+47
2009-03-24Btrfs: don't preallocate metadata blocks during btrfs_search_slotChris Mason1-2/+2
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng1-0/+2
2009-01-21Btrfs: simplify iteration codesQinghuang Feng1-3/+1
2009-01-06Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creationYan Zheng1-1/+1
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-25/+20
2009-01-05Btrfs: update directory's size when creating subvol/snapshotYan Zheng1-0/+4
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng1-1/+1
2008-12-08Btrfs: superblock duplicationYan Zheng1-1/+1
2008-12-02Btrfs: remove unneeded total_transSage Weil1-4/+0
2008-11-18Btrfs: switch back to wait_on_page_writeback to wait on metadata writesChris Mason1-28/+1
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason1-8/+23
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason1-2/+2
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason1-13/+53
2008-11-07Btrfs: Avoid unplug storms during commitChris Mason1-1/+29
2008-10-30Btrfs: update nodatacow code v2Yan Zheng1-0/+2
2008-10-30Btrfs: prevent looping forever in finish_current_insert and del_pending_extentsChris Mason1-0/+12
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng1-0/+13
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-2/+0
2008-10-29Btrfs: Improve space balancing codeYan Zheng1-3/+1
2008-10-03Btrfs: remove last_log_alloc allocator optimizationChris Mason1-1/+0
2008-09-29Btrfs: add and improve commentsChris Mason1-2/+65
2008-09-26Btrfs: update space balancing codeZheng Yan1-2/+13
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-4/+4
2008-09-26Btrfs: Add shared reference cacheZheng Yan1-1/+1
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason1-7/+14
2008-09-25Btrfs: Tree logging fixesChris Mason1-3/+13
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-5/+40
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason1-2/+0
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason1-5/+31
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