aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-group.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 group itemsQu 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
2021-02-09btrfs: zoned: reset zones of unused block groupsNaohiro Aota1-2/+6
2021-02-09btrfs: zoned: implement sequential extent allocationNaohiro Aota1-0/+4
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota1-12/+39
2021-02-09btrfs: zoned: calculate allocation offset for conventional zonesNaohiro Aota1-2/+2
2021-02-09btrfs: zoned: load zone's allocation offsetNaohiro Aota1-0/+15
2021-02-09btrfs: release path before calling to btrfs_load_block_group_zone_infoJohannes Thumshirn1-21/+17
2021-02-08btrfs: do not block on deleted bgs mutex in the cleanerJosef Bacik1-3/+8
2021-02-08btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik1-7/+12
2021-02-08btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik1-7/+3
2021-02-08btrfs: document fs_info in btrfs_rmap_blockNikolay Borisov1-1/+3
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik1-1/+9
2021-01-18btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik1-1/+2
2020-12-09btrfs: skip space_cache v1 setup when not using itBoris Burkov1-0/+3
2020-12-09btrfs: remove free space items when disabling space cache v1Boris Burkov1-37/+2
2020-12-09btrfs: only mark bg->needs_free_space if free space tree is onBoris Burkov1-1/+2
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota1-0/+9
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik1-6/+6
2020-12-08btrfs: load free space cache asynchronouslyJosef Bacik1-70/+53
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik1-28/+1
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik1-0/+48
2020-10-26btrfs: drop the path before adding block group sysfs filesJosef Bacik1-0/+1
2020-10-07btrfs: do not create raid sysfs entries under any locksJosef Bacik1-6/+25
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik1-14/+2
2020-10-07btrfs: make read_block_group_item return voidMarcos Paulo de Souza1-6/+2
2020-10-07btrfs: call btrfs_try_granting_tickets when reserving spaceJosef Bacik1-0/+7
2020-10-07btrfs: call btrfs_try_granting_tickets when freeing reserved bytesJosef Bacik1-0/+2
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap1-1/+1
2020-08-27btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza1-1/+3
2020-07-27btrfs: if we're restriping, use the target restripe profileJosef Bacik1-5/+2