summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-27/+22
|\
| * btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-6/+8
| * btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-1/+1
| * btrfs: unsplit printed stringsJeff Mahoney2016-09-261-4/+2
| * Btrfs: remove BUG_ON in start_transactionLiu Bo2016-09-261-4/+1
| * Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-13/+11
* | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-2/+2
|/
* btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang2016-08-251-1/+6
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-15/+15
* btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney2016-07-261-0/+1
* btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-3/+3
* Btrfs: track transid for delayed ref flushingJosef Bacik2016-06-221-1/+2
* btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba2016-06-171-5/+0
* btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba2016-06-171-1/+1
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-1/+1
|\
| * btrfs: sink gfp parameter to convert_extent_bitDavid Sterba2016-04-291-1/+1
* | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-171-1/+1
|\ \
| * | Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-131-1/+1
| |/
* | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba2016-05-161-1/+1
|\ \
| * | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-1/+1
| |/
* | btrfs: build fixup for qgroup_account_snapshotDavid Sterba2016-05-121-0/+5
* | btrfs: qgroup: Fix qgroup accounting when creating snapshotQu Wenruo2016-05-121-24/+105
|/
* Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-2/+5
|\
| * btrfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-02-181-2/+5
* | Btrfs: add transaction space reservation tracepointsJosef Bacik2016-02-181-1/+5
|/
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-5/+10
|\
| * btrfs: pass proper enum type to start_transaction()Alexandru Moise2016-01-071-5/+10
* | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-11/+7
|\ \
| * | btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba2016-01-071-5/+4
| * | btrfs: allocate root item at snapshot ioctl timeDavid Sterba2016-01-071-6/+3
| |/
* | Btrfs: fix memory leaks after transaction is abortedFilipe Manana2015-12-171-0/+17
|/
* Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana2015-12-101-1/+0
* Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana2015-11-251-0/+32
* Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason2015-10-211-38/+14
|\
| * Btrfs: add a flags field to btrfs_transactionJosef Bacik2015-10-211-10/+8
| * Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-211-28/+6
* | btrfs: qgroup: Use new metadata reservation.Qu Wenruo2015-10-211-27/+7
|/
* Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-211-24/+8
|\
| * btrfs: change num_items type from u64 to unsigned intAlexandru Moise2015-10-211-4/+5
| * btrfs: memset cur_trans->delayed_refs to zeroAlexandru Moise2015-10-211-6/+2
| * btrfs: trimming some start_transaction() code awayAlexandru Moise2015-10-211-14/+1
* | Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason2015-10-121-0/+9
|\ \
| * | btrfs: add comments to barriers before waitqueue_activeDavid Sterba2015-10-101-0/+3
| * | btrfs: add barrier for waitqueue_active in clear_btree_io_treeDavid Sterba2015-10-101-0/+6
* | | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-121-1/+1
|\ \ \ | |_|/ |/| |
| * | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-1/+1
| |/
* | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-091-0/+1
|\ \ | |/ |/|
| * Btrfs: fix deadlock when finalizing block group creationFilipe Manana2015-10-051-0/+1
* | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-251-0/+32
|\ \ | |/
| * Btrfs: keep dropped roots in cache until transaction commitJosef Bacik2015-09-221-0/+32
OpenPOWER on IntegriCloud