aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+2
2015-08-19Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana1-0/+3
2015-08-15introduce __sb_writers_{acquired,release}() helpersOleg Nesterov1-6/+2
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason1-0/+2
2015-08-09btrfs: Remove unnecessary variants in relocation.cZhaolei1-1/+1
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney1-0/+2
2015-07-22btrfs: Fix lockdep warning of btrfs_run_delayed_iputs()Zhao Lei1-1/+2
2015-07-11Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana1-2/+2
2015-06-10btrfs: qgroup: Make snapshot accounting work with new extent-orientedQu Wenruo1-20/+33
2015-06-10btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo1-0/+1
2015-06-10btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Qu Wenruo1-0/+18
2015-06-10btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo1-0/+1
2015-06-03Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana1-0/+6
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason1-1/+37
2015-04-10Btrfs: reserve space for block groupsJosef Bacik1-0/+1
2015-04-10Btrfs: account for crcs in delayed ref processingJosef Bacik1-0/+4
2015-04-10btrfs: actively run the delayed refs while deleting large filesChris Mason1-1/+1
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-1/+1
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-5/+2
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-14/+25
2015-03-17Btrfs: prepare block group cache before writingJosef Bacik1-1/+4
2015-03-13Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)Josef Bacik1-13/+18
2015-03-13Btrfs: catch transaction abortion after waiting for itLiu Bo1-0/+3
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-3/+0
2015-03-05Btrfs: remove extra run_delayed_refs in update_cowonly_rootJosef Bacik1-3/+0
2015-03-03btrfs: use cond_resched_lock where possibleDavid Sterba1-5/+2
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+21
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba1-1/+1
2015-02-14btrfs: Fix out-of-space bugZhao Lei1-0/+4
2015-01-21Btrfs: track dirty block groups on their own listJosef Bacik1-5/+9
2015-01-21Btrfs: change how we track dirty rootsJosef Bacik1-1/+8
2015-01-20btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo1-1/+1
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-6/+32