summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-ref.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: check delayed refs when we're checking if a ref existsJosef Bacik2024-08-131-0/+2
* btrfs: avoid allocating and running pointless delayed extent operationsFilipe Manana2024-07-111-2/+4
* btrfs: remove no longer used btrfs_migrate_to_delayed_refs_rsv()Filipe Manana2024-07-111-2/+0
* btrfs: replace btrfs_delayed_*_ref with btrfs_*_refJosef Bacik2024-05-071-32/+23
* btrfs: remove the btrfs_delayed_ref_node container helpersJosef Bacik2024-05-071-27/+0
* btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_nodeJosef Bacik2024-05-071-0/+16
* btrfs: rename btrfs_data_ref->ino to ->objectidJosef Bacik2024-05-071-1/+1
* btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik2024-05-071-4/+9
* btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik2024-05-071-1/+1
* btrfs: pass btrfs_ref to init_delayed_ref_commonJosef Bacik2024-05-071-0/+19
* btrfs: move ref_root into btrfs_refJosef Bacik2024-05-071-13/+9
* btrfs: do not use a function to initialize btrfs_refJosef Bacik2024-05-071-2/+0
* btrfs: embed data_ref and tree_ref in btrfs_delayed_ref_nodeJosef Bacik2024-05-071-21/+23
* btrfs: add a helper to get the delayed ref node from the data/tree refJosef Bacik2024-05-071-0/+12
* btrfs: uninline some static inline helpers from delayed-ref.hDavid Sterba2024-03-041-65/+7
* btrfs: add forward declarations and headers, part 3David Sterba2024-03-041-0/+10
* btrfs: stop reserving excessive space for block group item insertionsFilipe Manana2023-10-121-0/+2
* btrfs: stop reserving excessive space for block group item updatesFilipe Manana2023-10-121-0/+2
* btrfs: record simple quota deltas in delayed refsBoris Burkov2023-10-121-0/+6
* btrfs: track original extent owner in head_refBoris Burkov2023-10-121-0/+7
* btrfs: track owning root in btrfs_refBoris Burkov2023-10-121-3/+6
* btrfs: rename tree_ref and data_ref owning_rootBoris Burkov2023-10-121-6/+6
* btrfs: stop doing excessive space reservation for csum deletionFilipe Manana2023-10-121-1/+12
* btrfs: remove the refcount warning/check at btrfs_put_delayed_ref()Filipe Manana2023-10-121-1/+0
* btrfs: reduce size of struct btrfs_refDavid Sterba2023-10-121-6/+12
* btrfs: prevent transaction block reserve underflow when starting transactionFilipe Manana2023-09-201-1/+0
* btrfs: use bool type for delayed ref head fields that are used as booleansFilipe Manana2023-06-191-4/+4
* btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeFilipe Manana2023-06-191-2/+1
* btrfs: remove unused is_head field from struct btrfs_delayed_ref_nodeFilipe Manana2023-06-191-2/+0
* btrfs: reorder some members of struct btrfs_delayed_ref_headFilipe Manana2023-06-191-3/+9
* btrfs: add helper to calculate space for delayed referencesFilipe Manana2023-04-171-0/+21
* btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana2023-04-171-1/+0
* btrfs: simplify btrfs_should_throttle_delayed_refs()Filipe Manana2023-04-171-1/+1
* btrfs: directly pass in fs_info to btrfs_merge_delayed_refsJohannes Thumshirn2023-02-131-1/+1
* btrfs: remove btrfs_delayed_extent_op::is_dataDavid Sterba2022-05-161-1/+0
* btrfs: make btrfs_ref::real_root optionalNikolay Borisov2021-10-261-14/+9
* btrfs: pull up qgroup checks from delayed-ref core to init timeNikolay Borisov2021-10-261-0/+11
* btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov2021-10-261-2/+3
* btrfs: rename root fields in delayed refs structsNikolay Borisov2021-10-261-6/+6
* btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik2021-02-081-6/+6
* btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik2021-02-081-4/+12
* 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/+1
* btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_data_ref()Qu Wenruo2019-04-291-4/+3
* btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()Qu Wenruo2019-04-291-2/+1
* 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/+0
* 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