index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
free-space-tree.c
Age
Commit message (
Expand
)
Author
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
2023-07-24
btrfs: remove BUG_ON()'s in add_new_free_space()
Filipe Manana
2023-06-19
btrfs: fix race when deleting free space root from the dirty cow roots list
Filipe Manana
2023-05-10
btrfs: make clear_cache mount option to rebuild FST without disabling it
Qu Wenruo
2023-02-15
btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty
Josef Bacik
2023-02-15
btrfs: add trans argument to btrfs_clean_tree_block
Josef Bacik
2022-12-05
btrfs: convert btrfs_block_group::needs_free_space to runtime flag
David Sterba
2022-12-05
btrfs: move root tree prototypes to their own header
Josef Bacik
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
[next]