aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26btrfs: zoned: don't skip block groups with 100% zone unusableGravatar Johannes Thumshirn 1-1/+2
2024-03-05btrfs: mark btrfs_put_caching_control() staticGravatar Lijuan Li 1-1/+1
2024-03-04btrfs: handle block group lookup error when it's being removedGravatar David Sterba 1-1/+3
2024-03-04btrfs: add comment about list_is_singular() use at btrfs_delete_unused_bgs()Gravatar Filipe Manana 1-0/+7
2024-03-04btrfs: return errors from unpin_extent_range()Gravatar David Sterba 1-1/+1
2024-02-09btrfs: add new unused block groups to the list of unused block groupsGravatar Filipe Manana 1-0/+31
2024-02-09btrfs: do not delete unused block group if it may be used soonGravatar Filipe Manana 1-0/+46
2024-02-09btrfs: add and use helper to check if block group is usedGravatar Filipe Manana 1-2/+1
2023-12-15btrfs: fix typos found by codespellGravatar David Sterba 1-1/+1
2023-12-15btrfs: remove stripe size local variable from insert_dev_extents()Gravatar Filipe Manana 1-4/+1
2023-12-15btrfs: use a dedicated data structure for chunk mapsGravatar Filipe Manana 1-97/+68
2023-12-15btrfs: split assert into two different asserts when removing block groupGravatar Filipe Manana 1-1/+2
2023-10-12btrfs: stop reserving excessive space for block group item insertionsGravatar Filipe Manana 1-3/+2
2023-10-12btrfs: stop reserving excessive space for block group item updatesGravatar Filipe Manana 1-5/+7
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Gravatar Filipe Manana 1-2/+1
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneGravatar David Sterba 1-1/+1
2023-10-12btrfs: remove pointless loop from btrfs_update_block_group()Gravatar Filipe Manana 1-80/+67
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-2/+2
2023-10-12btrfs: stop doing excessive space reservation for csum deletionGravatar Filipe Manana 1-4/+4
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countGravatar Filipe Manana 1-2/+1
2023-09-08btrfs: fix race between finishing block group creation and its item updateGravatar Filipe Manana 1-2/+10
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationGravatar Naohiro Aota 1-1/+1
2023-08-21btrfs: zoned: activate metadata block group on write timeGravatar Naohiro Aota 1-0/+11
2023-08-21btrfs: move btrfs_free_excluded_extents() into block-group.cGravatar Filipe Manana 1-0/+6
2023-08-21btrfs: open code trivial btrfs_add_excluded_extent()Gravatar Filipe Manana 1-4/+6
2023-08-21btrfs: make find_first_extent_bit() return a booleanGravatar Filipe Manana 1-5/+4
2023-08-21btrfs: rename add_new_free_space() to btrfs_add_new_free_space()Gravatar Filipe Manana 1-10/+10
2023-08-21btrfs: update documentation for add_new_free_space()Gravatar Filipe Manana 1-4/+11
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+15
2023-08-10btrfs: wait for actual caching progress during allocationGravatar Josef Bacik 1-2/+15
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-17/+34
2023-07-24btrfs: remove BUG_ON()'s in add_new_free_space()Gravatar Filipe Manana 1-17/+34
2023-07-20Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+12
2023-07-18btrfs: zoned: fix memory leak after finding block group with super blocksGravatar Filipe Manana 1-0/+1
2023-07-11btrfs: fix use-after-free of new block group that became unusedGravatar Filipe Manana 1-2/+11
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-7/+40
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrGravatar Qu Wenruo 1-1/+1
2023-06-19btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileGravatar Matt Corallo 1-1/+8
2023-06-19btrfs: reinsert BGs failed to reclaimGravatar Naohiro Aota 1-0/+2
2023-06-19btrfs: bail out reclaim process if filesystem is read-onlyGravatar Naohiro Aota 1-2/+9
2023-06-19btrfs: move out now unused BG from the reclaim listGravatar Naohiro Aota 1-1/+4
2023-06-19btrfs: delete unused BGs while reclaiming BGsGravatar Naohiro Aota 1-0/+14
2023-06-19btrfs: drop gfp from parameter extent state helpersGravatar David Sterba 1-1/+1
2023-06-19btrfs: drop NOFAIL from set_extent_bit allocation masksGravatar David Sterba 1-2/+1
2023-06-19btrfs: open code set_extent_dirtyGravatar David Sterba 1-3/+4
2023-05-17btrfs: scrub: try harder to mark RAID56 block groups read-onlyGravatar Qu Wenruo 1-2/+12
2023-04-17btrfs: scrub: remove the old scrub recheck codeGravatar Qu Wenruo 1-11/+0
2023-04-17btrfs: remove bytes_used argument from btrfs_make_block_group()Gravatar Filipe Manana 1-5/+2
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Gravatar Qu Wenruo 1-7/+5
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENGravatar Qu Wenruo 1-4/+6