summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
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
2022-10-11btrfs: delete stale comments after merge conflict resolutionDavid Sterba
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik
2022-09-26btrfs: move btrfs_full_stripe_locks_tree into block-group.hJosef Bacik
2022-09-26btrfs: enhance unsupported compat RO flags handlingQu Wenruo
2022-09-26btrfs: remove use btrfs_remove_free_space_cache instead of variantJosef Bacik
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval
2022-09-26btrfs: delete btrfs_wait_space_cache_v1_finishedJosef Bacik
2022-09-26btrfs: remove BLOCK_GROUP_FLAG_HAS_CACHING_CTLJosef Bacik
2022-09-26btrfs: simplify block group traversal in btrfs_put_block_group_cacheJosef Bacik
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik
2022-09-26btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_infoJosef Bacik
2022-09-26btrfs: simplify arguments of btrfs_update_space_info and renameJosef Bacik
2022-09-26btrfs: use btrfs_fs_closing for background bg workJosef Bacik
2022-08-23btrfs: fix space cache corruption and potential double allocationsOmar Sandoval
2022-07-27btrfs: reset RO counter on block group if we fail to relocateJosef Bacik
2022-07-25btrfs: zoned: activate necessary block groupNaohiro Aota
2022-07-25btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota
2022-07-25btrfs: merge calculations for simple striped profiles in btrfs_rmap_blockDavid Sterba
2022-07-25btrfs: reset block group chunk force if we have to waitJosef Bacik
2022-05-16btrfs: zoned: zone finish unused block groupNaohiro Aota
2022-05-16btrfs: avoid double search for block group during NOCOW writesFilipe Manana
2022-05-16btrfs: return block group directly at btrfs_next_block_group()Filipe Manana
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana
2022-05-16btrfs: zoned: make auto-reclaim less aggressiveJohannes Thumshirn
2022-05-16btrfs: allow block group background reclaim for non-zoned filesystemsJosef Bacik
2022-05-16btrfs: use btrfs_for_each_slot in find_first_block_groupGabriel Niebler
2022-04-06btrfs: zoned: activate block group only for extent allocationNaohiro Aota
2022-04-06btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota
2022-04-06btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-03-14btrfs: zoned: mark relocation as writingNaohiro Aota
2022-03-14btrfs: add support for multiple global rootsJosef Bacik