index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
2024-05-15
btrfs: fix end of tree detection when searching for data extent ref
Filipe Manana
2024-05-07
btrfs: simplify return variables in btrfs_drop_subtree()
Anand Jain
2024-05-07
btrfs: simplify return variables in lookup_extent_data_ref()
Anand Jain
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-05-07
btrfs: stop referencing btrfs_delayed_tree_ref directly
Josef Bacik
2024-05-07
btrfs: stop referencing btrfs_delayed_data_ref directly
Josef Bacik
2024-05-07
btrfs: make the insert backref helpers take a btrfs_delayed_ref_node
Josef Bacik
2024-05-07
btrfs: drop unnecessary arguments from __btrfs_free_extent
Josef Bacik
2024-05-07
btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_node
Josef Bacik
2024-05-07
btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node
Josef Bacik
2024-05-07
btrfs: rename ->len to ->num_bytes in btrfs_ref
Josef Bacik
2024-05-07
btrfs: simplify delayed ref tracepoints
Josef Bacik
2024-05-07
btrfs: move ref_root into btrfs_ref
Josef Bacik
2024-05-07
btrfs: do not use a function to initialize btrfs_ref
Josef Bacik
2024-05-07
btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock()
Filipe Manana
2024-04-09
btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handling
Naohiro Aota
2024-03-04
btrfs: avoid unnecessary ref initialization when freeing log tree block
Filipe Manana
2024-03-04
btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...
David Sterba
2024-03-04
btrfs: handle invalid extent item reference found in check_committed_ref()
David Sterba
2024-03-04
btrfs: make btrfs_error_unpin_extent_range() return void
David Sterba
2024-03-04
btrfs: return errors from unpin_extent_range()
David Sterba
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-01-18
btrfs: don't warn if discard range is not aligned to sector
David Sterba
2024-01-12
btrfs: zoned: optimize hint byte for zoned allocator
Naohiro Aota
2024-01-12
btrfs: zoned: factor out prepare_allocation_zoned()
Naohiro Aota
2023-12-15
btrfs: reflow btrfs_free_tree_block
Johannes Thumshirn
2023-12-15
btrfs: remove now unneeded btrfs_redirty_list_add
Johannes Thumshirn
2023-12-15
btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT
Johannes Thumshirn
2023-12-06
btrfs: ensure releasing squota reserve on head refs
Boris Burkov
2023-11-03
btrfs: get correct owning_root when dropping snapshot
Josef Bacik
2023-10-12
btrfs: track data relocation with simple quota
Boris Burkov
2023-10-12
btrfs: qgroup: track metadata relocation COW with simple quota
Boris Burkov
2023-10-12
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
2023-10-12
btrfs: record simple quota deltas in delayed refs
Boris Burkov
2023-10-12
btrfs: add helper for inline owner ref lookup
Boris Burkov
2023-10-12
btrfs: new inline ref storing owning subvol of data extents
Boris Burkov
2023-10-12
btrfs: track owning root in btrfs_ref
Boris Burkov
2023-10-12
btrfs: rename tree_ref and data_ref owning_root
Boris Burkov
2023-10-12
btrfs: delete stripe extent on extent deletion
Johannes Thumshirn
2023-10-12
btrfs: add support for inserting raid stripe extents
Johannes Thumshirn
2023-10-12
btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()
Filipe Manana
2023-10-12
btrfs: remove stale comment from btrfs_free_extent()
Filipe Manana
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-10-12
btrfs: stop doing excessive space reservation for csum deletion
Filipe Manana
2023-10-12
btrfs: reserve space for delayed refs on a per ref basis
Filipe Manana
2023-10-12
btrfs: allow to run delayed refs by bytes to be released instead of count
Filipe Manana
2023-10-12
btrfs: simplify check for extent item overrun at lookup_inline_extent_backref()
Filipe Manana
2023-10-12
btrfs: return -EUCLEAN if extent item is missing when searching inline backref
Filipe Manana
2023-10-12
btrfs: use a single variable for return value at lookup_inline_extent_backref()
Filipe Manana
2023-10-12
btrfs: use a single variable for return value at run_delayed_extent_op()
Filipe Manana
[next]