aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Btrfs: fix wrong reserved space in qgroup during snap/subv creationMiao Xie1-3/+1
2013-02-28Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshotMiao Xie1-4/+1
2013-02-28Btrfs: fix NULL pointer after aborting a transactionLiu Bo1-1/+7
2013-02-26Btrfs: use reserved space for creating a snapshotLiu Bo1-0/+2
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-1/+8
2013-02-20Btrfs: fix missing release of qgroup reservation in commit_transaction()Miao Xie1-0/+8
2013-02-20Btrfs: fix uncompleted transactionMiao Xie1-0/+32
2013-02-20Btrfs: fix the deadlock between the transaction start/attach and commitMiao Xie1-1/+16
2013-02-20Btrfs: fix the qgroup reserved space is released prematurelyMiao Xie1-1/+2
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik1-2/+3
2013-02-20btrfs: add cancellation points to defragDavid Sterba1-0/+6
2013-02-20btrfs: remove cache only arguments from defrag pathEric Sandeen1-4/+4
2013-02-20Btrfs: if we aren't committing just end the transaction if we error outJosef Bacik1-6/+12
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie1-5/+4
2013-02-20Btrfs: check the return value of btrfs_run_ordered_operations()Miao Xie1-2/+2
2013-02-20Btrfs: check the return value of btrfs_start_delalloc_inodes()Miao Xie1-1/+3
2013-02-20Btrfs: don't re-enter when allocating a chunkJosef Bacik1-0/+1
2013-02-20Btrfs: use common work instead of delayed workMiao Xie1-4/+4
2013-02-20Btrfs: cleanup unnecessary clear when freeing a transaction or a trans handleMiao Xie1-2/+0
2013-02-05Btrfs: fix missing release of the space/qgroup reservation in start_transaction()Miao Xie1-8/+19
2013-02-05Merge branch 'for-linus' into raid56-experimentalChris Mason1-1/+18
2013-02-01Btrfs: reduce CPU contention while waiting for delayed extent operationsChris Mason1-1/+5
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-0/+3
2013-01-24Btrfs: fix missed transaction->aborted checkMiao Xie1-0/+16
2013-01-24Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie1-1/+2
2012-12-17Btrfs: fix hash overflow handlingChris Mason1-1/+1
2012-12-16Btrfs: fix wrong return value of btrfs_wait_for_commit()Miao Xie1-7/+8
2012-12-16Btrfs: don't start a new transaction when starting syncMiao Xie1-5/+8
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens1-1/+6
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo1-3/+1
2012-12-12fs/btrfs: use WARNJulia Lawall1-8/+4
2012-12-12Btrfs: fix missing flush when committing a transactionMiao Xie1-35/+47
2012-12-12Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie1-0/+1
2012-12-11Btrfs: make ordered operations be handled by multi-taskMiao Xie1-4/+14
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie1-1/+5
2012-12-11Btrfs: improve the noflush reservationMiao Xie1-16/+14
2012-10-25Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik1-1/+1
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik1-5/+9
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie1-15/+30
2012-10-09Btrfs: add a type field for the transaction handleMiao Xie1-23/+6
2012-10-09Btrfs: fix memory leak in start_transaction()Miao Xie1-1/+3
2012-10-08Btrfs: fix the missing error information in create_pending_snapshot()Miao Xie1-22/+35
2012-10-04Btrfs: fix race with freeze and free space inodesJosef Bacik1-2/+11
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo1-1/+1
2012-10-04Btrfs: fix race in sync and freeze againJosef Bacik1-1/+11
2012-10-01Btrfs: delay block group item insertionJosef Bacik1-0/+10
2012-10-01Btrfs: move the sb_end_intwrite until after the throttle logicJosef Bacik1-2/+2
2012-10-01Btrfs: fix corrupted metadata in the snapshotMiao Xie1-8/+21
2012-10-01Btrfs: fix the snapshot that should not existMiao Xie1-15/+53
2012-10-01Btrfs: fix full backref problem when inserting shared block referenceMiao Xie1-0/+4