aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-28Merge branch 'for-chris' ofGravatar Chris Mason 1-21/+8
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupGravatar Josef Bacik 1-14/+0
2011-05-23Btrfs: kill trans_mutexGravatar Josef Bacik 1-1/+3
2011-05-23Btrfs: if we've already started a trans handle, use that oneGravatar Josef Bacik 1-0/+2
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionGravatar Josef Bacik 1-6/+3
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Gravatar Chris Mason 1-3/+0
2011-05-21btrfs: implement delayed inode items operationGravatar Miao Xie 1-0/+2
2011-05-04btrfs: remove unused function prototypesGravatar David Sterba 1-3/+0
2011-04-11Btrfs: avoid taking the trans_mutex in btrfs_end_transactionGravatar Josef Bacik 1-2/+2
2010-12-23Btrfs: Add readonly snapshots supportGravatar Li Zefan 1-0/+1
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsGravatar Sage Weil 1-0/+1
2010-10-29Btrfs: async transaction commitGravatar Sage Weil 1-0/+3
2010-10-28Btrfs: create special free space cache inodeGravatar Josef Bacik 1-0/+4
2010-05-25Btrfs: Introduce global metadata reservationGravatar Yan, Zheng 1-0/+3
2010-05-25Btrfs: Integrate metadata reservation with start_transactionGravatar Yan, Zheng 1-5/+8
2010-05-25Btrfs: Introduce contexts for metadata reservationGravatar Yan, Zheng 1-4/+4
2009-12-15Btrfs: Avoid superfluous tree-log writeoutGravatar Yan, Zheng 1-3/+3
2009-10-13Btrfs: streamline tree-log btree block writeoutGravatar Chris Mason 1-0/+4
2009-10-13Btrfs: avoid tree log commit when there are no changesGravatar Chris Mason 1-0/+1
2009-07-30Btrfs: be more polite in the async caching threadsGravatar Chris Mason 1-0/+1
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Gravatar Yan Zheng 1-8/+4
2009-03-24Btrfs: reduce stalls during transaction commitGravatar Chris Mason 1-0/+5
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundGravatar Chris Mason 1-0/+3
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-3/+3
2008-12-11Btrfs: fix leaking block group on balanceGravatar Yan Zheng 1-1/+1
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeGravatar Chris Mason 1-0/+2
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeGravatar Chris Mason 1-0/+2
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsGravatar Chris Mason 1-0/+1
2008-09-25Btrfs: Various small fixes.Gravatar Yan Zheng 1-2/+1
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Gravatar Sage Weil 1-0/+2
2008-09-25Btrfs: Update and fix mount -o nodatacowGravatar Yan Zheng 1-0/+5
2008-09-25Btrfs: Throttle operations if the reference cache gets too largeGravatar Chris Mason 1-0/+1
2008-09-25btrfs_start_transaction: wait for commits in progress to finishGravatar Chris Mason 1-0/+3
2008-09-25Btrfs: New data=ordered implementationGravatar Chris Mason 1-4/+0
2008-09-25Btrfs: Online btree defragmentation fixesGravatar Chris Mason 1-1/+0
2008-09-25Btrfs: Replace the transaction work queue with kthreadsGravatar Chris Mason 1-10/+0
2008-09-25Add btrfs_end_transaction_throttle to force writers to wait for pending commitsGravatar Chris Mason 1-0/+2
2008-09-25Btrfs: Split the extent_map code into two partsGravatar Chris Mason 1-1/+1
2008-09-25Btrfs: Move snapshot creation to commit timeGravatar Chris Mason 1-0/+7
2008-09-25Btrfs: Add data=ordered supportGravatar Chris Mason 1-2/+6
2008-09-25Btrfs: Back port to 2.6.18-el kernelsGravatar Chris Mason 1-0/+5
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesGravatar Chris Mason 1-2/+3
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Gravatar Chris Mason 1-1/+2
2007-08-10Btrfs: delay commits during fsync to allow more writersGravatar Josef Bacik 1-0/+7
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellGravatar Chris Mason 1-0/+2
2007-08-08Btrfs: Replace extent tree preallocation code with some bit radix magic.Gravatar Chris Mason 1-0/+2
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragGravatar Chris Mason 1-0/+1
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Gravatar Chris Mason 1-0/+1
2007-06-12Btrfs: add GPLv2Gravatar Chris Mason 1-0/+18
2007-06-08Btrfs: get forced transaction commits via workqueueGravatar Chris Mason 1-3/+0