summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2024-01-18btrfs: don't warn if discard range is not aligned to sectorDavid Sterba
2024-01-12btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota
2024-01-12btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota
2023-12-15btrfs: reflow btrfs_free_tree_blockJohannes Thumshirn
2023-12-15btrfs: remove now unneeded btrfs_redirty_list_addJohannes Thumshirn
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn
2023-12-06btrfs: ensure releasing squota reserve on head refsBoris Burkov
2023-11-03btrfs: get correct owning_root when dropping snapshotJosef Bacik
2023-10-12btrfs: track data relocation with simple quotaBoris Burkov
2023-10-12btrfs: qgroup: track metadata relocation COW with simple quotaBoris Burkov
2023-10-12btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov
2023-10-12btrfs: record simple quota deltas in delayed refsBoris Burkov
2023-10-12btrfs: add helper for inline owner ref lookupBoris Burkov
2023-10-12btrfs: new inline ref storing owning subvol of data extentsBoris Burkov
2023-10-12btrfs: track owning root in btrfs_refBoris Burkov
2023-10-12btrfs: rename tree_ref and data_ref owning_rootBoris Burkov
2023-10-12btrfs: delete stripe extent on extent deletionJohannes Thumshirn
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn
2023-10-12btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()Filipe Manana
2023-10-12btrfs: remove stale comment from btrfs_free_extent()Filipe Manana
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: stop doing excessive space reservation for csum deletionFilipe Manana
2023-10-12btrfs: reserve space for delayed refs on a per ref basisFilipe Manana
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