aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-group.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-18btrfs: drop incompat bit for raid1c34 after last block group is goneDavid Sterba1-9/+18
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-68/+69
2019-11-18btrfs: rename block_group_item on-stack accessors to follow namingDavid Sterba1-9/+9
2019-11-18btrfs: remove embedded block_group_cache::itemDavid Sterba1-11/+5
2019-11-18btrfs: move block_group_item::flags to block groupDavid Sterba1-3/+3
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba1-20/+30
2019-11-18btrfs: use btrfs_block_group_cache_done in update_block_groupJosef Bacik1-1/+1
2019-11-18btrfs: block-group: Rework documentation of check_system_chunk functionMarcos Paulo de Souza1-3/+1
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval1-2/+1
2019-10-11btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo1-0/+1
2019-09-09btrfs: add space reservation tracepoint for reserved bytesJosef Bacik1-0/+2
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik1-3/+0
2019-09-09btrfs: move math functions to misc.hDavid Sterba1-1/+1
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik1-2/+2
2019-09-09btrfs: unexport the temporary exported functionsJosef Bacik1-14/+14
2019-09-09btrfs: migrate the block group cleanup codeJosef Bacik1-0/+127
2019-09-09btrfs: migrate the alloc_profile helpersJosef Bacik1-0/+105
2019-09-09btrfs: migrate the chunk allocation codeJosef Bacik1-0/+246
2019-09-09btrfs: migrate the block group space accounting helpersJosef Bacik1-0/+175
2019-09-09btrfs: migrate the dirty bg writeout codeJosef Bacik1-0/+516
2019-09-09btrfs: migrate inc/dec_block_group_ro codeJosef Bacik1-0/+212
2019-09-09btrfs: migrate the block group read/creation codeJosef Bacik1-0/+591
2019-09-09btrfs: migrate the block group removal codeJosef Bacik1-0/+540
2019-09-09btrfs: migrate the block group caching codeJosef Bacik1-0/+460
2019-09-09btrfs: migrate nocow and reservation helpersJosef Bacik1-0/+82
2019-09-09btrfs: migrate the block group ref counting stuffJosef Bacik1-0/+25
2019-09-09btrfs: migrate the block group lookup codeJosef Bacik1-0/+95