aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: fix deadlock between chunk allocation and chunk btree modificationsGravatar Filipe Manana 1-0/+2
2021-10-26btrfs: reduce btrfs_update_block_group alloc argument to boolGravatar Anand Jain 1-1/+1
2021-10-26btrfs: zoned: implement active zone trackingGravatar Naohiro Aota 1-0/+2
2021-10-26btrfs: zoned: introduce physical_map to btrfs_block_groupGravatar Naohiro Aota 1-0/+1
2021-10-26btrfs: zoned: load zone capacity information from devicesGravatar Naohiro Aota 1-0/+1
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayGravatar Filipe Manana 1-2/+4
2021-04-20btrfs: zoned: automatically reclaim zonesGravatar Johannes Thumshirn 1-0/+3
2021-02-22btrfs: fix race between writes to swap files and scrubGravatar Filipe Manana 1-0/+9
2021-02-09btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsGravatar Naohiro Aota 1-0/+1
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceGravatar Naohiro Aota 1-0/+1
2021-02-09btrfs: zoned: serialize metadata IOGravatar Naohiro Aota 1-0/+1
2021-02-09btrfs: zoned: cache if block group is on a sequential zoneGravatar Johannes Thumshirn 1-0/+3
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceGravatar Naohiro Aota 1-5/+3
2021-02-09btrfs: zoned: track unusable bytes for zonesGravatar Naohiro Aota 1-0/+1
2021-02-09btrfs: zoned: load zone's allocation offsetGravatar Naohiro Aota 1-0/+6
2020-12-08btrfs: load free space cache asynchronouslyGravatar Josef Bacik 1-0/+2
2020-07-27btrfs: convert block group refcount to refcount_tGravatar Josef Bacik 1-2/+1
2020-05-25btrfs: move the block group freeze/unfreeze helpers into block-group.cGravatar Filipe Manana 1-0/+3
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameGravatar Filipe Manana 1-1/+10
2020-01-23btrfs: Move and unexport btrfs_rmap_blockGravatar Nikolay Borisov 1-0/+5
2020-01-20btrfs: only keep track of data extents for async discardGravatar Dennis Zhou 1-0/+11
2020-01-20btrfs: discard one region at a time in async discardGravatar Dennis Zhou 1-0/+15
2020-01-20btrfs: add the beginning of async discard, discard workqueueGravatar Dennis Zhou 1-0/+9
2019-11-18btrfs: scrub: Don't check free space before marking a block group ROGravatar Qu Wenruo 1-1/+2
2019-11-18btrfs: rename btrfs_block_group_cacheGravatar David Sterba 1-23/+22
2019-11-18btrfs: add dedicated members for start and length of a block groupGravatar David Sterba 1-1/+2
2019-11-18btrfs: remove embedded block_group_cache::itemGravatar David Sterba 1-1/+0
2019-11-18btrfs: move block_group_item::used to block groupGravatar David Sterba 1-0/+1
2019-09-09btrfs: move struct io_ctl to free-space-cache.hGravatar David Sterba 1-0/+2
2019-09-09btrfs: unexport the temporary exported functionsGravatar Josef Bacik 1-4/+0
2019-09-09btrfs: migrate the block group cleanup codeGravatar Josef Bacik 1-0/+2
2019-09-09btrfs: migrate the alloc_profile helpersGravatar Josef Bacik 1-0/+16
2019-09-09btrfs: migrate the chunk allocation codeGravatar Josef Bacik 1-0/+21
2019-09-09btrfs: export block group accounting helpersGravatar Josef Bacik 1-0/+6
2019-09-09btrfs: migrate the dirty bg writeout codeGravatar Josef Bacik 1-0/+3
2019-09-09btrfs: migrate inc/dec_block_group_ro codeGravatar Josef Bacik 1-0/+2
2019-09-09btrfs: temporarily export btrfs_get_restripe_targetGravatar Josef Bacik 1-0/+1
2019-09-09btrfs: migrate the block group read/creation codeGravatar Josef Bacik 1-0/+4
2019-09-09btrfs: migrate the block group removal codeGravatar Josef Bacik 1-0/+7
2019-09-09btrfs: temporarily export inc_block_group_roGravatar Josef Bacik 1-0/+2
2019-09-09btrfs: migrate the block group caching codeGravatar Josef Bacik 1-0/+2
2019-09-09btrfs: temporarily export fragment_free_spaceGravatar Josef Bacik 1-0/+1
2019-09-09btrfs: export the caching control helpersGravatar Josef Bacik 1-0/+3
2019-09-09btrfs: export the block group caching helpersGravatar Josef Bacik 1-0/+13
2019-09-09btrfs: migrate nocow and reservation helpersGravatar Josef Bacik 1-0/+6
2019-09-09btrfs: migrate the block group ref counting stuffGravatar Josef Bacik 1-0/+2
2019-09-09btrfs: migrate the block group lookup codeGravatar Josef Bacik 1-0/+7
2019-09-09btrfs: move basic block_group definitions to their own headerGravatar Josef Bacik 1-0/+154