summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-group.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-151-2/+4
* btrfs: rename add_new_free_space() to btrfs_add_new_free_space()Filipe Manana2023-08-211-2/+2
* btrfs: wait for actual caching progress during allocationJosef Bacik2023-08-101-0/+2
* btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana2023-07-241-2/+2
* btrfs: fix use-after-free of new block group that became unusedFilipe Manana2023-07-111-0/+5
* btrfs: update documentation for a block group's bg_list memberFilipe Manana2023-06-191-1/+8
* btrfs: scrub: remove the old scrub recheck codeQu Wenruo2023-04-171-11/+0
* btrfs: remove bytes_used argument from btrfs_make_block_group()Filipe Manana2023-04-171-1/+1
* btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig2023-02-151-2/+1
* btrfs: don't use size classes for zoned file systemsBoris Burkov2023-02-131-0/+1
* btrfs: introduce size class to block group allocatorBoris Burkov2023-02-131-1/+19
* btrfs: convert btrfs_block_group::seq_zone to runtime flagDavid Sterba2022-12-051-3/+2
* btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba2022-12-051-6/+2
* btrfs: skip update of block group item if used bytes are the sameQu Wenruo2022-12-051-0/+6
* btrfs: move btrfs_should_fragment_free_space into block-group.cJosef Bacik2022-12-051-10/+1
* btrfs: move btrfs_full_stripe_locks_tree into block-group.hJosef Bacik2022-09-261-0/+8
* btrfs: move btrfs_caching_type to block-group.hJosef Bacik2022-09-261-0/+7
* btrfs: get rid of block group caching progress logicOmar Sandoval2022-09-261-2/+0
* btrfs: delete btrfs_wait_space_cache_v1_finishedJosef Bacik2022-09-261-2/+0
* btrfs: remove BLOCK_GROUP_FLAG_HAS_CACHING_CTLJosef Bacik2022-09-261-1/+0
* btrfs: convert block group bit field to use bit helpersJosef Bacik2022-09-261-8/+13
* btrfs: fix space cache corruption and potential double allocationsOmar Sandoval2022-08-231-3/+1
* btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota2022-06-211-0/+1
* btrfs: zoned: properly finish block group on metadata writeNaohiro Aota2022-05-161-0/+2
* btrfs: avoid double search for block group during NOCOW writesFilipe Manana2022-05-161-2/+3
* btrfs: zoned: activate block group only for extent allocationNaohiro Aota2022-04-061-0/+4
* btrfs: add support for multiple global rootsJosef Bacik2022-03-141-0/+1
* btrfs: fix deadlock between chunk allocation and chunk btree modificationsFilipe Manana2021-10-261-0/+2
* btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain2021-10-261-1/+1
* btrfs: zoned: implement active zone trackingNaohiro Aota2021-10-261-0/+2
* btrfs: zoned: introduce physical_map to btrfs_block_groupNaohiro Aota2021-10-261-0/+1
* btrfs: zoned: load zone capacity information from devicesNaohiro Aota2021-10-261-0/+1
* btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana2021-07-071-2/+4
* btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-0/+3
* btrfs: fix race between writes to swap files and scrubFilipe Manana2021-02-221-0/+9
* btrfs: zoned: relocate block group to repair IO failure in zoned filesystemsNaohiro Aota2021-02-091-0/+1
* btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota2021-02-091-0/+1
* btrfs: zoned: serialize metadata IONaohiro Aota2021-02-091-0/+1
* btrfs: zoned: cache if block group is on a sequential zoneJohannes Thumshirn2021-02-091-0/+3
* btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota2021-02-091-5/+3
* btrfs: zoned: track unusable bytes for zonesNaohiro Aota2021-02-091-0/+1
* btrfs: zoned: load zone's allocation offsetNaohiro Aota2021-02-091-0/+6
* btrfs: load free space cache asynchronouslyJosef Bacik2020-12-081-0/+2
* btrfs: convert block group refcount to refcount_tJosef Bacik2020-07-271-2/+1
* btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana2020-05-251-0/+3
* btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana2020-05-251-1/+10
* btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov2020-01-231-0/+5
* btrfs: only keep track of data extents for async discardDennis Zhou2020-01-201-0/+11
* btrfs: discard one region at a time in async discardDennis Zhou2020-01-201-0/+15
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-0/+9