aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-group.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-26btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_infoJosef Bacik1-22/+3
2022-09-26btrfs: simplify arguments of btrfs_update_space_info and renameJosef Bacik1-17/+11
2022-09-26btrfs: use btrfs_fs_closing for background bg workJosef Bacik1-0/+6
2022-08-23btrfs: fix space cache corruption and potential double allocationsOmar Sandoval1-32/+15
2022-07-27btrfs: reset RO counter on block group if we fail to relocateJosef Bacik1-1/+3
2022-07-25btrfs: zoned: activate necessary block groupNaohiro Aota1-0/+16
2022-07-25btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota1-3/+9
2022-07-25btrfs: merge calculations for simple striped profiles in btrfs_rmap_blockDavid Sterba1-3/+2
2022-07-25btrfs: reset block group chunk force if we have to waitJosef Bacik1-0/+1
2022-05-16btrfs: zoned: zone finish unused block groupNaohiro Aota1-0/+8
2022-05-16btrfs: avoid double search for block group during NOCOW writesFilipe Manana1-17/+41
2022-05-16btrfs: return block group directly at btrfs_next_block_group()Filipe Manana1-1/+1
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana1-20/+20
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana1-18/+12
2022-05-16btrfs: zoned: make auto-reclaim less aggressiveJohannes Thumshirn1-0/+10
2022-05-16btrfs: allow block group background reclaim for non-zoned filesystemsJosef Bacik1-0/+31
2022-05-16btrfs: use btrfs_for_each_slot in find_first_block_groupGabriel Niebler1-24/+2
2022-04-06btrfs: zoned: activate block group only for extent allocationNaohiro Aota1-8/+16
2022-04-06btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota1-3/+13
2022-04-06btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor1-4/+0
2022-03-14btrfs: zoned: mark relocation as writingNaohiro Aota1-1/+7
2022-03-14btrfs: add support for multiple global rootsJosef Bacik1-2/+26
2022-01-31btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana1-2/+24
2022-01-31btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo1-0/+13
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana1-7/+2
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik1-1/+2
2022-01-03btrfs: add a btrfs_block_group_root() helperJosef Bacik1-9/+10
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik1-1/+1
2022-01-03btrfs: remove spurious unlock/lock of unused_bgs_lockNikolay Borisov1-2/+0
2021-10-26btrfs: update comments for chunk allocation -ENOSPC casesFilipe Manana1-3/+18
2021-10-26btrfs: fix deadlock between chunk allocation and chunk btree modificationsFilipe Manana1-55/+91
2021-10-26btrfs: zoned: use greedy gc for auto reclaimJohannes Thumshirn1-0/+22
2021-10-26btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain1-1/+1
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn1-0/+1
2021-10-26btrfs: zoned: activate new block groupNaohiro Aota1-0/+6
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota1-0/+11
2021-10-26btrfs: zoned: introduce physical_map to btrfs_block_groupNaohiro Aota1-0/+1
2021-10-26btrfs: zoned: calculate free space from zone capacityNaohiro Aota1-2/+5
2021-10-26btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusableNaohiro Aota1-0/+2
2021-10-26btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain1-7/+10