aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-group.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-26btrfs: drop the path before adding block group sysfs filesJosef Bacik1-0/+1
2020-10-07btrfs: do not create raid sysfs entries under any locksJosef Bacik1-6/+25
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik1-14/+2
2020-10-07btrfs: make read_block_group_item return voidMarcos Paulo de Souza1-6/+2
2020-10-07btrfs: call btrfs_try_granting_tickets when reserving spaceJosef Bacik1-0/+7
2020-10-07btrfs: call btrfs_try_granting_tickets when freeing reserved bytesJosef Bacik1-0/+2
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap1-1/+1
2020-08-27btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza1-1/+3
2020-07-27btrfs: if we're restriping, use the target restripe profileJosef Bacik1-5/+2
2020-07-27btrfs: don't adjust bg flags and use default allocation profilesJosef Bacik1-50/+2
2020-07-27btrfs: convert block group refcount to refcount_tJosef Bacik1-4/+4
2020-07-27btrfs: make btrfs_check_data_free_space take btrfs_inodeNikolay Borisov1-1/+2
2020-07-27btrfs: remove no longer necessary chunk mutex locking casesFilipe Manana1-5/+0
2020-07-27btrfs: factor out reading of bg from find_frist_block_groupJohannes Thumshirn1-46/+56
2020-07-27btrfs: get mapping tree directly from fsinfo in find_first_block_groupJohannes Thumshirn1-1/+1
2020-07-27btrfs: simplify checks when adding excluded rangesNikolay Borisov1-17/+4
2020-07-27btrfs: read stripe len directly in btrfs_rmap_blockNikolay Borisov1-10/+3
2020-06-16btrfs: fix race between block group removal and block group creationFilipe Manana1-8/+19
2020-06-16btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana1-10/+9
2020-05-25btrfs: remove duplicated include in block-group.cTiezhu Yang1-1/+0
2020-05-25btrfs: block-group: rename write_one_cache_group()Qu Wenruo1-8/+8
2020-05-25btrfs: block-group: refactor how we insert a block group itemQu Wenruo1-16/+25
2020-05-25btrfs: block-group: refactor how we delete one block group itemQu Wenruo1-12/+25
2020-05-25btrfs: block-group: refactor how we read one block group itemQu Wenruo1-15/+32
2020-05-25btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups()Qu Wenruo1-1/+0
2020-05-25btrfs: move the block group freeze/unfreeze helpers into block-group.cFilipe Manana1-0/+41
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana1-13/+16
2020-05-25btrfs: simplify error handling of clean_pinned_extents()Filipe Manana1-12/+6
2020-05-25btrfs: improve global reserve stealing logicJosef Bacik1-1/+1
2020-04-23btrfs: fix block group leak when removing failsXiyu Yang1-6/+10
2020-04-23btrfs: fix memory leak of transaction when deleting unused block groupFilipe Manana1-0/+4
2020-04-08btrfs: fix reclaim counter leak of space_info objectsFilipe Manana1-0/+1
2020-03-23btrfs: add RCU locks around block group initializationMadhuparna Bhowmik1-0/+2
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov1-13/+25
2020-03-23btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgsNikolay Borisov1-29/+38
2020-03-23btrfs: add wrapper for transaction abort predicateDavid Sterba1-1/+1
2020-03-20btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana1-2/+2
2020-01-31btrfs: take overcommit into account in inc_block_group_roJosef Bacik1-11/+26
2020-01-31btrfs: fix force usage in inc_block_group_roJosef Bacik1-2/+2
2020-01-23btrfs: Refactor btrfs_rmap_block to improve readabilityNikolay Borisov1-22/+33
2020-01-23btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov1-0/+86
2020-01-20btrfs: remove unnecessary wrapper get_alloc_profileJohannes Thumshirn1-6/+1
2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou1-3/+44
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou1-3/+34
2020-01-20btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou1-1/+1
2020-01-20btrfs: kill min_allocable_bytes in inc_block_group_roJosef Bacik1-18/+4
2019-11-18btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo1-17/+31
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-67/+61
2019-11-18btrfs: block-group: Reuse the item key from caller of read_one_block_group()Qu Wenruo1-9/+8
2019-11-18btrfs: block-group: Refactor btrfs_read_block_groups()Qu Wenruo1-111/+108