summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
AgeCommit message (Expand)Author
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota
2020-12-08btrfs: remove unused argument seed from btrfs_find_deviceAnand Jain
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana
2020-10-07btrfs: move btrfs_dev_replace_update_device_in_mapping_tree to drop declarationAnand Jain
2020-10-07btrfs: remove tmp variable for list traversal in btrfs_init_dev_replace_tgtdevAnand Jain
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain
2020-10-07btrfs: fix replace of seed deviceAnand Jain
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik
2020-09-30btrfs: fix filesystem corruption after a device replaceFilipe Manana
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik
2020-09-25btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik
2020-03-23btrfs: sysfs, rename device_link add/remove functionsAnand Jain
2020-03-23btrfs: Add overview of device replaceQu Wenruo
2020-01-28Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-01-25btrfs: dev-replace: remove warning for unknown return codes when finishedDavid Sterba
2020-01-23btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba
2019-09-09btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should goAnand Jain
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba
2019-07-01btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov
2019-07-01btrfs: Explicitly reserve space for devreplace itemNikolay Borisov
2019-07-01btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov
2019-07-01btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov
2019-07-01btrfs: dev-replace: Remove impossible WARN_ONNikolay Borisov
2019-07-01btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdevNikolay Borisov
2019-07-01btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdevNikolay Borisov
2019-05-28btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov
2019-04-29btrfs: get fs_info from device in btrfs_rm_dev_replace_free_srcdevDavid Sterba
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_replaceDavid Sterba
2019-04-29btrfs: combine device update operations during transaction commitNikolay Borisov
2019-02-25btrfs: drop the lock on error in btrfs_dev_replace_cancelDan Carpenter
2019-02-25btrfs: merge btrfs_find_device and find_deviceAnand Jain
2019-02-25btrfs: refactor btrfs_find_device() take fs_devices as argumentAnand Jain
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba
2018-12-17btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba
2018-12-17btrfs: don't report user-requested cancel as an errorAnand Jain
2018-12-17btrfs: silence warning if replace is canceledAnand Jain
2018-12-17btrfs: dev-replace: add explicit check for replace result "no error"Anand Jain
2018-12-17btrfs: dev-replace: replace's scrub must not be running in suspended stateAnand Jain
2018-12-17btrfs: dev-replace: set result code of cancel by status of scrubAnand Jain
2018-12-17btrfs: fix use-after-free due to race between replace start and cancelAnand Jain
2018-12-17btrfs: dev-replace: go back to suspend state if another EXCL_OP is runningAnand Jain