summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-ref.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: update stale comment for struct btrfs_delayed_ref_node::add_listFilipe Manana2024-11-111-1/+2
* btrfs: track delayed ref heads in an xarrayFilipe Manana2024-11-111-11/+15
* btrfs: add comments regarding locking to struct btrfs_delayed_ref_rootFilipe Manana2024-11-111-3/+17
* btrfs: pass fs_info to btrfs_delete_ref_head()Filipe Manana2024-11-111-1/+2
* btrfs: pass fs_info to functions that search for delayed ref headsFilipe Manana2024-11-111-1/+3
* btrfs: move delayed ref head unselection to delayed-ref.cFilipe Manana2024-11-111-0/+2
* btrfs: simplify obtaining a delayed ref headFilipe Manana2024-11-111-2/+0
* btrfs: change return type of btrfs_delayed_ref_lock() to booleanFilipe Manana2024-11-111-2/+2
* btrfs: remove num_entries atomic counter from delayed ref rootFilipe Manana2024-11-111-5/+0
* btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()Filipe Manana2024-11-111-2/+1
* btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.cFilipe Manana2024-11-111-0/+2
* btrfs: use sector numbers as keys for the dirty extents xarrayFilipe Manana2024-10-111-1/+9
* btrfs: qgroup: use xarray to track dirty extents in transactionJunchao Sun2024-09-101-2/+2
* 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