aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-6/+8
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-1/+1
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-4/+2
2016-09-26Btrfs: remove BUG_ON in start_transactionGravatar Liu Bo 1-4/+1
2016-09-26Btrfs: add a flags field to btrfs_fs_infoGravatar Josef Bacik 1-13/+11
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealGravatar Wang Xiaoguang 1-1/+6
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 1-15/+15
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerGravatar Jeff Mahoney 1-0/+1
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoGravatar Jeff Mahoney 1-3/+3
2016-06-22Btrfs: track transid for delayed ref flushingGravatar Josef Bacik 1-1/+2
2016-06-17btrfs: remove build fixup for qgroup_account_snapshotGravatar David Sterba 1-5/+0
2016-06-17btrfs: use new error message helper in qgroup_account_snapshotGravatar David Sterba 1-1/+1
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525Gravatar David Sterba 1-1/+1
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Chris Mason 1-1/+1
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516Gravatar David Sterba 1-1/+1
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationGravatar Filipe Manana 1-1/+1
2016-05-12btrfs: build fixup for qgroup_account_snapshotGravatar David Sterba 1-0/+5
2016-05-12btrfs: qgroup: Fix qgroup accounting when creating snapshotGravatar Qu Wenruo 1-24/+105
2016-04-29btrfs: sink gfp parameter to convert_extent_bitGravatar David Sterba 1-1/+1
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorGravatar Anand Jain 1-1/+1
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6Gravatar David Sterba 1-2/+5
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Gravatar Deepa Dinamani 1-2/+5
2016-02-18Btrfs: add transaction space reservation tracepointsGravatar Josef Bacik 1-1/+5
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Chris Mason 1-5/+10
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Chris Mason 1-11/+7
2016-01-07btrfs: preallocate path for snapshot creation at ioctl timeGravatar David Sterba 1-5/+4
2016-01-07btrfs: allocate root item at snapshot ioctl timeGravatar David Sterba 1-6/+3
2016-01-07btrfs: pass proper enum type to start_transaction()Gravatar Alexandru Moise 1-5/+10
2015-12-17Btrfs: fix memory leaks after transaction is abortedGravatar Filipe Manana 1-0/+17
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listGravatar Filipe Manana 1-1/+0
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCGravatar Filipe Manana 1-0/+32
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Gravatar Chris Mason 1-38/+14
2015-10-21Btrfs: add a flags field to btrfs_transactionGravatar Josef Bacik 1-10/+8
2015-10-21Btrfs: change how we wait for pending ordered extentsGravatar Josef Bacik 1-28/+6
2015-10-21btrfs: qgroup: Use new metadata reservation.Gravatar Qu Wenruo 1-27/+7
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Chris Mason 1-24/+8
2015-10-21btrfs: change num_items type from u64 to unsigned intGravatar Alexandru Moise 1-4/+5
2015-10-21btrfs: memset cur_trans->delayed_refs to zeroGravatar Alexandru Moise 1-6/+2
2015-10-21btrfs: trimming some start_transaction() code awayGravatar Alexandru Moise 1-14/+1
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Gravatar Chris Mason 1-0/+9
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Gravatar Chris Mason 1-1/+1
2015-10-10btrfs: add comments to barriers before waitqueue_activeGravatar David Sterba 1-0/+3
2015-10-10btrfs: add barrier for waitqueue_active in clear_btree_io_treeGravatar David Sterba 1-0/+6
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2015-10-05Btrfs: fix deadlock when finalizing block group creationGravatar Filipe Manana 1-0/+1
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Gravatar Anand Jain 1-1/+1
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+32
2015-09-22Btrfs: keep dropped roots in cache until transaction commitGravatar Josef Bacik 1-0/+32
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+2
2015-08-19Btrfs: check if previous transaction aborted to avoid fs corruptionGravatar Filipe Manana 1-0/+3