summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: open code btrfs_dev_replace_clear_lock_blockingDavid Sterba2018-10-151-12/+0
* btrfs: remove btrfs_dev_replace::read_locksDavid Sterba2018-10-151-5/+0
* 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/+0
* 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/+0
* btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba2018-05-281-6/+4
* 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/+1
* 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
* btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba2018-05-281-1/+0
* btrfs: squeeze btrfs_dev_replace_continue_on_mount to its callerDavid Sterba2018-05-281-13/+3
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+2
* btrfs: split dev-replace locking helpers for read and writeDavid Sterba2018-03-311-49/+49
* btrfs: log, when replace, is canceled by the userAnand Jain2018-03-261-0/+8
* btrfs: fix null pointer deref when target device is missingAnand Jain2018-03-261-1/+1
* btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()Anand Jain2018-03-261-2/+8
* btrfs: btrfs_dev_replace_cancel() can return intAnand Jain2018-03-261-2/+2
* btrfs: rename __btrfs_dev_replace_cancel()Anand Jain2018-03-261-1/+1