summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
10 daysbtrfs: fix ssd_spread overallocationBoris Burkov
10 daysbtrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana
10 daysbtrfs: add btrfs prefix to free space tree exported functionsFilipe Manana
10 daysbtrfs: tree-log: add and rename extent bits for dirty_log_pages treeDavid Sterba
10 daysbtrfs: switch RCU helper versions to btrfs_warn()David Sterba
10 daysbtrfs: use btrfs_root_id() where not done yetDavid Sterba
10 daysbtrfs: use refcount_t type for the extent buffer reference counterFilipe Manana
10 daysbtrfs: constify more pointer parametersDavid Sterba
10 daysbtrfs: unfold transaction abort at walk_up_proc()Filipe Manana
10 daysbtrfs: unfold transaction abort at __btrfs_inc_extent_ref()Filipe Manana
2025-05-15btrfs: fix harmless race getting delayed ref head count when running delayed ...Filipe Manana
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()Filipe Manana
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()Filipe Manana
2025-05-15btrfs: tweak extent/chunk allocation for space_info sub-spaceNaohiro Aota
2025-05-15btrfs: add space_info argument to btrfs_chunk_alloc()Naohiro Aota
2025-05-15btrfs: make extent unpinning more efficient when committing transactionFilipe Manana
2025-05-15btrfs: remove variable to track trimmed bytes at btrfs_finish_extent_commit()Filipe Manana
2025-05-15btrfs: don't BUG_ON() when unpinning extents during transaction commitFilipe Manana
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba
2025-05-15btrfs: tracepoints: add btrfs prefix to names where it's missingFilipe Manana
2025-05-15btrfs: rename free_extent_state() to include a btrfs prefixFilipe Manana
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_CORRUPTDaniel Vacek
2025-03-18btrfs: harden block_group::bg_list against list_del() racesBoris Burkov
2025-03-18btrfs: use BTRFS_PATH_AUTO_FREE in run_delayed_extent_op()David Sterba
2025-03-18btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_lookup_extent_info()David Sterba
2025-03-18btrfs: do trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba
2025-01-13btrfs: use SECTOR_SIZE defines in btrfs_issue_discard()David Sterba
2025-01-13btrfs: extent-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: add assertions and comment about path expectations to btrfs_cross_ref_...Filipe Manana
2025-01-13btrfs: add function comment for check_committed_ref()Filipe Manana
2025-01-13btrfs: simplify arguments for btrfs_cross_ref_exist()Filipe Manana
2025-01-13btrfs: simplify return logic at check_committed_ref()Filipe Manana
2025-01-13btrfs: avoid redundant call to get inline ref type at check_committed_ref()Filipe Manana
2025-01-13btrfs: remove the snapshot check from check_committed_ref()Filipe Manana
2025-01-13btrfs: remove no longer needed strict argument from can_nocow_extent()Filipe Manana
2025-01-13btrfs: drop fs_info argument from btrfs_update_space_info_*()Naohiro Aota
2025-01-13btrfs: factor out btrfs_return_free_space()Naohiro Aota
2025-01-13btrfs: move select_delayed_ref() and export itJosef Bacik
2024-12-18Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-17btrfs: fix improper generation check in snapshot deleteJosef Bacik
2024-11-29btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana
2024-11-11btrfs: track delayed ref heads in an xarrayFilipe Manana
2024-11-11btrfs: pass fs_info to btrfs_delete_ref_head()Filipe Manana
2024-11-11btrfs: pass fs_info to functions that search for delayed ref headsFilipe Manana
2024-11-11btrfs: move delayed ref head unselection to delayed-ref.cFilipe Manana