summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
2024-07-11btrfs: switch btrfs_block_group::inode to struct btrfs_inodeDavid Sterba
2024-07-11btrfs: prevent pathological periodic reclaim loopsBoris Burkov
2024-07-11btrfs: periodic block_group reclaimBoris Burkov
2024-07-11btrfs: dynamic block_group reclaim thresholdBoris Burkov
2024-07-11btrfs: report reclaim stats in sysfsBoris Burkov
2024-07-11btrfs: move btrfs_block_group_root() to block-group.cAnand Jain
2024-07-01btrfs: fix adding block group to a reclaim list and the unused list during re...Naohiro Aota
2024-06-13btrfs: retry block group reclaim without infinite loopBoris Burkov
2024-03-26btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn
2024-03-05btrfs: mark btrfs_put_caching_control() staticLijuan Li
2024-03-04btrfs: handle block group lookup error when it's being removedDavid Sterba
2024-03-04btrfs: add comment about list_is_singular() use at btrfs_delete_unused_bgs()Filipe Manana
2024-03-04btrfs: return errors from unpin_extent_range()David Sterba
2024-02-09btrfs: add new unused block groups to the list of unused block groupsFilipe Manana
2024-02-09btrfs: do not delete unused block group if it may be used soonFilipe Manana
2024-02-09btrfs: add and use helper to check if block group is usedFilipe Manana
2023-12-15btrfs: fix typos found by codespellDavid Sterba
2023-12-15btrfs: remove stripe size local variable from insert_dev_extents()Filipe Manana
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-12-15btrfs: split assert into two different asserts when removing block groupFilipe Manana
2023-10-12btrfs: stop reserving excessive space for block group item insertionsFilipe Manana
2023-10-12btrfs: stop reserving excessive space for block group item updatesFilipe Manana
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba
2023-10-12btrfs: remove pointless loop from btrfs_update_block_group()Filipe Manana
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-10-12btrfs: stop doing excessive space reservation for csum deletionFilipe Manana
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countFilipe Manana
2023-09-08btrfs: fix race between finishing block group creation and its item updateFilipe Manana
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota
2023-08-21btrfs: zoned: activate metadata block group on write timeNaohiro Aota
2023-08-21btrfs: move btrfs_free_excluded_extents() into block-group.cFilipe Manana
2023-08-21btrfs: open code trivial btrfs_add_excluded_extent()Filipe Manana
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana
2023-08-21btrfs: rename add_new_free_space() to btrfs_add_new_free_space()Filipe Manana
2023-08-21btrfs: update documentation for add_new_free_space()Filipe Manana
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-10btrfs: wait for actual caching progress during allocationJosef Bacik
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-24btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana
2023-07-20Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-18btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana
2023-07-11btrfs: fix use-after-free of new block group that became unusedFilipe Manana
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo
2023-06-19btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo
2023-06-19btrfs: reinsert BGs failed to reclaimNaohiro Aota
2023-06-19btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota
2023-06-19btrfs: move out now unused BG from the reclaim listNaohiro Aota
2023-06-19btrfs: delete unused BGs while reclaiming BGsNaohiro Aota