index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
free-space-tree.c
Age
Commit message (
Expand
)
Author
2026-02-03
btrfs: use the btrfs_block_group_end() helper everywhere
Filipe Manana
2026-02-03
btrfs: handle setting up relocation of block group with remap-tree
Mark Harmstone
2026-02-03
btrfs: update outdated comment in __add_block_group_free_space()
Julia Lawall
2026-02-03
btrfs: add mount time auto fix for orphan fst entries
Qu Wenruo
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
2025-11-24
btrfs: fix comment in alloc_bitmap() and drop stale TODO
Rajeev Tapadia
2025-11-24
btrfs: ignore ENOMEM from alloc_bitmap()
Boris Burkov
2025-10-13
btrfs: do not assert we found block group item when creating free space tree
Filipe Manana
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-07-21
btrfs: cache if we are using free space bitmaps for a block group
Filipe Manana
2025-07-21
btrfs: add and use helper to determine if using bitmaps in free space tree
Filipe Manana
2025-07-21
btrfs: use fs_info from local variable in btrfs_convert_free_space_to_extents()
Filipe Manana
2025-07-21
btrfs: avoid double slot decrement at btrfs_convert_free_space_to_extents()
Filipe Manana
2025-07-21
btrfs: turn remove argument of modify_free_space_bitmap() to boolean
Filipe Manana
2025-07-21
btrfs: rename free_space_set_bits() and make it less confusing
Filipe Manana
2025-07-21
btrfs: add btrfs prefix to free space tree exported functions
Filipe Manana
2025-07-21
btrfs: remove pointless out label from load_free_space_extents()
Filipe Manana
2025-07-21
btrfs: remove pointless out label from load_free_space_bitmaps()
Filipe Manana
2025-07-21
btrfs: remove pointless out label from add_free_space_extent()
Filipe Manana
2025-07-21
btrfs: remove pointless out label from remove_free_space_extent()
Filipe Manana
2025-07-21
btrfs: remove pointless out label from modify_free_space_bitmap()
Filipe Manana
2025-07-21
btrfs: make free_space_test_bit() return a boolean instead
Filipe Manana
2025-07-21
btrfs: make extent_buffer_test_bit() return a boolean instead
Filipe Manana
2025-07-21
btrfs: remove pointless out label from update_free_space_extent_count()
Filipe Manana
2025-07-21
btrfs: remove pointless out label from add_new_free_space_info()
Filipe Manana
2025-07-21
btrfs: check BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE at __add_block_group_free_space()
Filipe Manana
2025-07-21
btrfs: always abort transaction on failure to add block group to free space tree
Filipe Manana
2025-07-21
btrfs: move transaction aborts to the error site in add_block_group_free_space()
David Sterba
2025-07-21
btrfs: move transaction aborts to the error site in remove_block_group_free_s...
David Sterba
2025-06-27
btrfs: fix failure to rebuild free space tree using multiple transactions
Filipe Manana
2025-06-19
btrfs: fix assertion when building free space tree
Filipe Manana
2025-05-15
btrfs: move transaction aborts to the error site in add_to_free_space_tree()
David Sterba
2025-05-15
btrfs: move transaction aborts to the error site in remove_from_free_space_tr...
David Sterba
2025-05-15
btrfs: move transaction aborts to the error site in convert_free_space_to_ext...
David Sterba
2025-05-15
btrfs: move transaction aborts to the error site in convert_free_space_to_bit...
David Sterba
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in load_free_space_tree()
David Sterba
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in clear_free_space_tree()
David Sterba
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in populate_free_space_tree()
David Sterba
2025-01-13
btrfs: free-space-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: handle free space tree rebuild in multiple transactions
Qu Wenruo
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
2024-03-04
btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()
David Sterba
2024-03-04
btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...
David Sterba
2024-03-04
btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...
David Sterba
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
2023-08-21
btrfs: rename add_new_free_space() to btrfs_add_new_free_space()
Filipe Manana
[next]