aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-15introduce __sb_writers_{acquired,release}() helpersGravatar Oleg Nesterov 1-6/+2
2015-08-09Merge branch 'jeffm-discard-4.3' into for-linus-4.3Gravatar Chris Mason 1-0/+2
2015-08-09btrfs: Remove unnecessary variants in relocation.cGravatar Zhaolei 1-1/+1
2015-07-29btrfs: add missing discards when unpinning extents with -o discardGravatar Jeff Mahoney 1-0/+2
2015-07-22btrfs: Fix lockdep warning of btrfs_run_delayed_iputs()Gravatar Zhao Lei 1-1/+2
2015-07-11Btrfs: fix list transaction->pending_ordered corruptionGravatar Filipe Manana 1-2/+2
2015-06-10btrfs: qgroup: Make snapshot accounting work with new extent-orientedGravatar Qu Wenruo 1-20/+33
2015-06-10btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Gravatar Qu Wenruo 1-0/+1
2015-06-10btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Gravatar Qu Wenruo 1-0/+18
2015-06-10btrfs: qgroup: Record possible quota-related extent for qgroup.Gravatar Qu Wenruo 1-0/+1
2015-06-03Btrfs: fix -ENOSPC when finishing block group creationGravatar Filipe Manana 1-0/+6
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitGravatar Chris Mason 1-1/+37
2015-04-10Btrfs: reserve space for block groupsGravatar Josef Bacik 1-0/+1
2015-04-10Btrfs: account for crcs in delayed ref processingGravatar Josef Bacik 1-0/+4
2015-04-10btrfs: actively run the delayed refs while deleting large filesGravatar Chris Mason 1-1/+1
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Chris Mason 1-1/+1
2015-03-25Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Chris Mason 1-5/+2
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-14/+25
2015-03-17Btrfs: prepare block group cache before writingGravatar Josef Bacik 1-1/+4
2015-03-13Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)Gravatar Josef Bacik 1-13/+18
2015-03-13Btrfs: catch transaction abortion after waiting for itGravatar Liu Bo 1-0/+3
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+0
2015-03-05Btrfs: remove extra run_delayed_refs in update_cowonly_rootGravatar Josef Bacik 1-3/+0
2015-03-03btrfs: use cond_resched_lock where possibleGravatar David Sterba 1-5/+2
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+21
2015-02-16btrfs: constify structs with op functions or static definitionsGravatar David Sterba 1-1/+1
2015-02-14btrfs: Fix out-of-space bugGravatar Zhao Lei 1-0/+4
2015-01-21Btrfs: track dirty block groups on their own listGravatar Josef Bacik 1-5/+9
2015-01-21Btrfs: change how we track dirty rootsGravatar Josef Bacik 1-1/+8
2015-01-20btrfs: Fix the bug that fs_info->pending_changes is never cleared.Gravatar Qu Wenruo 1-1/+1
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Chris Mason 1-6/+32
2014-11-21Btrfs: make sure logged extents complete in the current transaction V3Gravatar Josef Bacik 1-0/+33
2014-11-20Btrfs: make find_first_extent_bit be able to cache any stateGravatar Filipe Manana 1-0/+3
2014-11-20Btrfs: deal with convert_extent_bit errors to avoid fs corruptionGravatar Filipe Manana 1-16/+76
2014-11-12btrfs: introduce pending action: commitGravatar David Sterba 1-0/+5
2014-11-12btrfs: switch inode_cache option handling to pending changesGravatar David Sterba 1-7/+12
2014-11-12btrfs: add support for processing pending changesGravatar David Sterba 1-0/+16
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Chris Mason 1-1/+1
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Chris Mason 1-1/+1
2014-10-03Btrfs: fix race in WAIT_SYNC ioctlGravatar Sage Weil 1-3/+9
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionGravatar Filipe Manana 1-0/+26
2014-10-02btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBGravatar David Sterba 1-1/+1
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsGravatar David Sterba 1-1/+1
2014-09-17Btrfs: fix wrong device bytes_used in the super blockGravatar Miao Xie 1-0/+1
2014-09-17Btrfs: fix wrong disk size when writing super blocksGravatar Miao Xie 1-0/+2
2014-09-17btrfs: use nodesize everywhere, kill leafsizeGravatar David Sterba 1-1/+1
2014-09-17btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshotGravatar David Sterba 1-4/+1
2014-08-15btrfs: disable strict file flushes for renames and truncatesGravatar Chris Mason 1-31/+2
2014-07-03Btrfs: fix crash when starting transactionGravatar Filipe Manana 1-0/+1
2014-07-03btrfs: remove stale comment from btrfs_flush_all_pending_stuffsGravatar David Sterba 1-5/+0