aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik1-4/+4
2013-07-02Btrfs: make the chunk allocator completely tree locklessJosef Bacik1-0/+9
2013-07-01Btrfs: fix the comment typo for btrfs_attach_transaction_barrierWang Sheng-Hui1-1/+1
2013-07-01Btrfs: fix transaction throttling for delayed refsJosef Bacik1-14/+10
2013-07-01Btrfs: stop waiting on current trans if we abortedJosef Bacik1-4/+8
2013-06-14Btrfs: merge pending IO for tree log write backMiao Xie1-3/+3
2013-06-14Btrfs: make the state of the transaction more readableMiao Xie1-71/+86
2013-06-14Btrfs: remove the time check in btrfs_commit_transaction()Miao Xie1-23/+6
2013-06-14Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structureMiao Xie1-7/+1
2013-06-14Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is setMiao Xie1-8/+18
2013-06-14Btrfs: don't wait for all the writers circularly during the transaction commitMiao Xie1-13/+42
2013-06-14Btrfs: remove the code for the impossible case in cleanup_transaction()Miao Xie1-5/+6
2013-06-14Btrfs: just flush the delalloc inodes in the source tree before snapshot creationMiao Xie1-9/+1
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie1-1/+1
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie1-1/+1
2013-06-14Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()Miao Xie1-5/+0
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-1/+1
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt1-1/+1
2013-05-06Btrfs: clear received_uuid field for new writable snapshotsStefan Behrens1-4/+8
2013-05-06Btrfs: cleanup to remove reduplicate code in transaction.cWang Shilong1-12/+2
2013-05-06Btrfs: fix infinite loop when we abort on mountJosef Bacik1-0/+4
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby1-1/+1
2013-05-06btrfs: clean snapshots one by oneDavid Sterba1-19/+37
2013-05-06btrfs: clean up transaction abort messagesDavid Sterba1-3/+2
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+5
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo1-6/+5
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-25/+40
2013-03-04Btrfs: avoid deadlock on transaction waiting listLiu Bo1-0/+7
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie1-25/+33
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-36/+115
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-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
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