summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-02btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki1-1/+1
2026-03-04btrfs: fix periodic reclaim conditionSun YangKai1-2/+4
2026-02-27btrfs: reset block group size class when it becomes emptyJiasheng Jiang1-0/+10
2025-12-04Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-35/+44
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-2/+1
2025-11-25btrfs: use booleans for delalloc arguments and struct find_free_extent_ctlFilipe Manana1-1/+1
2025-11-25btrfs: use bool type for btrfs_path members used as booleansFilipe Manana1-4/+4
2025-11-25btrfs: reduce block group critical section in btrfs_add_reserved_bytes()Filipe Manana1-6/+14
2025-11-25btrfs: reduce block group critical section in btrfs_free_reserved_bytes()Filipe Manana1-6/+9
2025-11-25btrfs: reduce space_info critical section in btrfs_chunk_alloc()Filipe Manana1-3/+3
2025-11-25btrfs: remove fs_info argument from btrfs_zoned_activate_one_bg()Filipe Manana1-2/+2
2025-11-24btrfs: remove fs_info argument from btrfs_dump_space_info()Filipe Manana1-4/+4
2025-11-24btrfs: remove fs_info argument from btrfs_can_overcommit()Filipe Manana1-2/+1
2025-11-24btrfs: remove fs_info argument from btrfs_try_granting_tickets()Filipe Manana1-2/+2
2025-11-24btrfs: fix racy bitfield write in btrfs_clear_space_info_full()Boris Burkov1-3/+3
2025-11-06btrfs: use super write guard in btrfs_reclaim_bgs_work()Christian Brauner1-7/+3
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-15/+15
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba1-5/+5
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-7/+7
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-2/+2
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-1/+1
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-09-15btrfs: annotate block group access with data_race() when sorting for reclaimFilipe Manana1-1/+8
2025-07-22btrfs: unfold transaction aborts when writing dirty block groupsFilipe Manana1-2/+4
2025-07-22btrfs: zoned: requeue to unused block group list if zone finish failedNaohiro Aota1-1/+3
2025-07-22btrfs: zoned: do not remove unwritten non-data block groupNaohiro Aota1-2/+25
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana1-6/+6
2025-07-22btrfs: don't print relocation messages from auto reclaimJohannes Thumshirn1-1/+1
2025-07-22btrfs: remove redundant auto reclaim log messageJohannes Thumshirn1-17/+0
2025-07-22btrfs: change dump_block_groups() in btrfs_dump_space_info() from int to boolJohannes Thumshirn1-4/+4
2025-07-22btrfs: add btrfs prefix to free space tree exported functionsFilipe Manana1-5/+5
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()Filipe Manana1-6/+6
2025-05-15btrfs: simplify getting and extracting previous transaction at clean_pinned_e...Filipe Manana1-3/+2
2025-05-15btrfs: tweak extent/chunk allocation for space_info sub-spaceNaohiro Aota1-0/+3
2025-05-15btrfs: introduce btrfs_space_info sub-groupNaohiro Aota1-0/+11
2025-05-15btrfs: add space_info parameter for block group creationNaohiro Aota1-8/+22
2025-05-15btrfs: add space_info argument to btrfs_chunk_alloc()Naohiro Aota1-10/+17
2025-05-15btrfs: factor out check_removing_space_info() from btrfs_free_block_groups()Naohiro Aota1-22/+27
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba1-6/+6
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba1-5/+4
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana1-3/+3
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana1-8/+8
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana1-6/+6
2025-05-15btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-2/+1
2025-05-15btrfs: remove EXTENT_UPTODATE io tree flagFilipe Manana1-4/+4
2025-05-15btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io treeFilipe Manana1-2/+1
2025-03-18btrfs: codify pattern for adding block_group to bg_listBoris Burkov1-24/+31
2025-03-18btrfs: explicitly ref count block_group on new_bgs listBoris Burkov1-0/+2
2025-03-18btrfs: fix block group refcount race in btrfs_create_pending_block_groups()Boris Burkov1-0/+3