summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
AgeCommit message (Expand)AuthorLines
2022-09-26btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig-5/+0
2022-09-26btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYJosef Bacik-5/+0
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik-3/+3
2022-08-23btrfs: add info when mount fails due to stale replace targetAnand Jain-1/+1
2022-08-23btrfs: replace: drop assert for suspended replaceAnand Jain-2/+1
2022-07-25btrfs: clean up chained assignmentsDavid Sterba-1/+2
2022-05-16btrfs: use a local variable for fs_devices pointer in btrfs_dev_replace_finis...Anand Jain-6/+7
2022-05-16btrfs: use btrfs_for_each_slot in mark_block_group_to_copyGabriel Niebler-33/+6
2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana-1/+6
2022-03-14btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain-0/+3
2022-03-14btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdevAnand Jain-7/+8
2022-01-07btrfs: remove reada infrastructureQu Wenruo-5/+0
2022-01-03btrfs: zoned: cache reported zone during mountNaohiro Aota-1/+1
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik-2/+2
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds-9/+7
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik-9/+7
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig-2/+1
2021-06-22btrfs: fix typos in commentsDavid Sterba-1/+1
2021-03-17btrfs: do not initialize dev replace for bad dev rootJosef Bacik-0/+3
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota-0/+184
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov-1/+1
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana-1/+1
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota-0/+7
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota-0/+5
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain-4/+4
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain-2/+24
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana-0/+5
2020-10-07btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declarationAnand Jain-30/+26
2020-10-07btrfs: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdevAnand Jain-3/+1
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain-1/+1
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain-1/+1
2020-10-07btrfs: fix replace of seed deviceAnand Jain-1/+1
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues-2/+2
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik-1/+1
2020-09-30btrfs: fix filesystem corruption after a device replaceFilipe Manana-1/+39
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik-1/+2
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik-0/+3
2020-03-23btrfs: sysfs, rename device_link add/remove functionsAnand Jain-2/+2
2020-03-23btrfs: Add overview of device replaceQu Wenruo-0/+40
2020-01-28Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds-0/+1
2020-01-25btrfs: dev-replace: remove warning for unknown return codes when finishedDavid Sterba-4/+1
2020-01-23btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain-0/+1
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba-1/+1
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba-0/+1
2019-09-09btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should goAnand Jain-1/+1
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba-1/+1
2019-07-01btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov-1/+0
2019-07-01btrfs: Explicitly reserve space for devreplace itemNikolay Borisov-2/+2
2019-07-01btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov-6/+2
2019-07-01btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov-5/+5