summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2009-02-12Btrfs: hold trans_mutex when using btrfs_record_root_in_transYan Zheng
2009-01-21Btrfs: simplify iteration codesQinghuang Feng
2009-01-06Btrfs: Use btrfs_join_transaction to avoid deadlocks during snapshot creationYan Zheng
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2009-01-05Btrfs: update directory's size when creating subvol/snapshotYan Zheng
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng
2008-12-08Btrfs: superblock duplicationYan Zheng
2008-12-02Btrfs: remove unneeded total_transSage Weil
2008-11-18Btrfs: switch back to wait_on_page_writeback to wait on metadata writesChris Mason
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason
2008-11-07Btrfs: Avoid unplug storms during commitChris Mason
2008-10-30Btrfs: update nodatacow code v2Yan Zheng
2008-10-30Btrfs: prevent looping forever in finish_current_insert and del_pending_extentsChris Mason
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik
2008-10-29Btrfs: Improve space balancing codeYan Zheng
2008-10-03Btrfs: remove last_log_alloc allocator optimizationChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-26Btrfs: update space balancing codeZheng Yan
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan
2008-09-26Btrfs: Add shared reference cacheZheng Yan
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason
2008-09-25Btrfs: Tree logging fixesChris Mason
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason
2008-09-25Btrfs: Wait for async bio submissions to make some progress at queue timeChris Mason
2008-09-25Btrfs: Transaction commit: don't use filemap_fdatawaitChris Mason
2008-09-25Btrfs: Fix nodatacow for the new data=ordered modeYan Zheng
2008-09-25Btrfs: Various small fixes.Yan Zheng
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil
2008-09-25Btrfs: More throttle tuningChris Mason
2008-09-25btrfs_search_slot: reduce lock contention by cowing in two stagesChris Mason
2008-09-25Btrfs: Throttle less often waiting for snapshots to deleteChris Mason
2008-09-25Btrfs: Throttle tuningChris Mason
2008-09-25Btrfs: implement memory reclaim for leaf reference cacheYan
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason
2008-09-25Btrfs: Leaf reference cache updateChris Mason
2008-09-25Btrfs: Add a leaf reference cacheYan Zheng
2008-09-25Btrfs: Implement new dir index formatJosef Bacik
2008-09-25Btrfs: Take the csum mutex while reading checksumsChris Mason
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Drop some verbose printksChris Mason
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason