summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* md: md_open returns -EBUSY when entering racing areaZhao Heming2021-05-221-2/+1
* md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig2021-05-221-13/+19
* md: split mddev_findChristoph Hellwig2021-05-221-5/+19
* md-cluster: fix use-after-free issue when removing rdevHeming Zhao2021-05-221-4/+4
* md/cluster: fix deadlock when node is doing resync jobZhao Heming2020-12-291-2/+4
* md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong2020-12-291-2/+5
* md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2020-06-251-0/+13
* md: don't flush workqueue unconditionally in md_openGuoqing Jiang2020-06-201-1/+2
* md: allow metadata updates while suspending an array - fixNeilBrown2019-11-241-10/+12
* md: only call set_in_sync() when it is expected to succeed.NeilBrown2019-10-051-1/+2
* md: don't report active array_state until after revalidate_disk() completes.NeilBrown2019-10-051-4/+7
* md: don't set In_sync if array is frozenGuoqing Jiang2019-10-051-2/+9
* md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang2019-10-051-1/+2
* md: fix for divide error in status_resyncMariusz Tkaczyk2019-07-211-14/+22
* md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu2019-05-251-2/+4
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-11-131-4/+0
* MD: fix invalid stored role for a diskShaohua Li2018-11-131-0/+4
* md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu2018-08-031-0/+3
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2018-07-081-24/+10
* md: allow metadata update while suspending.NeilBrown2018-07-081-0/+14
* md: use mddev_suspend/resume instead of ->quiesce()NeilBrown2018-07-081-12/+12
* md: move suspend_hi/lo handling into core md codeNeilBrown2018-07-081-6/+23
* md: don't call bitmap_create() while array is quiesced.NeilBrown2018-07-081-6/+10
* md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown2018-07-081-0/+3
* md: fix two problems with setting the "re-add" device state.NeilBrown2018-07-031-1/+3
* md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-05-301-0/+13
* md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen2018-05-301-0/+10
* MD: Free bioset when md_run failsXiao Ni2018-05-301-5/+21
* md: only allow remove_and_add_spares when no sync_thread running.NeilBrown2018-03-081-0/+4
* md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang2017-12-251-2/+2
* md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown2017-12-051-1/+1
* md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz2017-11-301-1/+0
* md: fix deadlock error in recent patch.NeilBrown2017-11-301-1/+2
* md: fix a race condition for flush request handlingShaohua Li2017-09-271-4/+10
* md: separate request handlingShaohua Li2017-09-271-25/+33
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-4/+16
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-281-3/+13
| * md: replace seq_release_private with seq_releaseCihangir Akturk2017-08-251-1/+1
| * md: notify about new spare disk in the containerAlexey Obitotskiy2017-08-251-0/+2
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-4/+6
|\ \ | |/ |/|
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-4/+6
* | MD: not clear ->safemode for external metadata arrayShaohua Li2017-08-111-1/+1
* | md: fix test in md_write_start()NeilBrown2017-08-081-1/+1
* | md: always clear ->safemode when md_check_recovery gets the mddev lock.NeilBrown2017-08-081-0/+3
|/
* MD: fix warnning for UP caseShaohua Li2017-07-251-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-081-9/+38
|\
| * MD: fix sleep in atomicShaohua Li2017-07-031-4/+8
| * MD: fix a null dereferenceShaohua Li2017-06-231-1/+1
| * md: use a separate bio_set for synchronous IO.NeilBrown2017-06-211-7/+20
| * md: change the initialization value for a spare device spot to MD_DISK_ROLE_S...Lidong Zhong2017-06-161-1/+1