summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: suppress reclaim error message on EAGAINNaohiro Aota2021-08-231-1/+1
* btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro...Qu Wenruo2021-08-231-0/+19
* btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov2021-08-231-2/+91
* btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn2021-07-071-1/+9
* btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana2021-07-071-36/+249
* btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana2021-07-071-57/+1
* btrfs: zoned: print unusable percentage when reclaiming block groupsJohannes Thumshirn2021-07-071-2/+12
* btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_workDavid Sterba2021-07-071-1/+1
* btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik2021-06-221-3/+0
* btrfs: ensure relocation never runs while we have send operations runningFilipe Manana2021-06-221-2/+8
* btrfs: make free space cache size consistent across different PAGE_SIZEQu Wenruo2021-06-211-9/+9
* btrfs: zoned: fix negative space_info->bytes_readonlyNaohiro Aota2021-06-171-4/+4
* btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-0/+101
* btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn2021-04-201-3/+3
* btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana2021-04-191-1/+57
* btrfs: replace open coded while loop with proper constructNikolay Borisov2021-04-191-19/+23
* btrfs: fix race between writes to swap files and scrubFilipe Manana2021-02-221-1/+32
* btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota2021-02-091-0/+2
* btrfs: extend btrfs_rmap_block for specifying a deviceNaohiro Aota2021-02-091-5/+11
* btrfs: zoned: reset zones of unused block groupsNaohiro Aota2021-02-091-2/+6
* btrfs: zoned: implement sequential extent allocationNaohiro Aota2021-02-091-0/+4
* btrfs: zoned: track unusable bytes for zonesNaohiro Aota2021-02-091-12/+39
* btrfs: zoned: calculate allocation offset for conventional zonesNaohiro Aota2021-02-091-2/+2
* btrfs: zoned: load zone's allocation offsetNaohiro Aota2021-02-091-0/+15
* btrfs: release path before calling to btrfs_load_block_group_zone_infoJohannes Thumshirn2021-02-091-21/+17
* btrfs: do not block on deleted bgs mutex in the cleanerJosef Bacik2021-02-081-3/+8
* btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik2021-02-081-7/+12
* btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik2021-02-081-7/+3
* btrfs: document fs_info in btrfs_rmap_blockNikolay Borisov2021-02-081-1/+3
* btrfs: fix possible free space tree corruption with online conversionJosef Bacik2021-01-251-1/+9
* btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik2021-01-181-1/+2
* btrfs: skip space_cache v1 setup when not using itBoris Burkov2020-12-091-0/+3
* btrfs: remove free space items when disabling space cache v1Boris Burkov2020-12-091-37/+2
* btrfs: only mark bg->needs_free_space if free space tree is onBoris Burkov2020-12-091-1/+2
* btrfs: implement log-structured superblock for ZONED modeNaohiro Aota2020-12-091-0/+9
* btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov2020-12-081-1/+1
* btrfs: protect fs_info->caching_block_groups by block_group_cache_lockJosef Bacik2020-12-081-6/+6
* btrfs: load free space cache asynchronouslyJosef Bacik2020-12-081-70/+53
* btrfs: load free space cache into a temporary ctlJosef Bacik2020-12-081-28/+1
* btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik2020-12-081-0/+48
* btrfs: drop the path before adding block group sysfs filesJosef Bacik2020-10-261-0/+1
* btrfs: do not create raid sysfs entries under any locksJosef Bacik2020-10-071-6/+25
* btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik2020-10-071-14/+2
* btrfs: make read_block_group_item return voidMarcos Paulo de Souza2020-10-071-6/+2
* btrfs: call btrfs_try_granting_tickets when reserving spaceJosef Bacik2020-10-071-0/+7
* btrfs: call btrfs_try_granting_tickets when freeing reserved bytesJosef Bacik2020-10-071-0/+2
* btrfs: delete duplicated words + other fixes in commentsRandy Dunlap2020-10-071-1/+1
* btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza2020-08-271-1/+3
* btrfs: if we're restriping, use the target restripe profileJosef Bacik2020-07-271-5/+2
* btrfs: don't adjust bg flags and use default allocation profilesJosef Bacik2020-07-271-50/+2