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