index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
free-space-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-21
btrfs: handle unexpected free-space-tree key types
David Sterba
1
-3
/
+15
2026-03-17
btrfs: check for NULL root after calls to btrfs_extent_root()
Filipe Manana
1
-1
/
+8
2026-02-03
btrfs: use the btrfs_block_group_end() helper everywhere
Filipe Manana
1
-20
/
+13
2026-02-03
btrfs: handle setting up relocation of block group with remap-tree
Mark Harmstone
1
-3
/
+1
2026-02-03
btrfs: update outdated comment in __add_block_group_free_space()
Julia Lawall
1
-3
/
+3
2026-02-03
btrfs: add mount time auto fix for orphan fst entries
Qu Wenruo
1
-0
/
+103
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
1
-3
/
+1
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-16
/
+13
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: fix comment in alloc_bitmap() and drop stale TODO
Rajeev Tapadia
1
-5
/
+3
2025-11-24
btrfs: ignore ENOMEM from alloc_bitmap()
Boris Burkov
1
-10
/
+4
2025-10-13
btrfs: do not assert we found block group item when creating free space tree
Filipe Manana
1
-7
/
+8
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-24
/
+24
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
1
-6
/
+6
2025-07-21
btrfs: cache if we are using free space bitmaps for a block group
Filipe Manana
1
-1
/
+11
2025-07-21
btrfs: add and use helper to determine if using bitmaps in free space tree
Filipe Manana
1
-24
/
+26
2025-07-21
btrfs: use fs_info from local variable in btrfs_convert_free_space_to_extents()
Filipe Manana
1
-3
/
+3
2025-07-21
btrfs: avoid double slot decrement at btrfs_convert_free_space_to_extents()
Filipe Manana
1
-2
/
+2
2025-07-21
btrfs: turn remove argument of modify_free_space_bitmap() to boolean
Filipe Manana
1
-3
/
+3
2025-07-21
btrfs: rename free_space_set_bits() and make it less confusing
Filipe Manana
1
-7
/
+7
2025-07-21
btrfs: add btrfs prefix to free space tree exported functions
Filipe Manana
1
-48
/
+47
2025-07-21
btrfs: remove pointless out label from load_free_space_extents()
Filipe Manana
1
-7
/
+4
2025-07-21
btrfs: remove pointless out label from load_free_space_bitmaps()
Filipe Manana
1
-8
/
+5
2025-07-21
btrfs: remove pointless out label from add_free_space_extent()
Filipe Manana
1
-10
/
+6
2025-07-21
btrfs: remove pointless out label from remove_free_space_extent()
Filipe Manana
1
-9
/
+5
2025-07-21
btrfs: remove pointless out label from modify_free_space_bitmap()
Filipe Manana
1
-10
/
+6
2025-07-21
btrfs: make free_space_test_bit() return a boolean instead
Filipe Manana
1
-19
/
+18
2025-07-21
btrfs: make extent_buffer_test_bit() return a boolean instead
Filipe Manana
1
-1
/
+1
2025-07-21
btrfs: remove pointless out label from update_free_space_extent_count()
Filipe Manana
1
-5
/
+3
2025-07-21
btrfs: remove pointless out label from add_new_free_space_info()
Filipe Manana
1
-5
/
+2
2025-07-21
btrfs: check BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE at __add_block_group_free_space()
Filipe Manana
1
-30
/
+28
2025-07-21
btrfs: always abort transaction on failure to add block group to free space tree
Filipe Manana
1
-7
/
+9
2025-07-21
btrfs: move transaction aborts to the error site in add_block_group_free_space()
David Sterba
1
-2
/
+3
2025-07-21
btrfs: move transaction aborts to the error site in remove_block_group_free_s...
David Sterba
1
-4
/
+7
2025-06-27
btrfs: fix failure to rebuild free space tree using multiple transactions
Filipe Manana
1
-0
/
+40
2025-06-19
btrfs: fix assertion when building free space tree
Filipe Manana
1
-4
/
+12
2025-05-15
btrfs: move transaction aborts to the error site in add_to_free_space_tree()
David Sterba
1
-2
/
+4
2025-05-15
btrfs: move transaction aborts to the error site in remove_from_free_space_tr...
David Sterba
1
-2
/
+4
2025-05-15
btrfs: move transaction aborts to the error site in convert_free_space_to_ext...
David Sterba
1
-6
/
+12
2025-05-15
btrfs: move transaction aborts to the error site in convert_free_space_to_bit...
David Sterba
1
-6
/
+12
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
1
-9
/
+9
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in load_free_space_tree()
David Sterba
1
-12
/
+6
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in clear_free_space_tree()
David Sterba
1
-7
/
+4
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in populate_free_space_tree()
David Sterba
1
-9
/
+7
2025-01-13
btrfs: free-space-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-5
/
+0
2025-01-13
btrfs: handle free space tree rebuild in multiple transactions
Qu Wenruo
1
-0
/
+6
2024-07-11
btrfs: do not BUG_ON() when freeing tree block after error
Filipe Manana
1
-3
/
+7
2024-03-04
btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()
David Sterba
1
-8
/
+10
2024-03-04
btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...
David Sterba
1
-7
/
+12
2024-03-04
btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...
David Sterba
1
-9
/
+10
[next]