aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-20btrfs: zoned: automatically reclaim zonesGravatar Johannes Thumshirn 1-0/+101
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockGravatar Johannes Thumshirn 1-3/+3
2021-04-19btrfs: fix exhaustion of the system chunk array due to concurrent allocationsGravatar Filipe Manana 1-1/+57
2021-04-19btrfs: replace open coded while loop with proper constructGravatar Nikolay Borisov 1-19/+23
2021-02-22btrfs: fix race between writes to swap files and scrubGravatar Filipe Manana 1-1/+32
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupGravatar Naohiro Aota 1-0/+2
2021-02-09btrfs: extend btrfs_rmap_block for specifying a deviceGravatar Naohiro Aota 1-5/+11
2021-02-09btrfs: zoned: reset zones of unused block groupsGravatar Naohiro Aota 1-2/+6
2021-02-09btrfs: zoned: implement sequential extent allocationGravatar Naohiro Aota 1-0/+4
2021-02-09btrfs: zoned: track unusable bytes for zonesGravatar Naohiro Aota 1-12/+39
2021-02-09btrfs: zoned: calculate allocation offset for conventional zonesGravatar Naohiro Aota 1-2/+2
2021-02-09btrfs: zoned: load zone's allocation offsetGravatar Naohiro Aota 1-0/+15
2021-02-09btrfs: release path before calling to btrfs_load_block_group_zone_infoGravatar Johannes Thumshirn 1-21/+17
2021-02-08btrfs: do not block on deleted bgs mutex in the cleanerGravatar Josef Bacik 1-3/+8
2021-02-08btrfs: splice remaining dirty_bg's onto the transaction dirty bg listGravatar Josef Bacik 1-7/+12
2021-02-08btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfGravatar Josef Bacik 1-7/+3
2021-02-08btrfs: document fs_info in btrfs_rmap_blockGravatar Nikolay Borisov 1-1/+3
2021-01-25btrfs: fix possible free space tree corruption with online conversionGravatar Josef Bacik 1-1/+9
2021-01-18btrfs: don't clear ret in btrfs_start_dirty_block_groupsGravatar Josef Bacik 1-1/+2
2020-12-09btrfs: skip space_cache v1 setup when not using itGravatar Boris Burkov 1-0/+3
2020-12-09btrfs: remove free space items when disabling space cache v1Gravatar Boris Burkov 1-37/+2
2020-12-09btrfs: only mark bg->needs_free_space if free space tree is onGravatar Boris Burkov 1-1/+2
2020-12-09btrfs: implement log-structured superblock for ZONED modeGravatar Naohiro Aota 1-0/+9
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-12-08btrfs: protect fs_info->caching_block_groups by block_group_cache_lockGravatar Josef Bacik 1-6/+6
2020-12-08btrfs: load free space cache asynchronouslyGravatar Josef Bacik 1-70/+53
2020-12-08btrfs: load free space cache into a temporary ctlGravatar Josef Bacik 1-28/+1
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsGravatar Josef Bacik 1-0/+48
2020-10-26btrfs: drop the path before adding block group sysfs filesGravatar Josef Bacik 1-0/+1
2020-10-07btrfs: do not create raid sysfs entries under any locksGravatar Josef Bacik 1-6/+25
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoGravatar Josef Bacik 1-14/+2
2020-10-07btrfs: make read_block_group_item return voidGravatar Marcos Paulo de Souza 1-6/+2
2020-10-07btrfs: call btrfs_try_granting_tickets when reserving spaceGravatar Josef Bacik 1-0/+7
2020-10-07btrfs: call btrfs_try_granting_tickets when freeing reserved bytesGravatar Josef Bacik 1-0/+2
2020-10-07btrfs: delete duplicated words + other fixes in commentsGravatar Randy Dunlap 1-1/+1
2020-08-27btrfs: block-group: fix free-space bitmap thresholdGravatar Marcos Paulo de Souza 1-1/+3
2020-07-27btrfs: if we're restriping, use the target restripe profileGravatar Josef Bacik 1-5/+2
2020-07-27btrfs: don't adjust bg flags and use default allocation profilesGravatar Josef Bacik 1-50/+2
2020-07-27btrfs: convert block group refcount to refcount_tGravatar Josef Bacik 1-4/+4
2020-07-27btrfs: make btrfs_check_data_free_space take btrfs_inodeGravatar Nikolay Borisov 1-1/+2
2020-07-27btrfs: remove no longer necessary chunk mutex locking casesGravatar Filipe Manana 1-5/+0
2020-07-27btrfs: factor out reading of bg from find_frist_block_groupGravatar Johannes Thumshirn 1-46/+56
2020-07-27btrfs: get mapping tree directly from fsinfo in find_first_block_groupGravatar Johannes Thumshirn 1-1/+1
2020-07-27btrfs: simplify checks when adding excluded rangesGravatar Nikolay Borisov 1-17/+4
2020-07-27btrfs: read stripe len directly in btrfs_rmap_blockGravatar Nikolay Borisov 1-10/+3
2020-06-16btrfs: fix race between block group removal and block group creationGravatar Filipe Manana 1-8/+19
2020-06-16btrfs: fix a block group ref counter leak after failure to remove block groupGravatar Filipe Manana 1-10/+9
2020-05-25btrfs: remove duplicated include in block-group.cGravatar Tiezhu Yang 1-1/+0
2020-05-25btrfs: block-group: rename write_one_cache_group()Gravatar Qu Wenruo 1-8/+8
2020-05-25btrfs: block-group: refactor how we insert a block group itemGravatar Qu Wenruo 1-16/+25