summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-14md: protect md_unregister_thread from reentrancyGuoqing Jiang1-5/+10
2022-06-14md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong1-4/+6
2022-06-14md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong1-3/+5
2021-10-06md: fix a lock order reversal in md_allocChristoph Hellwig1-5/+0
2021-05-22md: md_open returns -EBUSY when entering racing areaZhao Heming1-2/+1
2021-05-22md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig1-13/+19
2021-05-22md: split mddev_findChristoph Hellwig1-5/+19
2021-05-22md-cluster: fix use-after-free issue when removing rdevHeming Zhao1-4/+4
2020-12-29md/cluster: fix deadlock when node is doing resync jobZhao Heming1-2/+4
2020-12-29md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong1-2/+5
2020-06-25md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown1-0/+13
2020-06-20md: don't flush workqueue unconditionally in md_openGuoqing Jiang1-1/+2
2019-11-24md: allow metadata updates while suspending an array - fixNeilBrown1-10/+12
2019-10-05md: only call set_in_sync() when it is expected to succeed.NeilBrown1-1/+2
2019-10-05md: don't report active array_state until after revalidate_disk() completes.NeilBrown1-4/+7
2019-10-05md: don't set In_sync if array is frozenGuoqing Jiang1-2/+9
2019-10-05md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang1-1/+2
2019-07-21md: fix for divide error in status_resyncMariusz Tkaczyk1-14/+22
2019-05-25md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu1-2/+4
2018-11-13MD: fix invalid stored role for a disk - try2Shaohua Li1-4/+0
2018-11-13MD: fix invalid stored role for a diskShaohua Li1-0/+4
2018-08-03md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu1-0/+3
2018-07-08md: remove special meaning of ->quiesce(.., 2)NeilBrown1-24/+10
2018-07-08md: allow metadata update while suspending.NeilBrown1-0/+14
2018-07-08md: use mddev_suspend/resume instead of ->quiesce()NeilBrown1-12/+12
2018-07-08md: move suspend_hi/lo handling into core md codeNeilBrown1-6/+23
2018-07-08md: don't call bitmap_create() while array is quiesced.NeilBrown1-6/+10
2018-07-08md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown1-0/+3
2018-07-03md: fix two problems with setting the "re-add" device state.NeilBrown1-1/+3
2018-05-30md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang1-0/+13
2018-05-30md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen1-0/+10
2018-05-30MD: Free bioset when md_run failsXiao Ni1-5/+21
2018-03-09md: only allow remove_and_add_spares when no sync_thread running.NeilBrown1-0/+4
2017-12-25md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang1-2/+2
2017-12-05md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown1-1/+1
2017-11-30md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz1-1/+0
2017-11-30md: fix deadlock error in recent patch.NeilBrown1-1/+2
2017-09-28md: fix a race condition for flush request handlingShaohua Li1-4/+10
2017-09-28md: separate request handlingShaohua Li1-25/+33
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-4/+16
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+6
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak1-3/+13
2017-08-25md: replace seq_release_private with seq_releaseCihangir Akturk1-1/+1
2017-08-25md: notify about new spare disk in the containerAlexey Obitotskiy1-0/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-4/+6
2017-08-12MD: not clear ->safemode for external metadata arrayShaohua Li1-1/+1
2017-08-08md: fix test in md_write_start()NeilBrown1-1/+1
2017-08-08md: always clear ->safemode when md_check_recovery gets the mddev lock.NeilBrown1-0/+3
2017-07-26MD: fix warnning for UP caseShaohua Li1-1/+1
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-9/+38