summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
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
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota
2021-02-09btrfs: zoned: reset zones of unused block groupsNaohiro Aota
2021-02-09btrfs: zoned: implement sequential extent allocationNaohiro Aota
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota
2021-02-09btrfs: zoned: calculate allocation offset for conventional zonesNaohiro Aota
2021-02-09btrfs: zoned: load zone's allocation offsetNaohiro Aota
2021-02-09btrfs: release path before calling to btrfs_load_block_group_zone_infoJohannes Thumshirn
2021-02-08btrfs: do not block on deleted bgs mutex in the cleanerJosef Bacik
2021-02-08btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik
2021-02-08btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik
2021-02-08btrfs: document fs_info in btrfs_rmap_blockNikolay Borisov
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik
2021-01-18btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik
2020-12-09btrfs: skip space_cache v1 setup when not using itBoris Burkov
2020-12-09btrfs: remove free space items when disabling space cache v1Boris Burkov
2020-12-09btrfs: only mark bg->needs_free_space if free space tree is onBoris Burkov
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik
2020-12-08btrfs: load free space cache asynchronouslyJosef Bacik