summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+34
2023-07-24btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana1-17/+34
2023-07-20Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+12
2023-07-18btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana1-0/+1
2023-07-11btrfs: fix use-after-free of new block group that became unusedFilipe Manana1-2/+11
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-7/+40
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo1-1/+1
2023-06-19btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo1-1/+8
2023-06-19btrfs: reinsert BGs failed to reclaimNaohiro Aota1-0/+2
2023-06-19btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota1-2/+9
2023-06-19btrfs: move out now unused BG from the reclaim listNaohiro Aota1-1/+4
2023-06-19btrfs: delete unused BGs while reclaiming BGsNaohiro Aota1-0/+14
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-1/+1
2023-06-19btrfs: drop NOFAIL from set_extent_bit allocation masksDavid Sterba1-2/+1
2023-06-19btrfs: open code set_extent_dirtyDavid Sterba1-3/+4
2023-05-17btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo1-2/+12
2023-04-17btrfs: scrub: remove the old scrub recheck codeQu Wenruo1-11/+0
2023-04-17btrfs: remove bytes_used argument from btrfs_make_block_group()Filipe Manana1-5/+2
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo1-7/+5
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo1-4/+6
2023-03-15btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota1-6/+0
2023-03-15btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik1-10/+12
2023-03-08btrfs: fix block group item corruption after inserting new block groupFilipe Manana1-1/+12
2023-03-06btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn1-1/+2
2023-03-06btrfs: fix potential dead lock in size class loading logicBoris Burkov1-26/+16
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig1-7/+2
2023-02-13btrfs: don't use size classes for zoned file systemsBoris Burkov1-2/+11
2023-02-13btrfs: load block group size class when cachingBoris Burkov1-0/+148
2023-02-13btrfs: introduce size class to block group allocatorBoris Burkov1-16/+89
2023-02-13btrfs: fix uninitialized variable warning in btrfs_update_block_groupJosef Bacik1-1/+1
2022-12-05btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba1-1/+1
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba1-3/+3
2022-12-05btrfs: update function commentsDavid Sterba1-10/+10
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: skip update of block group item if used bytes are the sameQu Wenruo1-1/+27
2022-12-05btrfs: re-check reclaim condition in reclaim workerBoris Burkov1-25/+40
2022-12-05btrfs: skip reclaim if block_group is emptyBoris Burkov1-0/+18
2022-12-05btrfs: move btrfs_should_fragment_free_space into block-group.cJosef Bacik1-0/+12
2022-10-11btrfs: delete stale comments after merge conflict resolutionDavid Sterba1-2/+0
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik1-1/+1
2022-09-26btrfs: move btrfs_full_stripe_locks_tree into block-group.hJosef Bacik1-1/+2
2022-09-26btrfs: enhance unsupported compat RO flags handlingQu Wenruo1-1/+10
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik1-1/+1
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval1-13/+0
2022-09-26btrfs: delete btrfs_wait_space_cache_v1_finishedJosef Bacik1-0/+2
2022-09-26btrfs: remove BLOCK_GROUP_FLAG_HAS_CACHING_CTLJosef Bacik1-24/+21
2022-09-26btrfs: simplify block group traversal in btrfs_put_block_group_cacheJosef Bacik1-27/+15
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik1-10/+15