summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_linkAnand Jain2015-09-291-1/+1
| * | Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_linkAnand Jain2015-09-291-1/+1
| |/
* / btrfs: switch message printers to _in_rcu variantsDavid Sterba2015-10-081-8/+8
|/
* Btrfs: cleanup: remove unnecessary check before btrfs_free_path is calledTsutomu Itoh2015-08-311-2/+1Star
* btrfs: its btrfs_err() instead of btrfs_error()Anand Jain2015-07-231-1/+1
* Btrfs: sysfs: add support to show replacing target in the sysfsAnand Jain2015-06-191-1/+4
* Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain2015-05-271-1/+1
* Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain2015-05-271-1/+1
* btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba2015-03-031-3/+3
* Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()Zhao Lei2015-01-221-11/+2Star
* Btrfs: Cleanup btrfs_bio_counter_inc_blocked()Zhao Lei2015-01-221-6/+6
* Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason2014-12-031-7/+2Star
|\
| * Btrfs, replace: enable dev-replace for raid56Zhao Lei2014-12-031-5/+0Star