summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-group.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove no longer necessary chunk mutex locking casesFilipe Manana2020-07-271-5/+0
* btrfs: factor out reading of bg from find_frist_block_groupJohannes Thumshirn2020-07-271-46/+56
* btrfs: get mapping tree directly from fsinfo in find_first_block_groupJohannes Thumshirn2020-07-271-1/+1
* btrfs: simplify checks when adding excluded rangesNikolay Borisov2020-07-271-17/+4
* btrfs: read stripe len directly in btrfs_rmap_blockNikolay Borisov2020-07-271-10/+3
* btrfs: fix race between block group removal and block group creationFilipe Manana2020-06-161-8/+19
* btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana2020-06-161-10/+9
* btrfs: remove duplicated include in block-group.cTiezhu Yang2020-05-251-1/+0
* btrfs: block-group: rename write_one_cache_group()Qu Wenruo2020-05-251-8/+8
* btrfs: block-group: refactor how we insert a block group itemQu Wenruo2020-05-251-16/+25
* btrfs: block-group: refactor how we delete one block group itemQu Wenruo2020-05-251-12/+25
* btrfs: block-group: refactor how we read one block group itemQu Wenruo2020-05-251-15/+32
* btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups()Qu Wenruo2020-05-251-1/+0
* btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana2020-05-251-0/+41
* btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana2020-05-251-13/+16
* btrfs: simplify error handling of clean_pinned_extents()Filipe Manana2020-05-251-12/+6
* btrfs: improve global reserve stealing logicJosef Bacik2020-05-251-1/+1
* btrfs: fix block group leak when removing failsXiyu Yang2020-04-231-6/+10
* btrfs: fix memory leak of transaction when deleting unused block groupFilipe Manana2020-04-231-0/+4
* btrfs: fix reclaim counter leak of space_info objectsFilipe Manana2020-04-081-0/+1
* btrfs: add RCU locks around block group initializationMadhuparna Bhowmik2020-03-231-0/+2
* btrfs: switch to per-transaction pinned extentsNikolay Borisov2020-03-231-13/+25
* btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgsNikolay Borisov2020-03-231-29/+38
* btrfs: add wrapper for transaction abort predicateDavid Sterba2020-03-231-1/+1
* btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana2020-03-201-2/+2
* btrfs: take overcommit into account in inc_block_group_roJosef Bacik2020-01-311-11/+26
* btrfs: fix force usage in inc_block_group_roJosef Bacik2020-01-311-2/+2
* btrfs: Refactor btrfs_rmap_block to improve readabilityNikolay Borisov2020-01-231-22/+33
* btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov2020-01-231-0/+86
* btrfs: remove unnecessary wrapper get_alloc_profileJohannes Thumshirn2020-01-201-6/+1
* btrfs: handle empty block_group removal for async discardDennis Zhou2020-01-201-3/+44
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-3/+34
* btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou2020-01-201-1/+1
* btrfs: kill min_allocable_bytes in inc_block_group_roJosef Bacik2020-01-201-18/+4
* btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo2019-11-181-17/+31
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-67/+61
* btrfs: block-group: Reuse the item key from caller of read_one_block_group()Qu Wenruo2019-11-181-9/+8
* btrfs: block-group: Refactor btrfs_read_block_groups()Qu Wenruo2019-11-181-111/+108
* btrfs: drop incompat bit for raid1c34 after last block group is goneDavid Sterba2019-11-181-9/+18
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-68/+69
* btrfs: rename block_group_item on-stack accessors to follow namingDavid Sterba2019-11-181-9/+9
* btrfs: remove embedded block_group_cache::itemDavid Sterba2019-11-181-11/+5
* btrfs: move block_group_item::flags to block groupDavid Sterba2019-11-181-3/+3
* btrfs: move block_group_item::used to block groupDavid Sterba2019-11-181-20/+30
* btrfs: use btrfs_block_group_cache_done in update_block_groupJosef Bacik2019-11-181-1/+1
* btrfs: block-group: Rework documentation of check_system_chunk functionMarcos Paulo de Souza2019-11-181-3/+1
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2019-11-181-2/+1
* btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo2019-10-111-0/+1
* btrfs: add space reservation tracepoint for reserved bytesJosef Bacik2019-09-091-0/+2
* btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik2019-09-091-3/+0