summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-061-6/+2Star
|\
| * introduce __sb_writers_{acquired,release}() helpersOleg Nesterov2015-08-151-6/+2Star
* | Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana2015-08-191-0/+3
* | Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason2015-08-091-0/+2
|\ \
| * | btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney2015-07-291-0/+2
| |/
* / btrfs: Remove unnecessary variants in relocation.cZhaolei2015-08-091-1/+1
|/
* btrfs: Fix lockdep warning of btrfs_run_delayed_iputs()Zhao Lei2015-07-231-1/+2
* Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana2015-07-111-2/+2
* btrfs: qgroup: Make snapshot accounting work with new extent-orientedQu Wenruo2015-06-101-20/+33
* btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo2015-06-101-0/+1
* btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Qu Wenruo2015-06-101-0/+18
* btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo2015-06-101-0/+1
* Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana2015-06-031-0/+6
* Btrfs: allow block group cache writeout outside critical section in commitChris Mason2015-04-101-1/+37
* Btrfs: reserve space for block groupsJosef Bacik2015-04-101-0/+1
* Btrfs: account for crcs in delayed ref processingJosef Bacik2015-04-101-0/+4
* btrfs: actively run the delayed refs while deleting large filesChris Mason2015-04-101-1/+1
* Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-1/+1
|\
| * btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-161-1/+1
* | Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2015-03-251-5/+2Star
|\ \
| * | btrfs: use cond_resched_lock where possibleDavid Sterba2015-03-031-5/+2Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-211-14/+25
|\ \
| * | Btrfs: prepare block group cache before writingJosef Bacik2015-03-171-1/+4
| * | Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)Josef Bacik2015-03-131-13/+18
| * | Btrfs: catch transaction abortion after waiting for itLiu Bo2015-03-131-0/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-061-3/+0Star
|\| |
| * | Btrfs: remove extra run_delayed_refs in update_cowonly_rootJosef Bacik2015-03-061-3/+0Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-6/+21
|\|
| * btrfs: Fix out-of-space bugZhao Lei2015-02-141-0/+4
| * Btrfs: track dirty block groups on their own listJosef Bacik2015-01-221-5/+9
| * Btrfs: change how we track dirty rootsJosef Bacik2015-01-221-1/+8
* | btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo2015-01-211-1/+1
|/
* Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason2014-11-251-6/+32
|\
| * btrfs: introduce pending action: commitDavid Sterba2014-11-121-0/+5
| * btrfs: switch inode_cache option handling to pending changesDavid Sterba2014-11-121-7/+12
| * btrfs: add support for processing pending changesDavid Sterba2014-11-121-0/+16
* | Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik2014-11-211-0/+33
* | Btrfs: make find_first_extent_bit be able to cache any stateFilipe Manana2014-11-211-0/+3
* | Btrfs: deal with convert_extent_bit errors to avoid fs corruptionFilipe Manana2014-11-211-16/+76
|/
* Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2014-10-041-1/+1
|\
| * btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-021-1/+1
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-041-1/+1
|\ \
| * | btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUBDavid Sterba2014-10-021-1/+1
| |/
* | Btrfs: fix race in WAIT_SYNC ioctlSage Weil2014-10-041-3/+9
* | Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana2014-10-041-0/+26
|/
* Btrfs: fix wrong device bytes_used in the super blockMiao Xie2014-09-171-0/+1
* Btrfs: fix wrong disk size when writing super blocksMiao Xie2014-09-171-0/+2
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-1/+1
* btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshotDavid Sterba2014-09-171-4/+1Star
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-151-31/+2Star