aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng1-0/+3
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-5/+8
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng1-4/+4
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng1-3/+3
2009-10-13Btrfs: streamline tree-log btree block writeoutChris Mason1-0/+4
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason1-0/+1
2009-07-30Btrfs: be more polite in the async caching threadsChris Mason1-0/+1
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-8/+4
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason1-0/+5
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason1-0/+3
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-3/+3
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng1-1/+1
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason1-0/+2
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason1-0/+2
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-0/+1
2008-09-25Btrfs: Various small fixes.Yan Zheng1-2/+1
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil1-0/+2
2008-09-25Btrfs: Update and fix mount -o nodatacowYan Zheng1-0/+5
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeChris Mason1-0/+1
2008-09-25btrfs_start_transaction: wait for commits in progress to finishChris Mason1-0/+3
2008-09-25Btrfs: New data=ordered implementationChris Mason1-4/+0
2008-09-25Btrfs: Online btree defragmentation fixesChris Mason1-1/+0
2008-09-25Btrfs: Replace the transaction work queue with kthreadsChris Mason1-10/+0
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsChris Mason1-0/+2
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason1-1/+1
2008-09-25Btrfs: Move snapshot creation to commit timeChris Mason1-0/+7
2008-09-25Btrfs: Add data=ordered supportChris Mason1-2/+6
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason1-0/+5
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-2/+3
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason1-1/+2
2007-08-10Btrfs: delay commits during fsync to allow more writersJosef Bacik1-0/+7
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason1-0/+2
2007-08-08Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason1-0/+2
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason1-0/+1
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason1-0/+1
2007-06-12Btrfs: add GPLv2Chris Mason1-0/+18
2007-06-08Btrfs: get forced transaction commits via workqueueChris Mason1-3/+0
2007-06-08Btrfs: add compat ioctlChris Mason1-0/+8
2007-04-30Btrfs: allocator improvements, inode block groupsChris Mason1-0/+15
2007-04-28Btrfs: smarter transaction writebackChris Mason1-0/+1
2007-04-19Btrfs: early fsync supportChris Mason1-0/+1
2007-04-02Btrfs: still corruption huntingChris Mason1-0/+3
2007-03-22Btrfs: transaction reworkChris Mason1-16/+19
2007-03-22Mountable btrfs, with readdirChris Mason1-2/+2
2007-03-16Btrfs: transaction handles everywhereChris Mason1-0/+27