summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Add noinode_cache mount optionQu Wenruo2014-01-281-0/+9
* Btrfs: throttle delayed refs betterJosef Bacik2014-01-281-2/+2
* Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik2014-01-281-6/+1
* Btrfs: make fsync latency less suckyJosef Bacik2014-01-281-1/+2
* Btrfs: fix protection between send and root deletionWang Shilong2014-01-281-0/+13
* Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie2014-01-281-6/+0
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-4/+4
* Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong2014-01-281-1/+2
* Btrfs: introduce a head ref rbtreeLiu Bo2014-01-281-1/+3
* Btrfs: fix lockdep error in async commitLiu Bo2013-11-201-2/+2
* Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie2013-11-111-1/+1
* Btrfs: don't wait for the completion of all the ordered extentsMiao Xie2013-11-111-1/+1
* Btrfs: fix memory leaks on transaction commit failureFilipe David Borba Manana2013-11-111-4/+8
* Btrfs: fix BUG_ON() casued by the reserved space migrationMiao Xie2013-11-111-1/+23
* Btrfs: fix two use-after-free bugs with transaction cleanupJosef Bacik2013-11-111-11/+11
* Btrfs: remove all BUG_ON()'s from commit_cowonly_rootsJosef Bacik2013-11-111-5/+8
* Btrfs: cleanup transaction on abortJosef Bacik2013-11-111-1/+3
* Btrfs: reset intwrite on transaction abortJosef Bacik2013-11-111-0/+2
* Btrfs: fix transid verify errors when recovering log treeJosef Bacik2013-10-041-5/+2
* Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik2013-09-211-1/+1
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-2/+1
* Btrfs: check UUID tree during mount if requiredStefan Behrens2013-09-011-1/+2
* Btrfs: introduce uuid-tree-gen fieldStefan Behrens2013-09-011-0/+1
* Btrfs: maintain subvolume items in the UUID treeStefan Behrens2013-09-011-1/+19
* btrfs: mark some local function as 'static'Sergei Trofimovich2013-09-011-1/+1
* Btrfs: don't bug_on when we fail when cleaning up transactionsJosef Bacik2013-09-011-2/+1
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-011-2/+2
* Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik2013-08-091-4/+4
* Btrfs: make the chunk allocator completely tree locklessJosef Bacik2013-07-021-0/+9
* Btrfs: fix the comment typo for btrfs_attach_transaction_barrierWang Sheng-Hui2013-07-011-1/+1
* Btrfs: fix transaction throttling for delayed refsJosef Bacik2013-07-011-14/+10
* Btrfs: stop waiting on current trans if we abortedJosef Bacik2013-07-011-4/+8
* Btrfs: merge pending IO for tree log write backMiao Xie2013-06-141-3/+3
* Btrfs: make the state of the transaction more readableMiao Xie2013-06-141-71/+86
* Btrfs: remove the time check in btrfs_commit_transaction()Miao Xie2013-06-141-23/+6
* Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structureMiao Xie2013-06-141-7/+1
* Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is setMiao Xie2013-06-141-8/+18
* Btrfs: don't wait for all the writers circularly during the transaction commitMiao Xie2013-06-141-13/+42
* Btrfs: remove the code for the impossible case in cleanup_transaction()Miao Xie2013-06-141-5/+6
* Btrfs: just flush the delalloc inodes in the source tree before snapshot crea...Miao Xie2013-06-141-9/+1
* Btrfs: introduce per-subvolume ordered extent listMiao Xie2013-06-141-1/+1
* Btrfs: introduce per-subvolume delalloc inode listMiao Xie2013-06-141-1/+1
* Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()Miao Xie2013-06-141-5/+0
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-1/+1
* Btrfs: separate sequence numbers for delayed ref tracking and tree mod logJan Schmidt2013-05-061-1/+1
* Btrfs: clear received_uuid field for new writable snapshotsStefan Behrens2013-05-061-4/+8
* Btrfs: cleanup to remove reduplicate code in transaction.cWang Shilong2013-05-061-12/+2
* Btrfs: fix infinite loop when we abort on mountJosef Bacik2013-05-061-0/+4
* Btrfs: Include the device in most error printk()sSimon Kirby2013-05-061-1/+1
* btrfs: clean snapshots one by oneDavid Sterba2013-05-061-19/+37