summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-31/+20
* md: no longer compare spare disk superblock events in super_loadYufen Yu2019-10-241-6/+51
* md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-10-241-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-141-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-201-16/+10
* | | md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang2019-06-201-0/+65
* | | md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-201-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-101-2/+1
* | md: use correct type in super_1_syncChristoph Hellwig2019-04-101-1/+1
* | md: use correct type in super_1_loadChristoph Hellwig2019-04-101-2/+2
* | md: add a missing endianness conversion in check_sb_changesChristoph Hellwig2019-04-101-1/+1
* | md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu2019-04-101-2/+4
* | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-4/+2
* | md: batch flush requests.NeilBrown2019-04-011-4/+23
* | Revert "MD: fix lock contention for flush bios"NeilBrown2019-04-011-104/+55
|/
* md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza2019-01-141-6/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2019-01-031-10/+4
|\
| * md: remvoe redundant condition checkChengguang Xu2018-12-201-8/+4
| * md: remove set but not used variable 'bi_rdev'Yue Haibing2018-12-201-2/+0
* | block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-101-4/+3
|/