summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix end of tree detection when searching for data extent refFilipe Manana2024-05-151-1/+1
* btrfs: simplify return variables in btrfs_drop_subtree()Anand Jain2024-05-071-9/+7
* btrfs: simplify return variables in lookup_extent_data_ref()Anand Jain2024-05-071-15/+14
* btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik2024-05-071-31/+25
* btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik2024-05-071-5/+5
* btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik2024-05-071-9/+11
* btrfs: make the insert backref helpers take a btrfs_delayed_ref_nodeJosef Bacik2024-05-071-25/+21
* btrfs: drop unnecessary arguments from __btrfs_free_extentJosef Bacik2024-05-071-15/+8
* btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_nodeJosef Bacik2024-05-071-32/+9
* btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik2024-05-071-9/+9
* btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik2024-05-071-7/+7
* btrfs: simplify delayed ref tracepointsJosef Bacik2024-05-071-2/+2
* btrfs: move ref_root into btrfs_refJosef Bacik2024-05-071-22/+16
* btrfs: do not use a function to initialize btrfs_refJosef Bacik2024-05-071-38/+49
* btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()Filipe Manana2024-05-071-1/+1
* btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota2024-04-091-0/+8
* btrfs: avoid unnecessary ref initialization when freeing log tree blockFilipe Manana2024-03-041-6/+7
* btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...David Sterba2024-03-041-1/+1
* btrfs: handle invalid extent item reference found in check_committed_ref()David Sterba2024-03-041-1/+8
* btrfs: make btrfs_error_unpin_extent_range() return voidDavid Sterba2024-03-041-7/+6
* btrfs: return errors from unpin_extent_range()David Sterba2024-03-041-4/+15
* btrfs: remove unused included headersDavid Sterba2024-03-041-4/+1
* btrfs: don't warn if discard range is not aligned to sectorDavid Sterba2024-01-181-1/+2
* btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota2024-01-121-0/+18
* btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota2024-01-121-13/+19
* btrfs: reflow btrfs_free_tree_blockJohannes Thumshirn2023-12-151-49/+50
* btrfs: remove now unneeded btrfs_redirty_list_addJohannes Thumshirn2023-12-151-4/+1
* btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn2023-12-151-1/+1
* btrfs: ensure releasing squota reserve on head refsBoris Burkov2023-12-061-14/+34
* btrfs: get correct owning_root when dropping snapshotJosef Bacik2023-11-031-8/+17
* btrfs: track data relocation with simple quotaBoris Burkov2023-10-121-5/+8
* btrfs: qgroup: track metadata relocation COW with simple quotaBoris Burkov2023-10-121-2/+5
* btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov2023-10-121-0/+4
* btrfs: record simple quota deltas in delayed refsBoris Burkov2023-10-121-8/+75
* btrfs: add helper for inline owner ref lookupBoris Burkov2023-10-121-0/+48
* btrfs: new inline ref storing owning subvol of data extentsBoris Burkov2023-10-121-11/+46
* btrfs: track owning root in btrfs_refBoris Burkov2023-10-121-8/+13
* btrfs: rename tree_ref and data_ref owning_rootBoris Burkov2023-10-121-5/+5
* btrfs: delete stripe extent on extent deletionJohannes Thumshirn2023-10-121-0/+6
* btrfs: add support for inserting raid stripe extentsJohannes Thumshirn2023-10-121-0/+1
* btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()Filipe Manana2023-10-121-3/+0
* btrfs: remove stale comment from btrfs_free_extent()Filipe Manana2023-10-121-1/+0
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-16/+20
* btrfs: stop doing excessive space reservation for csum deletionFilipe Manana2023-10-121-5/+5
* btrfs: reserve space for delayed refs on a per ref basisFilipe Manana2023-10-121-14/+15
* btrfs: allow to run delayed refs by bytes to be released instead of countFilipe Manana2023-10-121-19/+34
* btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()Filipe Manana2023-10-121-11/+11
* btrfs: return -EUCLEAN if extent item is missing when searching inline backrefFilipe Manana2023-10-121-1/+1
* btrfs: use a single variable for return value at lookup_inline_extent_backref()Filipe Manana2023-10-121-18/+15
* btrfs: use a single variable for return value at run_delayed_extent_op()Filipe Manana2023-10-121-8/+5