summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+2Star
* 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/+0Star
* 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/+31Star
* btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba2018-12-171-16/+0Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* btrfs: open code btrfs_dev_replace_clear_lock_blockingDavid Sterba2018-10-151-12/+0Star
* btrfs: remove btrfs_dev_replace::read_locksDavid Sterba2018-10-151-5/+0Star
* btrfs: fix error handling in btrfs_dev_replace_startJeff Mahoney2018-10-151-2/+5
* btrfs: Make btrfs_find_device_by_devspec return btrfs_device directlyNikolay Borisov2018-10-151-4/+4
* btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro2018-08-061-0/+6
* btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdevNikolay Borisov2018-08-061-3/+3
* btrfs: Remove fs_info from btrfs_assign_next_active_deviceNikolay Borisov2018-08-061-1/+1
* btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdevNikolay Borisov2018-08-061-1/+1
* btrfs: prune unused includesDavid Sterba2018-08-061-5/+0Star
* btrfs: replace get_seconds with new 64bit time APIAllen Pais2018-08-061-4/+4
* btrfs: drop uuid_mutex in btrfs_dev_replace_finishingAnand Jain2018-05-281-3/+0Star
* btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba2018-05-281-6/+4Star
* btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov2018-05-281-1/+1
* btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_startDavid Sterba2018-05-281-6/+1Star
* btrfs: add proper safety check before resuming dev-replaceDavid Sterba2018-05-281-1/+11
* btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make staticDavid Sterba2018-05-281-0/+99