summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-ref.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: split delayed ref head initialization and additionNikolay Borisov2018-05-281-25/+22
* btrfs: Use init_delayed_ref_head in add_delayed_ref_headNikolay Borisov2018-05-281-59/+4
* btrfs: Introduce init_delayed_ref_headNikolay Borisov2018-05-281-0/+65
* btrfs: Open-code add_delayed_data_refNikolay Borisov2018-05-281-40/+22
* btrfs: Open-code add_delayed_tree_refNikolay Borisov2018-05-281-45/+20
* btrfs: Use init_delayed_ref_common in add_delayed_data_refNikolay Borisov2018-05-281-25/+10
* btrfs: Use init_delayed_ref_common in add_delayed_tree_refNikolay Borisov2018-05-281-24/+11
* btrfs: Factor out common delayed refs init codeNikolay Borisov2018-05-281-0/+51
* btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov2018-05-281-1/+1
* btrfs: Drop fs_info parameter from add_delayed_data_refNikolay Borisov2018-05-281-7/+5
* btrfs: Drop add_delayed_ref_head fs_info parameterNikolay Borisov2018-05-281-11/+10
* btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov2018-05-281-6/+3
* btrfs: Fix race condition between delayed refs and blockgroup removalNikolay Borisov2018-04-201-5/+14
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: use lockdep_assert_held for spinlocksDavid Sterba2018-03-311-3/+3
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: Ignore errors from btrfs_qgroup_trace_extent_postNikolay Borisov2018-02-021-1/+2
* Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-221-1/+1
* btrfs: track refs in a rb_tree instead of a listJosef Bacik2017-11-011-52/+56
* btrfs: add a comp_refs() helperJosef Bacik2017-11-011-24/+30
* btrfs: switch args for comp_*_refsJosef Bacik2017-11-011-4/+4
* btrfs: remove type argument from comp_tree_refsJosef Bacik2017-10-301-6/+4
* btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-301-72/+54
* Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval2017-06-291-8/+21
* btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+4
* btrfs: qgroup: Move half of the qgroup accounting time out of commit transQu Wenruo2017-02-171-4/+16
* Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo2017-02-141-4/+1
* btrfs: drop unused extent_op arg from btrfs_add_delayed_data_refJeff Mahoney2017-02-141-4/+2
* btrfs: improve delayed refs iterationsWang Xiaoguang2016-11-301-0/+18
* btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo2016-11-301-1/+1
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-4/+5
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-2/+4
* btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo2016-08-251-5/+2
* Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2016-08-051-27/+0
|\
| * Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve()Filipe Manana2016-08-031-27/+0
* | btrfs: prefix fsid to all trace eventsJeff Mahoney2016-07-261-4/+5
* | btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-4/+4
|/
* btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-8/+4
* btrfs: better packing of btrfs_delayed_extent_opDavid Sterba2016-01-071-2/+2
* btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-261-5/+17
* Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-20/+8
* Btrfs: fix regression when running delayed referencesFilipe Manana2015-10-251-0/+113
* btrfs: delayed_ref: Add new function to record reserved space into delayed refQu Wenruo2015-10-211-0/+29
* btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref()Dan Carpenter2015-06-241-9/+11
* btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo2015-06-101-7/+43
* btrfs: delayed-ref: Cleanup the unneeded functions.Qu Wenruo2015-06-101-174/+0
* btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo2015-06-101-74/+82
* Btrfs: account for crcs in delayed ref processingJosef Bacik2015-04-101-2/+20
* Btrfs: rework qgroup accountingJosef Bacik2014-06-091-16/+23
* Btrfs: fix race when updating existing ref headFilipe Manana2014-03-201-1/+1
OpenPOWER on IntegriCloud