aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
2020-05-06btrfs: fix block group leak when removing failsXiyu Yang
2020-04-23btrfs: add RCU locks around block group initializationMadhuparna Bhowmik
2020-03-20btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana
2020-01-31btrfs: take overcommit into account in inc_block_group_roJosef Bacik
2020-01-31btrfs: fix force usage in inc_block_group_roJosef Bacik
2020-01-23btrfs: Refactor btrfs_rmap_block to improve readabilityNikolay Borisov
2020-01-23btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov
2020-01-20btrfs: remove unnecessary wrapper get_alloc_profileJohannes Thumshirn
2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou
2020-01-20btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou
2020-01-20btrfs: kill min_allocable_bytes in inc_block_group_roJosef Bacik
2019-11-18btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: block-group: Reuse the item key from caller of read_one_block_group()Qu Wenruo
2019-11-18btrfs: block-group: Refactor btrfs_read_block_groups()Qu Wenruo
2019-11-18btrfs: drop incompat bit for raid1c34 after last block group is goneDavid Sterba
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: rename block_group_item on-stack accessors to follow namingDavid Sterba
2019-11-18btrfs: remove embedded block_group_cache::itemDavid Sterba
2019-11-18btrfs: move block_group_item::flags to block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: use btrfs_block_group_cache_done in update_block_groupJosef Bacik
2019-11-18btrfs: block-group: Rework documentation of check_system_chunk functionMarcos Paulo de Souza
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2019-10-11btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo
2019-09-09btrfs: add space reservation tracepoint for reserved bytesJosef Bacik
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik
2019-09-09btrfs: move math functions to misc.hDavid Sterba
2019-09-09btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik
2019-09-09btrfs: unexport the temporary exported functionsJosef Bacik
2019-09-09btrfs: migrate the block group cleanup codeJosef Bacik
2019-09-09btrfs: migrate the alloc_profile helpersJosef Bacik
2019-09-09btrfs: migrate the chunk allocation codeJosef Bacik
2019-09-09btrfs: migrate the block group space accounting helpersJosef Bacik
2019-09-09btrfs: migrate the dirty bg writeout codeJosef Bacik
2019-09-09btrfs: migrate inc/dec_block_group_ro codeJosef Bacik
2019-09-09btrfs: migrate the block group read/creation codeJosef Bacik
2019-09-09btrfs: migrate the block group removal codeJosef Bacik
2019-09-09btrfs: migrate the block group caching codeJosef Bacik
2019-09-09btrfs: migrate nocow and reservation helpersJosef Bacik
2019-09-09btrfs: migrate the block group ref counting stuffJosef Bacik
2019-09-09btrfs: migrate the block group lookup codeJosef Bacik