aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-27/+22
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-2/+2
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-6/+8
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-1/+1
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-4/+2
2016-09-26Btrfs: remove BUG_ON in start_transactionLiu Bo1-4/+1
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-13/+11
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang1-1/+6
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-15/+15
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney1-0/+1
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-3/+3
2016-06-22Btrfs: track transid for delayed ref flushingJosef Bacik1-1/+2
2016-06-17btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba1-5/+0
2016-06-17btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba1-1/+1
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-1/+1
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7Chris Mason1-1/+1
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba1-1/+1
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana1-1/+1
2016-05-12btrfs: build fixup for qgroup_account_snapshotDavid Sterba1-0/+5
2016-05-12btrfs: qgroup: Fix qgroup accounting when creating snapshotQu Wenruo1-24/+105
2016-04-29btrfs: sink gfp parameter to convert_extent_bitDavid Sterba1-1/+1
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-1/+1
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-2/+5
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-2/+5
2016-02-18Btrfs: add transaction space reservation tracepointsJosef Bacik1-1/+5
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-5/+10
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-11/+7
2016-01-07btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba1-5/+4
2016-01-07btrfs: allocate root item at snapshot ioctl timeDavid Sterba1-6/+3
2016-01-07btrfs: pass proper enum type to start_transaction()Alexandru Moise1-5/+10
2015-12-17Btrfs: fix memory leaks after transaction is abortedFilipe Manana1-0/+17
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana1-1/+0
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana1-0/+32
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason1-38/+14
2015-10-21Btrfs: add a flags field to btrfs_transactionJosef Bacik1-10/+8
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik1-28/+6
2015-10-21btrfs: qgroup: Use new metadata reservation.Qu Wenruo1-27/+7
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-24/+8
2015-10-21btrfs: change num_items type from u64 to unsigned intAlexandru Moise1-4/+5
2015-10-21btrfs: memset cur_trans->delayed_refs to zeroAlexandru Moise1-6/+2
2015-10-21btrfs: trimming some start_transaction() code awayAlexandru Moise1-14/+1
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-0/+9
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-1/+1
2015-10-10btrfs: add comments to barriers before waitqueue_activeDavid Sterba1-0/+3
2015-10-10btrfs: add barrier for waitqueue_active in clear_btree_io_treeDavid Sterba1-0/+6
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2015-10-05Btrfs: fix deadlock when finalizing block group creationFilipe Manana1-0/+1
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-1/+1
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+32
2015-09-22Btrfs: keep dropped roots in cache until transaction commitJosef Bacik1-0/+32