summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba
2026-06-08btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()Filipe Manana
2026-06-08btrfs: use a kmem_cache for free space control structuresFilipe Manana
2026-06-08btrfs: use a kmem_cache for block groupsFilipe Manana
2026-05-08btrfs: fix check_chunk_block_group_mappings() to iterate all chunk mapsZhengYuan Huang
2026-04-07btrfs: replace BUG_ON() with error return in cache_save_setup()Teng Liu
2026-04-07btrfs: zoned: limit number of zones reclaimed in flush_space()Johannes Thumshirn
2026-04-07btrfs: create btrfs_reclaim_block_groups()Johannes Thumshirn
2026-04-07btrfs: move reclaiming of a single block group into its own functionJohannes Thumshirn
2026-04-07btrfs: replace kcalloc() calls to kzalloc_objs()Miquel Sabaté Solà
2026-04-07btrfs: remove bogus root search condition in load_extent_tree_free()Filipe Manana
2026-04-07btrfs: change return type of cache_save_setup to voidJohannes Thumshirn
2026-04-07btrfs: zoned: move partially zone_unusable block groups to reclaim listJohannes Thumshirn
2026-04-07btrfs: pass boolean literals as the last argument to inc_block_group_ro()Filipe Manana
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-23btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki
2026-03-21Merge 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