summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-06Btrfs: remove transaction from sendJosef Bacik1-17/+28
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik1-1/+2
2014-03-20Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie1-1/+1
2014-03-10Btrfs: cancel scrub on transaction abortionWang Shilong1-0/+1
2014-03-10Btrfs: fix a possible deadlock between scrub and transaction committingWang Shilong1-11/+11
2014-01-28btrfs: Add noinode_cache mount optionQu Wenruo1-0/+9
2014-01-28Btrfs: throttle delayed refs betterJosef Bacik1-2/+2
2014-01-28Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik1-6/+1
2014-01-28Btrfs: make fsync latency less suckyJosef Bacik1-1/+2
2014-01-28Btrfs: fix protection between send and root deletionWang Shilong1-0/+13
2014-01-28Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie1-6/+0
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-4/+4
2014-01-28Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong1-1/+2
2014-01-28Btrfs: introduce a head ref rbtreeLiu Bo1-1/+3
2013-11-20Btrfs: fix lockdep error in async commitLiu Bo1-2/+2
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie1-1/+1
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-1/+1
2013-11-11Btrfs: fix memory leaks on transaction commit failureFilipe David Borba Manana1-4/+8
2013-11-11Btrfs: fix BUG_ON() casued by the reserved space migrationMiao Xie1-1/+23
2013-11-11Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik1-11/+11
2013-11-11Btrfs: remove all BUG_ON()'s from commit_cowonly_rootsJosef Bacik1-5/+8
2013-11-11Btrfs: cleanup transaction on abortJosef Bacik1-1/+3
2013-11-11Btrfs: reset intwrite on transaction abortJosef Bacik1-0/+2
2013-10-04Btrfs: fix transid verify errors when recovering log treeJosef Bacik1-5/+2
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik1-1/+1
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-2/+1
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens1-1/+2
2013-09-01Btrfs: introduce uuid-tree-gen fieldStefan Behrens1-0/+1
2013-09-01Btrfs: maintain subvolume items in the UUID treeStefan Behrens1-1/+19
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich1-1/+1
2013-09-01Btrfs: don't bug_on when we fail when cleaning up transactionsJosef Bacik1-2/+1
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-2/+2
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 crea...Miao 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