summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-group.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: move math functions to misc.hDavid Sterba2019-09-091-1/+1
* btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik2019-09-091-2/+2
* btrfs: unexport the temporary exported functionsJosef Bacik2019-09-091-14/+14
* btrfs: migrate the block group cleanup codeJosef Bacik2019-09-091-0/+127
* btrfs: migrate the alloc_profile helpersJosef Bacik2019-09-091-0/+105
* btrfs: migrate the chunk allocation codeJosef Bacik2019-09-091-0/+246
* btrfs: migrate the block group space accounting helpersJosef Bacik2019-09-091-0/+175
* btrfs: migrate the dirty bg writeout codeJosef Bacik2019-09-091-0/+516
* btrfs: migrate inc/dec_block_group_ro codeJosef Bacik2019-09-091-0/+212
* btrfs: migrate the block group read/creation codeJosef Bacik2019-09-091-0/+591
* btrfs: migrate the block group removal codeJosef Bacik2019-09-091-0/+540
* btrfs: migrate the block group caching codeJosef Bacik2019-09-091-0/+460
* btrfs: migrate nocow and reservation helpersJosef Bacik2019-09-091-0/+82
* btrfs: migrate the block group ref counting stuffJosef Bacik2019-09-091-0/+25
* btrfs: migrate the block group lookup codeJosef Bacik2019-09-091-0/+95