summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-02btrfs: zoned: refine extent allocator hint selectionNaohiro Aota1-2/+4
2025-08-28btrfs: fix ssd_spread overallocationBoris Burkov1-16/+17
2025-05-22btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana1-5/+20
2025-04-10btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik1-1/+4
2024-12-14btrfs: add cancellation points to trim loopsLuca Stefani1-1/+6
2024-12-09btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik1-1/+0
2024-12-09btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana1-1/+1
2024-12-09btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana1-9/+13
2024-10-17btrfs: split remaining space to discard in chunksLuca Stefani1-4/+15
2024-10-04btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani1-2/+2
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik1-5/+23
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik1-2/+2
2024-08-11btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota1-1/+2
2024-02-01btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota1-0/+18
2024-02-01btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota1-13/+19
2024-02-01btrfs: don't warn if discard range is not aligned to sectorDavid Sterba1-1/+2
2023-11-28btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-16/+20
2023-09-20btrfs: log message if extent item not found when running delayed extent opFilipe Manana1-1/+4
2023-09-20btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()Filipe Manana1-4/+3
2023-09-20btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana1-3/+3
2023-08-21btrfs: remove v0 extent handlingQu Wenruo1-14/+21
2023-08-21btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo1-0/+5
2023-08-21btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota1-20/+23
2023-08-21btrfs: wait on uncached block groups on every allocation loopJosef Bacik1-43/+18
2023-08-21btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo1-12/+61
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota1-1/+7
2023-08-21btrfs: move comments to btrfs_loop_type definitionJosef Bacik1-9/+28
2023-08-21btrfs: move btrfs_free_excluded_extents() into block-group.cFilipe Manana1-12/+0
2023-08-21btrfs: open code trivial btrfs_add_excluded_extent()Filipe Manana1-9/+0
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana1-3/+2
2023-08-10btrfs: set cache_block_group_error if we find an errorJosef Bacik1-1/+4
2023-06-19btrfs: use bool type for delayed ref head fields that are used as booleansFilipe Manana1-7/+7
2023-06-19btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeFilipe Manana1-1/+0
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-8/+6
2023-06-19btrfs: drop NOFAIL from set_extent_bit allocation masksDavid Sterba1-2/+1
2023-06-19btrfs: open code set_extent_bitsDavid Sterba1-5/+5
2023-06-19btrfs: open code set_extent_dirtyDavid Sterba1-6/+9
2023-06-19btrfs: open code set_extent_newDavid Sterba1-2/+3
2023-06-19btrfs: fix comment referring to no longer existing btrfs_clean_tree_block()Filipe Manana1-1/+1
2023-06-19btrfs: remove level argument from btrfs_set_block_flagsJosef Bacik1-4/+3
2023-06-19btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain1-2/+2
2023-06-19btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain1-2/+4
2023-06-19btrfs: improve leaf dump and error handlingQu Wenruo1-66/+57
2023-06-19btrfs: print-tree: pass const extent buffer pointerQu Wenruo1-1/+1
2023-04-17btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana1-25/+2
2023-04-17btrfs: abort the transaction if we get an error during snapshot dropJosef Bacik1-0/+2
2023-04-17btrfs: handle errors in walk_down_tree properlyJosef Bacik1-4/+4
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik1-3/+3
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik1-2/+2
2023-02-15btrfs: always lock the block before calling btrfs_clean_tree_blockJosef Bacik1-2/+1