summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-011-1/+1
* btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov2019-07-011-1/+0
* btrfs: Explicitly reserve space for devreplace itemNikolay Borisov2019-07-011-2/+2
* btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov2019-07-011-6/+2
* btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov2019-07-011-5/+5
* btrfs: dev-replace: Remove impossible WARN_ONNikolay Borisov2019-07-011-1/+0
* btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdevNikolay Borisov2019-07-011-1/+2
* btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdevNikolay Borisov2019-07-011-1/+1
* btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov2019-05-281-10/+25
* btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdevDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from trans in btrfs_run_dev_replaceDavid Sterba2019-04-291-2/+2
* btrfs: combine device update operations during transaction commitNikolay Borisov2019-04-291-1/+1
* btrfs: drop the lock on error in btrfs_dev_replace_cancelDan Carpenter2019-02-251-0/+1
* btrfs: merge btrfs_find_device and find_deviceAnand Jain2019-02-251-2/+2
* btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain2019-02-251-3/+3
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-1/+1
* btrfs: dev-replace: open code trivial locking helpersDavid Sterba2018-12-171-50/+31
* btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba2018-12-171-16/+0
* btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba2018-12-171-6/+6
* btrfs: don't report user-requested cancel as an errorAnand Jain2018-12-171-1/+2
* btrfs: silence warning if replace is canceledAnand Jain2018-12-171-2/+2
* btrfs: dev-replace: add explicit check for replace result "no error"Anand Jain2018-12-171-2/+3
* btrfs: dev-replace: replace's scrub must not be running in suspended stateAnand Jain2018-12-171-1/+3
* btrfs: dev-replace: set result code of cancel by status of scrubAnand Jain2018-12-171-7/+14