summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countFilipe Manana
2023-10-12btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()Filipe Manana
2023-10-12btrfs: return -EUCLEAN if extent item is missing when searching inline backrefFilipe Manana
2023-10-12btrfs: use a single variable for return value at lookup_inline_extent_backref()Filipe Manana
2023-10-12btrfs: use a single variable for return value at run_delayed_extent_op()Filipe Manana
2023-10-12btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()Filipe Manana
2023-10-12btrfs: initialize key where it's used when running delayed data refFilipe Manana
2023-10-12btrfs: remove refs_to_drop argument from __btrfs_free_extent()Filipe Manana
2023-10-12btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref()Filipe Manana
2023-10-12btrfs: remove unnecessary logic when running new delayed referencesFilipe Manana
2023-10-12btrfs: move extent_buffer::lock_owner to debug sectionDavid Sterba
2023-10-12btrfs: reduce parameters of btrfs_pin_extent_for_log_replayDavid Sterba
2023-10-12btrfs: reduce parameters of btrfs_pin_reserved_extentDavid Sterba
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba
2023-10-12btrfs: remove btrfs_crc32c wrapperJosef Bacik
2023-09-20btrfs: log message if extent item not found when running delayed extent opFilipe Manana
2023-09-20btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()Filipe Manana
2023-09-20btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana
2023-08-21btrfs: remove v0 extent handlingQu Wenruo
2023-08-21btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-08-21btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota
2023-08-21btrfs: wait on uncached block groups on every allocation loopJosef Bacik
2023-08-21btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota
2023-08-21btrfs: move comments to btrfs_loop_type definitionJosef Bacik
2023-08-21btrfs: move btrfs_free_excluded_extents() into block-group.cFilipe Manana
2023-08-21btrfs: open code trivial btrfs_add_excluded_extent()Filipe Manana
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana
2023-08-10btrfs: set cache_block_group_error if we find an errorJosef Bacik
2023-06-19btrfs: use bool type for delayed ref head fields that are used as booleansFilipe Manana
2023-06-19btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeFilipe Manana
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: drop NOFAIL from set_extent_bit allocation masksDavid Sterba
2023-06-19btrfs: open code set_extent_bitsDavid Sterba
2023-06-19btrfs: open code set_extent_dirtyDavid Sterba
2023-06-19btrfs: open code set_extent_newDavid Sterba
2023-06-19btrfs: fix comment referring to no longer existing btrfs_clean_tree_block()Filipe Manana
2023-06-19btrfs: remove level argument from btrfs_set_block_flagsJosef Bacik
2023-06-19btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain
2023-06-19btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain
2023-06-19btrfs: improve leaf dump and error handlingQu Wenruo
2023-06-19btrfs: print-tree: pass const extent buffer pointerQu Wenruo
2023-04-17btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana
2023-04-17btrfs: abort the transaction if we get an error during snapshot dropJosef Bacik
2023-04-17btrfs: handle errors in walk_down_tree properlyJosef Bacik
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik
2023-02-15btrfs: always lock the block before calling btrfs_clean_tree_blockJosef Bacik
2023-02-13btrfs: remove duplicate include header in extent-tree.cye xingchen
2023-02-13btrfs: don't use size classes for zoned file systemsBoris Burkov