aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/dev-replace.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: simplify btrfs_dev_replace_kthreadGravatar David Sterba 1-17/+11
2017-08-16btrfs: factor reading progress out of btrfs_dev_replace_statusGravatar David Sterba 1-16/+30
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrGravatar Chris Mason 1-2/+2
2017-04-18Btrfs: switch to div64_u64 if with a u64 divisorGravatar Liu Bo 1-1/+1
2017-04-18btrfs: Wait for in-flight bios before freeing target device for raid56Gravatar Qu Wenruo 1-0/+2
2017-04-18btrfs: track exclusive filesystem operation in flagsGravatar David Sterba 1-3/+2
2017-02-28btrfs: constify device path passed to relevant helpersGravatar David Sterba 1-2/+3
2016-12-06btrfs: remove root parameter from transaction commit/end routinesGravatar Jeff Mahoney 1-5/+5
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-6/+6
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-23/+23
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-1/+1
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-8/+11
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoGravatar Jeff Mahoney 1-2/+2
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525Gravatar David Sterba 1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-1/+1
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Chris Mason 1-2/+2
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationGravatar Filipe Manana 1-2/+2
2016-05-04btrfs: cleanup assigning next active device with a checkGravatar Anand Jain 1-5/+3
2016-05-04btrfs: s_bdev is not null after missing replaceGravatar Anand Jain 1-1/+2
2016-04-28btrfs: refactor btrfs_dev_replace_start for reuseGravatar Anand Jain 1-21/+37
2016-04-28btrfs: use fs_info directlyGravatar Anand Jain 1-4/+4
2016-04-28btrfs: rename btrfs_find_device_by_user_inputGravatar David Sterba 1-1/+1
2016-04-28btrfs: enhance btrfs_find_device_by_user_input() to check device pathGravatar Anand Jain 1-4/+0
2016-04-28btrfs: create helper btrfs_find_device_by_user_input()Gravatar Anand Jain 1-23/+1
2016-04-04btrfs: Reset IO error counters before start of device replacingGravatar Yauhen Kharuzhy 1-0/+2
2016-03-14btrfs: Fix misspellings in comments.Gravatar Adam Buchbinder 1-1/+1
2016-02-26Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6Gravatar David Sterba 1-60/+70
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceGravatar Liu Bo 1-60/+70
2016-02-11btrfs: scrub: use GFP_KERNEL on the submission pathGravatar David Sterba 1-1/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereGravatar Jeff Mahoney 1-1/+1
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Gravatar Chris Mason 1-2/+1
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Gravatar Chris Mason 1-18/+18
2015-10-10btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblockedGravatar David Sterba 1-2/+1
2015-10-08btrfs: switch message printers to _in_rcu variantsGravatar David Sterba 1-8/+8
2015-10-01Btrfs: move kobj stuff out of dev_replace lock rangeGravatar Liu Bo 1-4/+4
2015-10-01Btrfs: kernel operation should come after user input has been verifiedGravatar Anand Jain 1-13/+13
2015-09-29Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_linkGravatar Anand Jain 1-1/+1
2015-09-29Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_linkGravatar Anand Jain 1-1/+1
2015-08-31Btrfs: cleanup: remove unnecessary check before btrfs_free_path is calledGravatar Tsutomu Itoh 1-2/+1
2015-07-22btrfs: its btrfs_err() instead of btrfs_error()Gravatar Anand Jain 1-1/+1
2015-06-19Btrfs: sysfs: add support to show replacing target in the sysfsGravatar Anand Jain 1-1/+4
2015-05-27Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoGravatar Anand Jain 1-1/+1
2015-05-27Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoGravatar Anand Jain 1-1/+1
2015-03-03btrfs: cleanup 64bit/32bit divs, compile time constantsGravatar David Sterba 1-3/+3
2015-01-21Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()Gravatar Zhao Lei 1-11/+2
2015-01-21Btrfs: Cleanup btrfs_bio_counter_inc_blocked()Gravatar Zhao Lei 1-6/+6
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Gravatar Chris Mason 1-7/+2
2014-12-03Btrfs, replace: enable dev-replace for raid56Gravatar Zhao Lei 1-5/+0
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Gravatar Miao Xie 1-2/+2
2014-11-25btrfs: Fix a lockdep warning when running xfstest.Gravatar Qu Wenruo 1-5/+6