summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
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
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik
2020-10-26btrfs: drop the path before adding block group sysfs filesJosef Bacik
2020-10-07btrfs: do not create raid sysfs entries under any locksJosef Bacik
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik
2020-10-07btrfs: make read_block_group_item return voidMarcos Paulo de Souza
2020-10-07btrfs: call btrfs_try_granting_tickets when reserving spaceJosef Bacik
2020-10-07btrfs: call btrfs_try_granting_tickets when freeing reserved bytesJosef Bacik
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-08-27btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza
2020-07-27btrfs: if we're restriping, use the target restripe profileJosef Bacik
2020-07-27btrfs: don't adjust bg flags and use default allocation profilesJosef Bacik