summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
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
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: drop NOFAIL from set_extent_bit allocation masksDavid Sterba
2023-06-19btrfs: open code set_extent_dirtyDavid Sterba
2023-05-17btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo
2023-04-17btrfs: scrub: remove the old scrub recheck codeQu Wenruo
2023-04-17btrfs: remove bytes_used argument from btrfs_make_block_group()Filipe Manana
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo
2023-03-15btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota
2023-03-15btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik
2023-03-08btrfs: fix block group item corruption after inserting new block groupFilipe Manana
2023-03-06btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn
2023-03-06btrfs: fix potential dead lock in size class loading logicBoris Burkov
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig
2023-02-13btrfs: don't use size classes for zoned file systemsBoris Burkov
2023-02-13btrfs: load block group size class when cachingBoris Burkov
2023-02-13btrfs: introduce size class to block group allocatorBoris Burkov
2023-02-13btrfs: fix uninitialized variable warning in btrfs_update_block_groupJosef Bacik
2022-12-05btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-12-05btrfs: skip update of block group item if used bytes are the sameQu Wenruo
2022-12-05btrfs: re-check reclaim condition in reclaim workerBoris Burkov
2022-12-05btrfs: skip reclaim if block_group is emptyBoris Burkov
2022-12-05btrfs: move btrfs_should_fragment_free_space into block-group.cJosef Bacik