summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba2018-05-281-1/+0Star
* btrfs: squeeze btrfs_dev_replace_continue_on_mount to its callerDavid Sterba2018-05-281-13/+3Star
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+2Star
* 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/+1Star
* 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-151-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/+11Star
* | 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/+2Star
* 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/+3Star
* | 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/+0Star
* | btrfs: create helper btrfs_find_device_by_user_input()Anand Jain2016-04-281-23/+1Star
|/
* 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
|/
* btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney2016-01-151-1/+1
* Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason2015-10-131-2/+1Star
|\
| * btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblockedDavid Sterba2015-10-101-2/+1Star
* | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-131-18/+18
|\ \
| * | Btrfs: move kobj stuff out of dev_replace lock rangeLiu Bo2015-10-011-4/+4
| * | Btrfs: kernel operation should come after user input has been verifiedAnand Jain2015-10-011-13/+13