aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-15btrfs: disable strict file flushes for renames and truncatesGravatar Chris Mason 1-31/+2
2014-07-03Btrfs: fix crash when starting transactionGravatar Filipe Manana 1-0/+1
2014-07-03btrfs: remove stale comment from btrfs_flush_all_pending_stuffsGravatar David Sterba 1-5/+0
2014-06-28Btrfs: assert send doesn't attempt to start transactionsGravatar Filipe Manana 1-2/+4
2014-06-13btrfs: fix error handling in create_pending_snapshotGravatar Eric Sandeen 1-5/+7
2014-06-10Btrfs: convert smp_mb__{before,after}_clear_bitGravatar Chris Mason 1-2/+2
2014-06-09Btrfs: async delayed refsGravatar Chris Mason 1-3/+16
2014-06-09Btrfs: rework qgroup accountingGravatar Josef Bacik 1-26/+26
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Gravatar Miao Xie 1-16/+17
2014-06-09btrfs: assert that send is not in progres before root deletionGravatar David Sterba 1-13/+0
2014-04-06Btrfs: remove transaction from sendGravatar Josef Bacik 1-17/+28
2014-04-06Btrfs: don't clear uptodate if the eb is under IOGravatar Josef Bacik 1-1/+2
2014-03-20Btrfs: fix deadlock with nested trans handlesGravatar Josef Bacik 1-10/+4
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockGravatar Miao Xie 1-1/+1
2014-03-10Btrfs: cancel scrub on transaction abortionGravatar Wang Shilong 1-0/+1
2014-03-10Btrfs: fix a possible deadlock between scrub and transaction committingGravatar Wang Shilong 1-11/+11
2014-01-28btrfs: Add noinode_cache mount optionGravatar Qu Wenruo 1-0/+9
2014-01-28Btrfs: throttle delayed refs betterGravatar Josef Bacik 1-2/+2
2014-01-28Btrfs: attach delayed ref updates to delayed ref headsGravatar Josef Bacik 1-6/+1
2014-01-28Btrfs: make fsync latency less suckyGravatar Josef Bacik 1-1/+2
2014-01-28Btrfs: fix protection between send and root deletionGravatar Wang Shilong 1-0/+13
2014-01-28Btrfs: remove btrfs_end_transaction_dmeta()Gravatar Miao Xie 1-6/+0
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-4/+4
2014-01-28Btrfs: wrap repeated code into scrub_blocked_if_needed()Gravatar Wang Shilong 1-1/+2
2014-01-28Btrfs: introduce a head ref rbtreeGravatar Liu Bo 1-1/+3
2013-11-20Btrfs: fix lockdep error in async commitGravatar Liu Bo 1-2/+2
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesGravatar Miao Xie 1-1/+1
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsGravatar Miao Xie 1-1/+1
2013-11-11Btrfs: fix memory leaks on transaction commit failureGravatar Filipe David Borba Manana 1-4/+8
2013-11-11Btrfs: fix BUG_ON() casued by the reserved space migrationGravatar Miao Xie 1-1/+23
2013-11-11Btrfs: fix two use-after-free bugs with transaction cleanupGravatar Josef Bacik 1-11/+11
2013-11-11Btrfs: remove all BUG_ON()'s from commit_cowonly_rootsGravatar Josef Bacik 1-5/+8
2013-11-11Btrfs: cleanup transaction on abortGravatar Josef Bacik 1-1/+3
2013-11-11Btrfs: reset intwrite on transaction abortGravatar Josef Bacik 1-0/+2
2013-10-04Btrfs: fix transid verify errors when recovering log treeGravatar Josef Bacik 1-5/+2
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsGravatar Josef Bacik 1-1/+1
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGravatar Geert Uytterhoeven 1-2/+1
2013-09-01Btrfs: check UUID tree during mount if requiredGravatar Stefan Behrens 1-1/+2
2013-09-01Btrfs: introduce uuid-tree-gen fieldGravatar Stefan Behrens 1-0/+1
2013-09-01Btrfs: maintain subvolume items in the UUID treeGravatar Stefan Behrens 1-1/+19
2013-09-01btrfs: mark some local function as 'static'Gravatar Sergei Trofimovich 1-1/+1
2013-09-01Btrfs: don't bug_on when we fail when cleaning up transactionsGravatar Josef Bacik 1-2/+1
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertGravatar Qu Wenruo 1-2/+2
2013-08-09Btrfs: check to see if root_list is empty before adding it to dead rootsGravatar Josef Bacik 1-4/+4
2013-07-02Btrfs: make the chunk allocator completely tree locklessGravatar Josef Bacik 1-0/+9
2013-07-01Btrfs: fix the comment typo for btrfs_attach_transaction_barrierGravatar Wang Sheng-Hui 1-1/+1
2013-07-01Btrfs: fix transaction throttling for delayed refsGravatar Josef Bacik 1-14/+10
2013-07-01Btrfs: stop waiting on current trans if we abortedGravatar Josef Bacik 1-4/+8
2013-06-14Btrfs: merge pending IO for tree log write backGravatar Miao Xie 1-3/+3
2013-06-14Btrfs: make the state of the transaction more readableGravatar Miao Xie 1-71/+86