summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-151-31/+2
* Btrfs: fix crash when starting transactionFilipe Manana2014-07-031-0/+1
* btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba2014-07-031-5/+0
* Btrfs: assert send doesn't attempt to start transactionsFilipe Manana2014-06-281-2/+4
* btrfs: fix error handling in create_pending_snapshotEric Sandeen2014-06-131-5/+7
* Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason2014-06-101-2/+2
* Btrfs: async delayed refsChris Mason2014-06-091-3/+16
* Btrfs: rework qgroup accountingJosef Bacik2014-06-091-26/+26
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-091-16/+17
* btrfs: assert that send is not in progres before root deletionDavid Sterba2014-06-091-13/+0
* Btrfs: remove transaction from sendJosef Bacik2014-04-061-17/+28
* Btrfs: don't clear uptodate if the eb is under IOJosef Bacik2014-04-061-1/+2
* Btrfs: fix deadlock with nested trans handlesJosef Bacik2014-03-201-10/+4
* Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie2014-03-101-1/+1
* Btrfs: cancel scrub on transaction abortionWang Shilong2014-03-101-0/+1
* Btrfs: fix a possible deadlock between scrub and transaction committingWang Shilong2014-03-101-11/+11
* 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
OpenPOWER on IntegriCloud