aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-06-22Btrfs: track transid for delayed ref flushingJosef Bacik
2016-06-17btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba
2016-06-17btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana
2016-05-12btrfs: build fixup for qgroup_account_snapshotDavid Sterba
2016-05-12btrfs: qgroup: Fix qgroup accounting when creating snapshotQu Wenruo
2016-04-29btrfs: sink gfp parameter to convert_extent_bitDavid Sterba
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba
2016-02-18btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-02-18Btrfs: add transaction space reservation tracepointsJosef Bacik
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba
2016-01-07btrfs: allocate root item at snapshot ioctl timeDavid Sterba
2016-01-07btrfs: pass proper enum type to start_transaction()Alexandru Moise
2015-12-17Btrfs: fix memory leaks after transaction is abortedFilipe Manana
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason
2015-10-21Btrfs: add a flags field to btrfs_transactionJosef Bacik
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik
2015-10-21btrfs: qgroup: Use new metadata reservation.Qu Wenruo
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-21btrfs: change num_items type from u64 to unsigned intAlexandru Moise
2015-10-21btrfs: memset cur_trans->delayed_refs to zeroAlexandru Moise
2015-10-21btrfs: trimming some start_transaction() code awayAlexandru Moise
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason
2015-10-10btrfs: add comments to barriers before waitqueue_activeDavid Sterba
2015-10-10btrfs: add barrier for waitqueue_active in clear_btree_io_treeDavid Sterba
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-05Btrfs: fix deadlock when finalizing block group creationFilipe Manana
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-22Btrfs: keep dropped roots in cache until transaction commitJosef Bacik
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-08-19Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana
2015-08-15introduce __sb_writers_{acquired,release}() helpersOleg Nesterov
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason
2015-08-09btrfs: Remove unnecessary variants in relocation.cZhaolei
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney
2015-07-22btrfs: Fix lockdep warning of btrfs_run_delayed_iputs()Zhao Lei