summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-ref.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: migrate the delayed refs rsv codeJosef Bacik2019-07-041-0/+174
* btrfs: assert delayed ref lock in btrfs_find_delayed_ref_headDavid Sterba2019-07-021-3/+4
* btrfs: remove unused parameter fs_info from btrfs_add_delayed_extent_opDavid Sterba2019-04-291-2/+1Star
* btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_data_ref()Qu Wenruo2019-04-291-5/+14
* btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()Qu Wenruo2019-04-291-7/+17
* btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo2019-02-251-11/+4Star
* btrfs: introduce delayed_refs_rsvJosef Bacik2018-12-171-6/+38
* btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik2018-12-171-3/+0Star
* btrfs: add btrfs_delete_ref_head helperJosef Bacik2018-12-171-0/+14
* btrfs: delayed-ref: extract find_first_ref_head from find_ref_headLu Fengqi2018-10-171-23/+27
* btrfs: switch return_bigger to bool in find_ref_headLu Fengqi2018-10-151-5/+6
* btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi2018-10-151-4/+1Star
* btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi2018-10-151-5/+2Star
* Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo2018-10-151-10/+14
* Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo2018-10-151-13/+17
* btrfs: Streamline memory allocation failure handling in btrfs_add_delayed_tre...Nikolay Borisov2018-08-061-18/+17Star
* btrfs: Remove fs_info from btrfs_add_delayed_data_refNikolay Borisov2018-08-061-2/+2
* btrfs: Remove fs_info from btrfs_add_delayed_tree_refNikolay Borisov2018-08-061-2/+2
* btrfs: split delayed ref head initialization and additionNikolay Borisov2018-05-281-25/+22Star
* btrfs: Use init_delayed_ref_head in add_delayed_ref_headNikolay Borisov2018-05-281-59/+4Star
* btrfs: Introduce init_delayed_ref_headNikolay Borisov2018-05-281-0/+65
* btrfs: Open-code add_delayed_data_refNikolay Borisov2018-05-281-40/+22Star
* btrfs: Open-code add_delayed_tree_refNikolay Borisov2018-05-281-45/+20Star
* btrfs: Use init_delayed_ref_common in add_delayed_data_refNikolay Borisov2018-05-281-25/+10Star
* btrfs: Use init_delayed_ref_common in add_delayed_tree_refNikolay Borisov2018-05-281-24/+11Star
* 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/+5Star
* btrfs: Drop add_delayed_ref_head fs_info parameterNikolay Borisov2018-05-281-11/+10Star
* btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov2018-05-281-6/+3Star
* 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/+1Star
* 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/+4Star
* btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-301-72/+54Star
* 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/+1Star
* btrfs: drop unused extent_op arg from btrfs_add_delayed_data_refJeff Mahoney2017-02-141-4/+2Star
* 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