summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
5 daysMerge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
10 daysbtrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki
12 daysMerge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-17btrfs: check for NULL root after calls to btrfs_extent_root()Filipe Manana
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-26btrfs: remove pointless WARN_ON() in cache_save_setup()Filipe Manana
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18btrfs: reset block group size class when it becomes emptyJiasheng Jiang
2026-02-03btrfs: do not BUG_ON() in btrfs_remove_block_group()Filipe Manana
2026-02-03btrfs: abort transaction on error in btrfs_remove_block_group()Filipe Manana
2026-02-03btrfs: remove out label in load_extent_tree_free()Filipe Manana
2026-02-03btrfs: deal with missing root in sample_block_group_extent_item()Filipe Manana
2026-02-03btrfs: remove bogus root search condition in sample_block_group_extent_item()Filipe Manana
2026-02-03btrfs: assert block group is locked in btrfs_use_block_group_size_class()Filipe Manana
2026-02-03btrfs: don't pass block group argument to load_block_group_size_class()Filipe Manana
2026-02-03btrfs: allocate path on stack in load_block_group_size_class()Filipe Manana
2026-02-03btrfs: make load_block_group_size_class() return voidFilipe Manana
2026-02-03btrfs: consolidate reclaim readiness checks in btrfs_should_reclaim()Sun YangKai
2026-02-03btrfs: fix periodic reclaim conditionSun YangKai
2026-02-03btrfs: use the btrfs_block_group_end() helper everywhereFilipe Manana
2026-02-03btrfs: populate fully_remapped_bgs_list on mountMark Harmstone
2026-02-03btrfs: handle discarding fully-remapped block groupsMark Harmstone
2026-02-03btrfs: handle setting up relocation of block group with remap-treeMark Harmstone
2026-02-03btrfs: handle deletions from remapped block groupMark Harmstone
2026-02-03btrfs: add extended version of struct block_group_itemMark Harmstone
2026-02-03btrfs: rename struct btrfs_block_group field commit_used to last_usedMark Harmstone
2026-02-03btrfs: remove remapped block groups from the free-space-treeMark Harmstone
2026-02-03btrfs: add and use helper to compute the available space for a block groupFilipe Manana
2026-02-03btrfs: split btrfs_fs_closing() and change return type to boolDavid Sterba
2026-02-03btrfs: rename btrfs_create_block_group_cache to btrfs_create_block_groupJohannes Thumshirn
2026-02-03btrfs: merge setting ret and return retDavid Sterba
2025-12-03Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-11-24btrfs: use booleans for delalloc arguments and struct find_free_extent_ctlFilipe Manana
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana
2025-11-24btrfs: reduce block group critical section in btrfs_add_reserved_bytes()Filipe Manana
2025-11-24btrfs: reduce block group critical section in btrfs_free_reserved_bytes()Filipe Manana
2025-11-24btrfs: reduce space_info critical section in btrfs_chunk_alloc()Filipe Manana
2025-11-24btrfs: remove fs_info argument from btrfs_zoned_activate_one_bg()Filipe Manana
2025-11-24btrfs: remove fs_info argument from btrfs_dump_space_info()Filipe Manana
2025-11-24btrfs: remove fs_info argument from btrfs_can_overcommit()Filipe Manana
2025-11-24btrfs: remove fs_info argument from btrfs_try_granting_tickets()Filipe Manana
2025-11-24btrfs: fix racy bitfield write in btrfs_clear_space_info_full()Boris Burkov
2025-11-05btrfs: use super write guard in btrfs_reclaim_bgs_work()Christian Brauner
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-23btrfs: add unlikely annotations to branches leading to transaction abortDavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-22btrfs: convert several int parameters to boolDavid Sterba