aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.h
AgeCommit message (Expand)Author
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Btrfs: if we've already started a trans handle, use that oneJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-05-04btrfs: remove unused function prototypesDavid Sterba
2011-04-11Btrfs: avoid taking the trans_mutex in btrfs_end_transactionJosef Bacik
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan
2010-10-29Btrfs: add START_SYNC, WAIT_SYNC ioctlsSage Weil
2010-10-29Btrfs: async transaction commitSage Weil
2010-10-28Btrfs: create special free space cache inodeJosef Bacik
2010-05-25Btrfs: Introduce global metadata reservationYan, Zheng
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-05-25Btrfs: Introduce contexts for metadata reservationYan, Zheng
2009-12-15Btrfs: Avoid superfluous tree-log writeoutYan, Zheng
2009-10-13Btrfs: streamline tree-log btree block writeoutChris Mason
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason
2009-07-30Btrfs: be more polite in the async caching threadsChris Mason
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-03-24Btrfs: reduce stalls during transaction commitChris Mason
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundChris Mason
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason
2008-09-25Btrfs: Record dirty pages tree-log pages in an extent_io treeChris Mason
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason
2008-09-25Btrfs: Various small fixes.Yan Zheng
2008-09-25Btrfs: fix ioctl-initiated transactions vs wait_current_trans()Sage Weil
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_start_transaction: wait for commits in progress to finishChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Online btree defragmentation fixesChris 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
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason
2008-09-25Btrfs: Move snapshot creation to commit timeChris Mason
2008-09-25Btrfs: Add data=ordered supportChris Mason
2008-09-25Btrfs: Back port to 2.6.18-el kernelsChris Mason
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason
2007-09-11Btrfs: Find and remove dead roots the first time a root is loaded.Chris Mason
2007-08-10Btrfs: delay commits during fsync to allow more writersJosef Bacik
2007-08-10Btrfs: Btree defrag on the extent-mapping tree as wellChris Mason
2007-08-08Btrfs: Replace extent tree preallocation code with some bit radix magic.Chris Mason
2007-08-07Btrfs: Add run time btree defrag, and an ioctl to force btree defragChris Mason
2007-06-22Btrfs: Add the ability to find and remove dead roots after a crash.Chris Mason
2007-06-12Btrfs: add GPLv2Chris Mason
2007-06-08Btrfs: get forced transaction commits via workqueueChris Mason