aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
2022-05-16btrfs: zoned: zone finish unused block groupNaohiro Aota
2022-05-16btrfs: avoid double search for block group during NOCOW writesFilipe Manana
2022-05-16btrfs: return block group directly at btrfs_next_block_group()Filipe Manana
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana
2022-05-16btrfs: zoned: make auto-reclaim less aggressiveJohannes Thumshirn
2022-05-16btrfs: allow block group background reclaim for non-zoned filesystemsJosef Bacik
2022-05-16btrfs: use btrfs_for_each_slot in find_first_block_groupGabriel Niebler
2022-04-06btrfs: zoned: activate block group only for extent allocationNaohiro Aota
2022-04-06btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota
2022-04-06btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-03-14btrfs: zoned: mark relocation as writingNaohiro Aota
2022-03-14btrfs: add support for multiple global rootsJosef Bacik
2022-01-31btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana
2022-01-31btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2022-01-03btrfs: add a btrfs_block_group_root() helperJosef Bacik
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik
2022-01-03btrfs: remove spurious unlock/lock of unused_bgs_lockNikolay Borisov
2021-10-26btrfs: update comments for chunk allocation -ENOSPC casesFilipe Manana
2021-10-26btrfs: fix deadlock between chunk allocation and chunk btree modificationsFilipe Manana
2021-10-26btrfs: zoned: use greedy gc for auto reclaimJohannes Thumshirn
2021-10-26btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn
2021-10-26btrfs: zoned: activate new block groupNaohiro Aota
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota
2021-10-26btrfs: zoned: introduce physical_map to btrfs_block_groupNaohiro Aota
2021-10-26btrfs: zoned: calculate free space from zone capacityNaohiro Aota
2021-10-26btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusableNaohiro Aota
2021-10-26btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain
2021-10-25btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov
2021-08-23btrfs: zoned: suppress reclaim error message on EAGAINNaohiro Aota
2021-08-23btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro...Qu Wenruo
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov
2021-07-07btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana
2021-07-07btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana
2021-07-07btrfs: zoned: print unusable percentage when reclaiming block groupsJohannes Thumshirn
2021-07-07btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_workDavid Sterba
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana
2021-06-21btrfs: make free space cache size consistent across different PAGE_SIZEQu Wenruo
2021-06-17btrfs: zoned: fix negative space_info->bytes_readonlyNaohiro Aota
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn
2021-04-19btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana
2021-04-19btrfs: replace open coded while loop with proper constructNikolay Borisov
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota