summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-ref.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: migrate the delayed refs rsv codeJosef Bacik2019-07-041-0/+10
* 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-4/+3Star
* btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()Qu Wenruo2019-04-291-2/+1Star
* btrfs: delayed-ref: Introduce better documented delayed ref structuresQu Wenruo2019-04-291-0/+109
* btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...Qu Wenruo2019-02-251-11/+0Star
* btrfs: add btrfs_delete_ref_head helperJosef Bacik2018-12-171-1/+2
* btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi2018-10-151-1/+1
* btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi2018-10-151-2/+2
* Btrfs: delayed-refs: use rb_first_cached for ref_treeLiu Bo2018-10-151-1/+1
* Btrfs: delayed-refs: use rb_first_cached for href_rootLiu Bo2018-10-151-1/+1
* btrfs: Remove fs_info from btrfs_add_delayed_data_refNikolay Borisov2018-08-061-2/+1Star
* btrfs: Remove fs_info from btrfs_add_delayed_tree_refNikolay Borisov2018-08-061-2/+1Star
* btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov2018-05-281-1/+0Star
* btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov2018-05-281-3/+1Star
* btrfs: Fix race condition between delayed refs and blockgroup removalNikolay Borisov2018-04-201-0/+1
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+5Star
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* 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-3/+2Star
* btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-301-32/+17Star
* Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval2017-06-291-2/+4
* btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-181-3/+5
* Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo2017-02-141-1/+2
* btrfs: drop unused extent_op arg from btrfs_add_delayed_data_refJeff Mahoney2017-02-141-2/+1Star
* Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-12-131-6/+0Star
|\
| * Btrfs: remove rb_node field from the delayed ref node structureFilipe Manana2016-11-191-6/+0Star
* | btrfs: improve delayed refs iterationsWang Xiaoguang2016-11-301-0/+8
|/
* Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve()Filipe Manana2016-08-031-3/+0Star
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* btrfs: better packing of btrfs_delayed_extent_opDavid Sterba2016-01-071-4/+4
* btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-271-1/+1
* Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-5/+2Star
* btrfs: delayed_ref: Add new function to record reserved space into delayed refQu Wenruo2015-10-221-0/+14
* btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo2015-06-101-0/+8
* btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo2015-06-101-0/+3
* btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo2015-06-101-1/+17
* Btrfs: account for crcs in delayed ref processingJosef Bacik2015-04-101-0/+10
* Btrfs: rework qgroup accountingJosef Bacik2014-06-101-21/+3Star
* Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik2014-01-281-16/+7Star
* Btrfs: introduce a head ref rbtreeLiu Bo2014-01-281-0/+5
* Btrfs: handle running extent ops with skinny metadataJosef Bacik2013-05-181-0/+1
* Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason2013-02-201-0/+9
|\
| * Btrfs: reduce CPU contention while waiting for delayed extent operationsChris Mason2013-02-011-0/+9
* | Btrfs: make delayed ref lock logic more readableMiao Xie2013-02-201-0/+6
* | Btrfs: use slabs for delayed reference allocationMiao Xie2013-02-201-1/+36
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\
| * btrfs: fix the commment for the action flags in delayed-ref.hWang Sheng-Hui2012-09-211-1/+1
* | Btrfs: allow delayed refs to be mergedJosef Bacik2012-08-281-0/+4
* | Btrfs: hooks for qgroup to record delayed refsJan Schmidt2012-07-121-0/+19