summaryrefslogtreecommitdiff
path: root/fs/btrfs/dev-replace.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo2022-12-051-12/+3
* btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()Anand Jain2022-12-051-9/+1
* btrfs: move scrub prototypes into scrub.hJosef Bacik2022-12-051-0/+1
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-0/+1
* btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig2022-09-261-5/+0
* btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYJosef Bacik2022-09-261-5/+0
* btrfs: convert block group bit field to use bit helpersJosef Bacik2022-09-261-3/+3
* btrfs: add info when mount fails due to stale replace targetAnand Jain2022-08-231-1/+1
* btrfs: replace: drop assert for suspended replaceAnand Jain2022-08-231-2/+1
* btrfs: clean up chained assignmentsDavid Sterba2022-07-251-1/+2
* btrfs: use a local variable for fs_devices pointer in btrfs_dev_replace_finis...Anand Jain2022-05-161-6/+7
* btrfs: use btrfs_for_each_slot in mark_block_group_to_copyGabriel Niebler2022-05-161-33/+6
* btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana2022-04-211-1/+6
* btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain2022-03-141-0/+3
* btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdevAnand Jain2022-03-141-7/+8
* btrfs: remove reada infrastructureQu Wenruo2022-01-071-5/+0
* btrfs: zoned: cache reported zone during mountNaohiro Aota2022-01-031-1/+1
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-2/+2
* Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-11-011-9/+7
|\
| * btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik2021-10-261-9/+7
* | btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+1
|/
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: do not initialize dev replace for bad dev rootJosef Bacik2021-03-171-0/+3
* btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota2021-02-091-0/+184
* btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov2021-02-081-1/+1
* btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-181-1/+1
* btrfs: check and enable ZONED modeNaohiro Aota2020-12-091-0/+7
* btrfs: get zone information of zoned block devicesNaohiro Aota2020-12-091-0/+5
* btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain2020-12-081-4/+4
* btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain2020-11-051-2/+24
* btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana2020-10-261-0/+5
* btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declarationAnand Jain2020-10-071-30/+26
* btrfs: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdevAnand Jain2020-10-071-3/+1
* btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain2020-10-071-1/+1
* btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain2020-10-071-1/+1
* btrfs: fix replace of seed deviceAnand Jain2020-10-071-1/+1
* btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues2020-10-071-2/+2
* btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik2020-10-071-1/+1
* btrfs: fix filesystem corruption after a device replaceFilipe Manana2020-09-301-1/+39
* btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2020-09-301-1/+2
* btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik2020-09-251-0/+3
* btrfs: sysfs, rename device_link add/remove functionsAnand Jain2020-03-231-2/+2
* btrfs: Add overview of device replaceQu Wenruo2020-03-231-0/+40
* Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-01-281-0/+1
|\
| * btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain2020-01-231-0/+1
* | btrfs: dev-replace: remove warning for unknown return codes when finishedDavid Sterba2020-01-251-4/+1
|/
* btrfs: add __pure attribute to functionsDavid Sterba2019-11-181-1/+1
* btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-091-0/+1
* btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should goAnand Jain2019-09-091-1/+1