index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
13 days
btrfs: fix ssd_spread overallocation
Boris Burkov
13 days
btrfs: add btrfs prefix to is_fstree() and make it return bool
Filipe Manana
13 days
btrfs: add btrfs prefix to free space tree exported functions
Filipe Manana
13 days
btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
David Sterba
13 days
btrfs: switch RCU helper versions to btrfs_warn()
David Sterba
13 days
btrfs: use btrfs_root_id() where not done yet
David Sterba
13 days
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
13 days
btrfs: constify more pointer parameters
David Sterba
13 days
btrfs: unfold transaction abort at walk_up_proc()
Filipe Manana
13 days
btrfs: unfold transaction abort at __btrfs_inc_extent_ref()
Filipe Manana
2025-05-15
btrfs: fix harmless race getting delayed ref head count when running delayed ...
Filipe Manana
2025-05-15
btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()
Filipe Manana
2025-05-15
btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()
Filipe Manana
2025-05-15
btrfs: tweak extent/chunk allocation for space_info sub-space
Naohiro Aota
2025-05-15
btrfs: add space_info argument to btrfs_chunk_alloc()
Naohiro Aota
2025-05-15
btrfs: make extent unpinning more efficient when committing transaction
Filipe Manana
2025-05-15
btrfs: remove variable to track trimmed bytes at btrfs_finish_extent_commit()
Filipe Manana
2025-05-15
btrfs: don't BUG_ON() when unpinning extents during transaction commit
Filipe Manana
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
2025-05-15
btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
David Sterba
2025-05-15
btrfs: tracepoints: add btrfs prefix to names where it's missing
Filipe Manana
2025-05-15
btrfs: rename free_extent_state() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-05-15
btrfs: remove unused flag EXTENT_BUFFER_CORRUPT
Daniel Vacek
2025-03-18
btrfs: harden block_group::bg_list against list_del() races
Boris Burkov
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in run_delayed_extent_op()
David Sterba
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_lookup_extent_info()
David Sterba
2025-03-18
btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
2025-01-13
btrfs: use SECTOR_SIZE defines in btrfs_issue_discard()
David Sterba
2025-01-13
btrfs: extent-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: add assertions and comment about path expectations to btrfs_cross_ref_...
Filipe Manana
2025-01-13
btrfs: add function comment for check_committed_ref()
Filipe Manana
2025-01-13
btrfs: simplify arguments for btrfs_cross_ref_exist()
Filipe Manana
2025-01-13
btrfs: simplify return logic at check_committed_ref()
Filipe Manana
2025-01-13
btrfs: avoid redundant call to get inline ref type at check_committed_ref()
Filipe Manana
2025-01-13
btrfs: remove the snapshot check from check_committed_ref()
Filipe Manana
2025-01-13
btrfs: remove no longer needed strict argument from can_nocow_extent()
Filipe Manana
2025-01-13
btrfs: drop fs_info argument from btrfs_update_space_info_*()
Naohiro Aota
2025-01-13
btrfs: factor out btrfs_return_free_space()
Naohiro Aota
2025-01-13
btrfs: move select_delayed_ref() and export it
Josef Bacik
2024-12-18
Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-12-17
btrfs: fix improper generation check in snapshot delete
Josef Bacik
2024-11-29
btrfs: don't loop for nowait writes when checking for cross references
Filipe Manana
2024-11-11
btrfs: track delayed ref heads in an xarray
Filipe Manana
2024-11-11
btrfs: pass fs_info to btrfs_delete_ref_head()
Filipe Manana
2024-11-11
btrfs: pass fs_info to functions that search for delayed ref heads
Filipe Manana
2024-11-11
btrfs: move delayed ref head unselection to delayed-ref.c
Filipe Manana
[next]