summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: open code btrfs_dev_replace_cancel()Anand Jain2018-03-261-9/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain2018-01-221-2/+3
* btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain2018-01-221-1/+1
* btrfs: add helper for device path or missingAnand Jain2018-01-221-11/+14
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | btrfs: simplify btrfs_dev_replace_kthreadDavid Sterba2017-08-161-17/+11
* | btrfs: factor reading progress out of btrfs_dev_replace_statusDavid Sterba2017-08-161-16/+30
|/
* btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason2017-06-291-2/+2
* Btrfs: switch to div64_u64 if with a u64 divisorLiu Bo2017-04-181-1/+1
* btrfs: Wait for in-flight bios before freeing target device for raid56Qu Wenruo2017-04-181-0/+2
* btrfs: track exclusive filesystem operation in flagsDavid Sterba2017-04-181-3/+2
* btrfs: constify device path passed to relevant helpersDavid Sterba2017-02-281-2/+3
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-5/+5
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-6/+6
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-23/+23
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-1/+1
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-8/+11
* btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-2/+2
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-1/+1
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-171-2/+2
|\ \
| * | Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-131-2/+2
| |/
* | btrfs: cleanup assigning next active device with a checkAnand Jain2016-05-041-5/+3
* | btrfs: s_bdev is not null after missing replaceAnand Jain2016-05-041-1/+2
* | btrfs: refactor btrfs_dev_replace_start for reuseAnand Jain2016-04-281-21/+37
* | btrfs: use fs_info directlyAnand Jain2016-04-281-4/+4
* | btrfs: rename btrfs_find_device_by_user_inputDavid Sterba2016-04-281-1/+1
* | btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain2016-04-281-4/+0
* | btrfs: create helper btrfs_find_device_by_user_input()Anand Jain2016-04-281-23/+1
|/
* btrfs: Reset IO error counters before start of device replacingYauhen Kharuzhy2016-04-041-0/+2
* btrfs: Fix misspellings in comments.Adam Buchbinder2016-03-141-1/+1
* Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6David Sterba2016-02-261-60/+70
|\
| * Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo2016-02-231-60/+70
* | btrfs: scrub: use GFP_KERNEL on the submission pathDavid Sterba2016-02-111-1/+1
|/
OpenPOWER on IntegriCloud