summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs: fix use-after-free due to race between replace start and cancelAnand Jain2018-12-171-22/+41
* btrfs: dev-replace: go back to suspend state if another EXCL_OP is runningAnand Jain2018-12-171-0/+4
* btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain2018-12-171-0/+2
* btrfs: mark btrfs_dev_replace_start as staticAnand Jain2018-12-171-1/+1
* btrfs: remove redundant replace_state initAnand Jain2018-12-171-1/+0
* Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval2018-12-171-0/+7
* btrfs: dev-replace: remove pointless assert in write unlockDavid Sterba2018-10-151-1/+0
* btrfs: dev-replace: move replace members out of fs_infoDavid Sterba2018-10-151-8/+8
* btrfs: dev-replace: avoid useless lock on error handling pathDavid Sterba2018-10-151-1/+6
* btrfs: open code btrfs_after_dev_replace_commitDavid Sterba2018-10-151-8/+0