summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang2020-05-131-1/+1
* md: stop using ->queuedataChristoph Hellwig2020-05-131-2/+1
* md: remove redundant memalloc scope API usageColy Li2020-05-131-4/+4
* md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li2020-05-131-0/+4
* md: remove the extra line for ->hot_add_diskGuoqing Jiang2020-05-131-4/+2
* md: flush md_rdev_misc_wq for HOT_ADD_DISK caseGuoqing Jiang2020-05-131-1/+1
* md: don't flush workqueue unconditionally in md_openGuoqing Jiang2020-05-131-1/+2
* md: add new workqueue for delete rdevGuoqing Jiang2020-05-131-8/+29
* md: add checkings before flush md_misc_wqGuoqing Jiang2020-05-131-2/+4
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-1/+1
|\
| * md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang2020-03-171-1/+1
* | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
* | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
* | block: cleanup how md_autodetect_dev is calledChristoph Hellwig2020-03-241-0/+1
* | block: remove __bdevnameChristoph Hellwig2020-03-241-2/+2
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-8/+7
* md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang2020-01-131-5/+13
* md: introduce a new struct for IO serializationGuoqing Jiang2020-01-131-18/+62
* md: reorgnize mddev_create/destroy_serial_poolGuoqing Jiang2020-01-131-29/+42
* md: add serialize_policy sysfs node for raid1Guoqing Jiang2020-01-131-0/+52
* md: prepare for enable raid1 io serializationGuoqing Jiang2020-01-131-20/+45
* md: fix a typo s/creat/createGuoqing Jiang2020-01-131-3/+3
* md: rename wb stuffsGuoqing Jiang2020-01-131-34/+36
* md: make sure desc_nr less than MD_SB_DISKSYufen Yu2019-12-111-0/+1
* md: avoid invalid memory access for array sb->dev_rolesYufen Yu2019-11-121-31/+20
* md: no longer compare spare disk superblock events in super_loadYufen Yu2019-10-251-6/+51
* md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-10-251-2/+9
* md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2019-09-131-0/+13
* md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli2019-09-031-4/+18
* md: don't report active array_state until after revalidate_disk() completes.NeilBrown2019-08-271-4/+7
* md: only call set_in_sync() when it is expected to succeed.NeilBrown2019-08-271-1/+2
* md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang2019-08-071-1/+2
* md: don't set In_sync if array is frozenGuoqing Jiang2019-08-071-2/+9
* md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang2019-08-071-0/+29
* md: Convert to use int_pow()Andy Shevchenko2019-08-071-5/+1
* Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-07-151-1/+2
|\
| * md: initialize percpu refcounters using PERCU_REF_ALLOW_REINITRoman Gushchin2019-05-091-1/+2
* | Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-011-14/+22
|\ \
| * | md: fix for divide error in status_resyncMariusz Tkaczyk2019-06-181-14/+22
* | | md: add bitmap_abort label in md_runGuoqing Jiang2019-06-211-16/+10
* | | md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang2019-06-211-0/+65
* | | md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-211-0/+41
* | | md: fix spelling typo and add necessary spaceYufen Yu2019-06-151-7/+4
* | | md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_showMarcos Paulo de Souza2019-06-151-1/+1
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-8/+1
* | md: return -ENODEV if rdev has no mddev assignedPawel Baldysiak2019-04-161-2/+2
* | md: mark md_cluster_mod staticChristoph Hellwig2019-04-111-2/+1
* | md: use correct type in super_1_syncChristoph Hellwig2019-04-111-1/+1
* | md: use correct type in super_1_loadChristoph Hellwig2019-04-111-2/+2
* | md: add a missing endianness conversion in check_sb_changesChristoph Hellwig2019-04-111-1/+1