summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-13btrfs: check delayed refs when we're checking if a ref existsJosef Bacik1-6/+45
2024-07-29btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota1-1/+2
2024-07-11btrfs: avoid allocating and running pointless delayed extent operationsFilipe Manana1-36/+27
2024-07-11btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana1-4/+20
2024-07-11btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()Filipe Manana1-13/+9
2024-07-11btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()Filipe Manana1-1/+1
2024-07-11btrfs: remove NULL transaction support for btrfs_lookup_extent_info()Filipe Manana1-14/+2
2024-07-11btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana1-10/+14
2024-07-11btrfs: add documentation around snapshot deleteJosef Bacik1-0/+51
2024-07-11btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik1-1/+4
2024-07-11btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc()Josef Bacik1-3/+3
2024-07-11btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik1-5/+23
2024-07-11btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik1-2/+2
2024-07-11btrfs: handle errors from ref mods during UPDATE_BACKREF in walk_down_proc()Josef Bacik1-3/+12
2024-07-11btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik1-1/+0
2024-07-11btrfs: extract the reference dropping code into it's own helperJosef Bacik1-70/+87
2024-07-11btrfs: unify logic to decide if we need to walk down into a node during snaps...Josef Bacik1-44/+89
2024-07-11btrfs: remove local variable need_account in do_walk_down()Josef Bacik1-5/+4
2024-07-11btrfs: factor out eb uptodate check from do_walk_down()Josef Bacik1-20/+45
2024-07-11btrfs: push lookup_info into struct walk_controlJosef Bacik1-10/+12
2024-07-11btrfs: use btrfs_read_extent_buffer() in do_walk_down()Josef Bacik1-11/+4
2024-07-11btrfs: don't do extra find_extent_buffer() in do_walk_down()Josef Bacik1-10/+6
2024-07-11btrfs: rename err to ret in btrfs_drop_snapshot()Anand Jain1-25/+26
2024-07-11btrfs: automatically remove the subvolume qgroupQu Wenruo1-0/+8
2024-05-15btrfs: fix end of tree detection when searching for data extent refFilipe Manana1-1/+1
2024-05-07btrfs: simplify return variables in btrfs_drop_subtree()Anand Jain1-9/+7
2024-05-07btrfs: simplify return variables in lookup_extent_data_ref()Anand Jain1-15/+14
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik1-31/+25
2024-05-07btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik1-5/+5
2024-05-07btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik1-9/+11
2024-05-07btrfs: make the insert backref helpers take a btrfs_delayed_ref_nodeJosef Bacik1-25/+21
2024-05-07btrfs: drop unnecessary arguments from __btrfs_free_extentJosef Bacik1-15/+8
2024-05-07btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_nodeJosef Bacik1-32/+9
2024-05-07btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik1-9/+9
2024-05-07btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik1-7/+7
2024-05-07btrfs: simplify delayed ref tracepointsJosef Bacik1-2/+2
2024-05-07btrfs: move ref_root into btrfs_refJosef Bacik1-22/+16
2024-05-07btrfs: do not use a function to initialize btrfs_refJosef Bacik1-38/+49
2024-05-07btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()Filipe Manana1-1/+1
2024-04-10btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota1-0/+8
2024-03-04btrfs: avoid unnecessary ref initialization when freeing log tree blockFilipe Manana1-6/+7
2024-03-04btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...David Sterba1-1/+1
2024-03-04btrfs: handle invalid extent item reference found in check_committed_ref()David Sterba1-1/+8
2024-03-04btrfs: make btrfs_error_unpin_extent_range() return voidDavid Sterba1-7/+6
2024-03-04btrfs: return errors from unpin_extent_range()David Sterba1-4/+15
2024-03-04btrfs: remove unused included headersDavid Sterba1-4/+1
2024-01-19btrfs: don't warn if discard range is not aligned to sectorDavid Sterba1-1/+2
2024-01-12btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota1-0/+18
2024-01-12btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota1-13/+19
2023-12-15btrfs: reflow btrfs_free_tree_blockJohannes Thumshirn1-49/+50