aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-14Btrfs: remove the time check in btrfs_commit_transaction()Gravatar Miao Xie 1-23/+6
2013-06-14Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structureGravatar Miao Xie 1-7/+1
2013-06-14Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is setGravatar Miao Xie 1-8/+18
2013-06-14Btrfs: don't wait for all the writers circularly during the transaction commitGravatar Miao Xie 1-13/+42
2013-06-14Btrfs: remove the code for the impossible case in cleanup_transaction()Gravatar Miao Xie 1-5/+6
2013-06-14Btrfs: just flush the delalloc inodes in the source tree before snapshot crea...Gravatar Miao Xie 1-9/+1
2013-06-14Btrfs: introduce per-subvolume ordered extent listGravatar Miao Xie 1-1/+1
2013-06-14Btrfs: introduce per-subvolume delalloc inode listGravatar Miao Xie 1-1/+1
2013-06-14Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()Gravatar Miao Xie 1-5/+0
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-1/+1
2013-05-06Btrfs: separate sequence numbers for delayed ref tracking and tree mod logGravatar Jan Schmidt 1-1/+1
2013-05-06Btrfs: clear received_uuid field for new writable snapshotsGravatar Stefan Behrens 1-4/+8
2013-05-06Btrfs: cleanup to remove reduplicate code in transaction.cGravatar Wang Shilong 1-12/+2
2013-05-06Btrfs: fix infinite loop when we abort on mountGravatar Josef Bacik 1-0/+4
2013-05-06Btrfs: Include the device in most error printk()sGravatar Simon Kirby 1-1/+1
2013-05-06btrfs: clean snapshots one by oneGravatar David Sterba 1-19/+37