aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
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
2022-01-31btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana
2022-01-31btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2022-01-03btrfs: add a btrfs_block_group_root() helperJosef Bacik
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik
2022-01-03btrfs: remove spurious unlock/lock of unused_bgs_lockNikolay Borisov
2021-10-26btrfs: update comments for chunk allocation -ENOSPC casesFilipe Manana