index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
block-group.c
Age
Commit message (
Expand
)
Author
2025-12-03
Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-11-24
btrfs: use booleans for delalloc arguments and struct find_free_extent_ctl
Filipe Manana
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
2025-11-24
btrfs: reduce block group critical section in btrfs_add_reserved_bytes()
Filipe Manana
2025-11-24
btrfs: reduce block group critical section in btrfs_free_reserved_bytes()
Filipe Manana
2025-11-24
btrfs: reduce space_info critical section in btrfs_chunk_alloc()
Filipe Manana
2025-11-24
btrfs: remove fs_info argument from btrfs_zoned_activate_one_bg()
Filipe Manana
2025-11-24
btrfs: remove fs_info argument from btrfs_dump_space_info()
Filipe Manana
2025-11-24
btrfs: remove fs_info argument from btrfs_can_overcommit()
Filipe Manana
2025-11-24
btrfs: remove fs_info argument from btrfs_try_granting_tickets()
Filipe Manana
2025-11-24
btrfs: fix racy bitfield write in btrfs_clear_space_info_full()
Boris Burkov
2025-11-05
btrfs: use super write guard in btrfs_reclaim_bgs_work()
Christian Brauner
2025-09-30
Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
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 EUCLEAN
David Sterba
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2025-09-15
btrfs: annotate block group access with data_race() when sorting for reclaim
Filipe Manana
2025-07-22
btrfs: unfold transaction aborts when writing dirty block groups
Filipe Manana
2025-07-22
btrfs: zoned: requeue to unused block group list if zone finish failed
Naohiro Aota
2025-07-22
btrfs: zoned: do not remove unwritten non-data block group
Naohiro Aota
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
2025-07-22
btrfs: don't print relocation messages from auto reclaim
Johannes Thumshirn
2025-07-22
btrfs: remove redundant auto reclaim log message
Johannes Thumshirn
2025-07-21
btrfs: change dump_block_groups() in btrfs_dump_space_info() from int to bool
Johannes Thumshirn
2025-07-21
btrfs: add btrfs prefix to free space tree exported functions
Filipe Manana
2025-05-15
btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()
Filipe Manana
2025-05-15
btrfs: simplify getting and extracting previous transaction at clean_pinned_e...
Filipe Manana
2025-05-15
btrfs: tweak extent/chunk allocation for space_info sub-space
Naohiro Aota
2025-05-15
btrfs: introduce btrfs_space_info sub-group
Naohiro Aota
2025-05-15
btrfs: add space_info parameter for block group creation
Naohiro Aota
2025-05-15
btrfs: add space_info argument to btrfs_chunk_alloc()
Naohiro Aota
2025-05-15
btrfs: factor out check_removing_space_info() from btrfs_free_block_groups()
Naohiro Aota
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-05-15
btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-05-15
btrfs: remove EXTENT_UPTODATE io tree flag
Filipe Manana
2025-05-15
btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io tree
Filipe Manana
2025-03-18
btrfs: codify pattern for adding block_group to bg_list
Boris Burkov
2025-03-18
btrfs: explicitly ref count block_group on new_bgs list
Boris Burkov
2025-03-18
btrfs: fix block group refcount race in btrfs_create_pending_block_groups()
Boris Burkov
2025-03-18
btrfs: remove unnecessary fs_info argument from btrfs_add_block_group_cache()
Filipe Manana
2025-03-18
btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-03-18
btrfs: fix reclaimed bytes accounting after automatic block group reclaim
Filipe Manana
[next]