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
/
space-info.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
btrfs: fix double free in create_space_info() error path
Guangshuo Li
1
-1
/
+1
2026-04-07
btrfs: fix double free in create_space_info_sub_group() error path
Guangshuo Li
1
-3
/
+1
2026-04-07
btrfs: zoned: limit number of zones reclaimed in flush_space()
Johannes Thumshirn
1
-2
/
+4
2026-04-07
btrfs: constify arguments of some functions
Filipe Manana
1
-3
/
+3
2026-04-07
btrfs: zoned: add zone reclaim flush state for DATA space_info
Johannes Thumshirn
1
-0
/
+22
2026-04-07
btrfs: be less aggressive with metadata overcommit when we can do full flushing
Filipe Manana
1
-3
/
+3
2026-04-07
btrfs: use per-profile available space in calc_available_free_space()
Qu Wenruo
1
-12
/
+15
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+4
2026-03-03
btrfs: hold space_info->lock when clearing periodic reclaim ready
Sun YangKai
1
-1
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-03
btrfs: remove out label in btrfs_init_space_info()
Filipe Manana
1
-7
/
+6
2026-02-03
btrfs: fix periodic reclaim condition
Sun YangKai
1
-9
/
+12
2026-02-03
btrfs: handle setting up relocation of block group with remap-tree
Mark Harmstone
1
-2
/
+7
2026-02-03
btrfs: add METADATA_REMAP chunk type
Mark Harmstone
1
-1
/
+12
2026-02-03
btrfs: add and use helper to compute the available space for a block group
Filipe Manana
1
-2
/
+1
2026-02-03
btrfs: move space_info_flag_to_str() to space-info.h
Johannes Thumshirn
1
-17
/
+1
2026-01-12
btrfs: fix memory leaks in create_space_info() error paths
Jiasheng Jiang
1
-2
/
+6
2025-11-24
btrfs: make a few more ASSERTs verbose
David Sterba
1
-12
/
+18
2025-11-24
btrfs: move struct reserve_ticket definition to space-info.c
Filipe Manana
1
-0
/
+9
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
1
-0
/
+1
2025-11-24
btrfs: annotate as unlikely fs aborted checks in space flushing code
Filipe Manana
1
-19
/
+18
2025-11-24
btrfs: avoid space_info locking when checking if tickets are served
Filipe Manana
1
-26
/
+41
2025-11-24
btrfs: move ticket wakeup and finalization to remove_ticket()
Filipe Manana
1
-22
/
+18
2025-11-24
btrfs: add data_race() in btrfs_account_ro_block_groups_free_space()
Filipe Manana
1
-1
/
+1
2025-11-24
btrfs: remove double underscore prefix from __reserve_bytes()
Filipe Manana
1
-5
/
+5
2025-11-24
btrfs: process ticket outside global reserve critical section
Filipe Manana
1
-3
/
+4
2025-11-24
btrfs: assign booleans to global reserve's full field
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: assert space_info is locked in steal_from_global_rsv()
Filipe Manana
1
-0
/
+2
2025-11-24
btrfs: avoid unnecessary reclaim calculation in priority_reclaim_metadata_spa...
Filipe Manana
1
-1
/
+2
2025-11-24
btrfs: shorten critical section in btrfs_preempt_reclaim_metadata_space()
Filipe Manana
1
-6
/
+7
2025-11-24
btrfs: increment loop count outside critical section during metadata reclaim
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: bail out earlier from need_preemptive_reclaim() if we have tickets
Filipe Manana
1
-9
/
+9
2025-11-24
btrfs: inline btrfs_space_info_used()
Filipe Manana
1
-10
/
+0
2025-11-24
btrfs: avoid used space computation when reserving space
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: avoid used space computation when trying to grant tickets
Filipe Manana
1
-4
/
+22
2025-11-24
btrfs: make btrfs_can_overcommit() return bool instead of int
Filipe Manana
1
-6
/
+4
2025-11-24
btrfs: avoid recomputing used space in btrfs_try_granting_tickets()
Filipe Manana
1
-2
/
+5
2025-11-24
btrfs: return real error when failing tickets in maybe_fail_all_tickets()
Filipe Manana
1
-6
/
+6
2025-11-24
btrfs: remove fs_info argument from btrfs_sysfs_add_space_info_type()
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: remove fs_info argument from btrfs_reserve_metadata_bytes()
Filipe Manana
1
-3
/
+3
2025-11-24
btrfs: remove fs_info argument from __reserve_bytes()
Filipe Manana
1
-5
/
+4
2025-11-24
btrfs: fix parameter documentation for btrfs_reserve_data_bytes()
Filipe Manana
1
-1
/
+1
2025-11-24
btrfs: remove fs_info argument from maybe_clamp_preempt()
Filipe Manana
1
-3
/
+3
2025-11-24
btrfs: remove fs_info argument from handle_reserve_ticket()
Filipe Manana
1
-7
/
+4
2025-11-24
btrfs: remove fs_info argument from steal_from_global_rsv()
Filipe Manana
1
-4
/
+4
2025-11-24
btrfs: remove fs_info argument from need_preemptive_reclaim()
Filipe Manana
1
-4
/
+4
2025-11-24
btrfs: remove fs_info argument from btrfs_calc_reclaim_metadata_size()
Filipe Manana
1
-6
/
+4
2025-11-24
btrfs: remove fs_info argument from shrink_delalloc() and flush_space()
Filipe Manana
1
-15
/
+12
2025-11-24
btrfs: remove fs_info argument from btrfs_dump_space_info()
Filipe Manana
1
-9
/
+9
2025-11-24
btrfs: remove fs_info argument from btrfs_can_overcommit()
Filipe Manana
1
-6
/
+3
[next]