aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06btrfs: ensure releasing squota reserve on head refsGravatar Boris Burkov 1-14/+34
2023-11-03btrfs: get correct owning_root when dropping snapshotGravatar Josef Bacik 1-8/+17
2023-10-12btrfs: track data relocation with simple quotaGravatar Boris Burkov 1-5/+8
2023-10-12btrfs: qgroup: track metadata relocation COW with simple quotaGravatar Boris Burkov 1-2/+5
2023-10-12btrfs: qgroup: check generation when recording simple quota deltaGravatar Boris Burkov 1-0/+4
2023-10-12btrfs: record simple quota deltas in delayed refsGravatar Boris Burkov 1-8/+75
2023-10-12btrfs: add helper for inline owner ref lookupGravatar Boris Burkov 1-0/+48
2023-10-12btrfs: new inline ref storing owning subvol of data extentsGravatar Boris Burkov 1-11/+46
2023-10-12btrfs: track owning root in btrfs_refGravatar Boris Burkov 1-8/+13
2023-10-12btrfs: rename tree_ref and data_ref owning_rootGravatar Boris Burkov 1-5/+5
2023-10-12btrfs: delete stripe extent on extent deletionGravatar Johannes Thumshirn 1-0/+6
2023-10-12btrfs: add support for inserting raid stripe extentsGravatar Johannes Thumshirn 1-0/+1
2023-10-12btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()Gravatar Filipe Manana 1-3/+0
2023-10-12btrfs: remove stale comment from btrfs_free_extent()Gravatar Filipe Manana 1-1/+0
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-16/+20
2023-10-12btrfs: stop doing excessive space reservation for csum deletionGravatar Filipe Manana 1-5/+5
2023-10-12btrfs: reserve space for delayed refs on a per ref basisGravatar Filipe Manana 1-14/+15
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countGravatar Filipe Manana 1-19/+34
2023-10-12btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()Gravatar Filipe Manana 1-11/+11
2023-10-12btrfs: return -EUCLEAN if extent item is missing when searching inline backrefGravatar Filipe Manana 1-1/+1
2023-10-12btrfs: use a single variable for return value at lookup_inline_extent_backref()Gravatar Filipe Manana 1-18/+15
2023-10-12btrfs: use a single variable for return value at run_delayed_extent_op()Gravatar Filipe Manana 1-8/+5
2023-10-12btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref()Gravatar Filipe Manana 1-5/+3
2023-10-12btrfs: initialize key where it's used when running delayed data refGravatar Filipe Manana 1-6/+8
2023-10-12btrfs: remove refs_to_drop argument from __btrfs_free_extent()Gravatar Filipe Manana 1-5/+5
2023-10-12btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref()Gravatar Filipe Manana 1-5/+4
2023-10-12btrfs: remove unnecessary logic when running new delayed referencesGravatar Filipe Manana 1-14/+3
2023-10-12btrfs: move extent_buffer::lock_owner to debug sectionGravatar David Sterba 1-9/+23
2023-10-12btrfs: reduce parameters of btrfs_pin_extent_for_log_replayGravatar David Sterba 1-4/+4
2023-10-12btrfs: reduce parameters of btrfs_pin_reserved_extentGravatar David Sterba 1-5/+5
2023-10-12btrfs: reformat remaining kdoc style commentsGravatar David Sterba 1-3/+3
2023-10-12btrfs: remove btrfs_crc32c wrapperGravatar Josef Bacik 1-3/+3
2023-09-20btrfs: log message if extent item not found when running delayed extent opGravatar Filipe Manana 1-1/+4
2023-09-20btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()Gravatar Filipe Manana 1-4/+3
2023-09-20btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Gravatar Filipe Manana 1-3/+3
2023-08-21btrfs: remove v0 extent handlingGravatar Qu Wenruo 1-14/+21
2023-08-21btrfs: output extra debug info if we failed to find an inline backrefGravatar Qu Wenruo 1-0/+5
2023-08-21btrfs: zoned: do not zone finish data relocation block groupGravatar Naohiro Aota 1-20/+23
2023-08-21btrfs: wait on uncached block groups on every allocation loopGravatar Josef Bacik 1-43/+18
2023-08-21btrfs: handle errors properly in update_inline_extent_backref()Gravatar Qu Wenruo 1-12/+61
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationGravatar Naohiro Aota 1-1/+7
2023-08-21btrfs: move comments to btrfs_loop_type definitionGravatar Josef Bacik 1-9/+28
2023-08-21btrfs: move btrfs_free_excluded_extents() into block-group.cGravatar Filipe Manana 1-12/+0
2023-08-21btrfs: open code trivial btrfs_add_excluded_extent()Gravatar Filipe Manana 1-9/+0
2023-08-21btrfs: make find_first_extent_bit() return a booleanGravatar Filipe Manana 1-3/+2
2023-08-10btrfs: set cache_block_group_error if we find an errorGravatar Josef Bacik 1-1/+4
2023-06-19btrfs: use bool type for delayed ref head fields that are used as booleansGravatar Filipe Manana 1-7/+7
2023-06-19btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeGravatar Filipe Manana 1-1/+0
2023-06-19btrfs: drop gfp from parameter extent state helpersGravatar David Sterba 1-8/+6
2023-06-19btrfs: drop NOFAIL from set_extent_bit allocation masksGravatar David Sterba 1-2/+1