summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota2024-04-091-0/+8
* btrfs: avoid unnecessary ref initialization when freeing log tree blockFilipe Manana2024-03-041-6/+7
* btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...David Sterba2024-03-041-1/+1
* btrfs: handle invalid extent item reference found in check_committed_ref()David Sterba2024-03-041-1/+8
* btrfs: make btrfs_error_unpin_extent_range() return voidDavid Sterba2024-03-041-7/+6
* btrfs: return errors from unpin_extent_range()David Sterba2024-03-041-4/+15
* btrfs: remove unused included headersDavid Sterba2024-03-041-4/+1
* btrfs: don't warn if discard range is not aligned to sectorDavid Sterba2024-01-181-1/+2
* btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota2024-01-121-0/+18
* btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota2024-01-121-13/+19
* btrfs: reflow btrfs_free_tree_blockJohannes Thumshirn2023-12-151-49/+50
* btrfs: remove now unneeded btrfs_redirty_list_addJohannes Thumshirn2023-12-151-4/+1
* btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn2023-12-151-1/+1
* btrfs: ensure releasing squota reserve on head refsBoris Burkov2023-12-061-14/+34
* btrfs: get correct owning_root when dropping snapshotJosef Bacik2023-11-031-8/+17
* btrfs: track data relocation with simple quotaBoris Burkov2023-10-121-5/+8
* btrfs: qgroup: track metadata relocation COW with simple quotaBoris Burkov2023-10-121-2/+5
* btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov2023-10-121-0/+4
* btrfs: record simple quota deltas in delayed refsBoris Burkov2023-10-121-8/+75
* btrfs: add helper for inline owner ref lookupBoris Burkov2023-10-121-0/+48
* btrfs: new inline ref storing owning subvol of data extentsBoris Burkov2023-10-121-11/+46
* btrfs: track owning root in btrfs_refBoris Burkov2023-10-121-8/+13
* btrfs: rename tree_ref and data_ref owning_rootBoris Burkov2023-10-121-5/+5
* btrfs: delete stripe extent on extent deletionJohannes Thumshirn2023-10-121-0/+6
* btrfs: add support for inserting raid stripe extentsJohannes Thumshirn2023-10-121-0/+1
* btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()Filipe Manana2023-10-121-3/+0
* btrfs: remove stale comment from btrfs_free_extent()Filipe Manana2023-10-121-1/+0
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-16/+20
* btrfs: stop doing excessive space reservation for csum deletionFilipe Manana2023-10-121-5/+5
* btrfs: reserve space for delayed refs on a per ref basisFilipe Manana2023-10-121-14/+15
* btrfs: allow to run delayed refs by bytes to be released instead of countFilipe Manana2023-10-121-19/+34
* btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()Filipe Manana2023-10-121-11/+11
* btrfs: return -EUCLEAN if extent item is missing when searching inline backrefFilipe Manana2023-10-121-1/+1
* btrfs: use a single variable for return value at lookup_inline_extent_backref()Filipe Manana2023-10-121-18/+15
* btrfs: use a single variable for return value at run_delayed_extent_op()Filipe Manana2023-10-121-8/+5
* btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()Filipe Manana2023-10-121-5/+3
* btrfs: initialize key where it's used when running delayed data refFilipe Manana2023-10-121-6/+8
* btrfs: remove refs_to_drop argument from __btrfs_free_extent()Filipe Manana2023-10-121-5/+5
* btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref()Filipe Manana2023-10-121-5/+4
* btrfs: remove unnecessary logic when running new delayed referencesFilipe Manana2023-10-121-14/+3
* btrfs: move extent_buffer::lock_owner to debug sectionDavid Sterba2023-10-121-9/+23
* btrfs: reduce parameters of btrfs_pin_extent_for_log_replayDavid Sterba2023-10-121-4/+4
* btrfs: reduce parameters of btrfs_pin_reserved_extentDavid Sterba2023-10-121-5/+5
* btrfs: reformat remaining kdoc style commentsDavid Sterba2023-10-121-3/+3
* btrfs: remove btrfs_crc32c wrapperJosef Bacik2023-10-121-3/+3
* btrfs: log message if extent item not found when running delayed extent opFilipe Manana2023-09-201-1/+4
* btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()Filipe Manana2023-09-201-4/+3
* btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana2023-09-201-3/+3
* btrfs: remove v0 extent handlingQu Wenruo2023-08-211-14/+21
* btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo2023-08-211-0/+5