summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)Author
2021-07-20btrfs: clear defrag status of a root if starting transaction failsDavid Sterba
2020-02-14btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik
2018-12-13btrfs: release metadata before running delayed refsJosef Bacik
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
2015-07-11Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana
2015-06-10btrfs: qgroup: Make snapshot accounting work with new extent-orientedQu Wenruo
2015-06-10btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo
2015-06-10btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Qu Wenruo
2015-06-10btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo
2015-06-03Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason
2015-04-10Btrfs: reserve space for block groupsJosef Bacik
2015-04-10Btrfs: account for crcs in delayed ref processingJosef Bacik
2015-04-10btrfs: actively run the delayed refs while deleting large filesChris Mason
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-17Btrfs: prepare block group cache before writingJosef Bacik
2015-03-13Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)Josef Bacik
2015-03-13Btrfs: catch transaction abortion after waiting for itLiu Bo
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-05Btrfs: remove extra run_delayed_refs in update_cowonly_rootJosef Bacik
2015-03-03btrfs: use cond_resched_lock where possibleDavid Sterba
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba