summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
14 daysbtrfs: simplify return variables in btrfs_drop_subtree()Anand Jain
14 daysbtrfs: simplify return variables in lookup_extent_data_ref()Anand Jain
14 daysbtrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
14 daysbtrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik
14 daysbtrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik
14 daysbtrfs: make the insert backref helpers take a btrfs_delayed_ref_nodeJosef Bacik
14 daysbtrfs: drop unnecessary arguments from __btrfs_free_extentJosef Bacik
14 daysbtrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_nodeJosef Bacik
14 daysbtrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik
14 daysbtrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik
14 daysbtrfs: simplify delayed ref tracepointsJosef Bacik
14 daysbtrfs: move ref_root into btrfs_refJosef Bacik
14 daysbtrfs: do not use a function to initialize btrfs_refJosef Bacik
14 daysbtrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()Filipe Manana
2024-04-09btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota
2024-03-04btrfs: avoid unnecessary ref initialization when freeing log tree blockFilipe Manana
2024-03-04btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...David Sterba
2024-03-04btrfs: handle invalid extent item reference found in check_committed_ref()David Sterba
2024-03-04btrfs: make btrfs_error_unpin_extent_range() return voidDavid Sterba
2024-03-04btrfs: return errors from unpin_extent_range()David Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
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