summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2019-11-24md: allow metadata updates while suspending an array - fixNeilBrown
2019-10-05md: only call set_in_sync() when it is expected to succeed.NeilBrown
2019-10-05md: don't report active array_state until after revalidate_disk() completes.NeilBrown
2019-10-05md: don't set In_sync if array is frozenGuoqing Jiang
2019-10-05md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang
2019-07-21md: fix for divide error in status_resyncMariusz Tkaczyk
2019-05-25md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu
2018-11-13MD: fix invalid stored role for a disk - try2Shaohua Li
2018-11-13MD: fix invalid stored role for a diskShaohua Li
2018-08-03md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu
2018-07-08md: remove special meaning of ->quiesce(.., 2)NeilBrown
2018-07-08md: allow metadata update while suspending.NeilBrown
2018-07-08md: use mddev_suspend/resume instead of ->quiesce()NeilBrown
2018-07-08md: move suspend_hi/lo handling into core md codeNeilBrown
2018-07-08md: don't call bitmap_create() while array is quiesced.NeilBrown
2018-07-08md: always hold reconfig_mutex when calling mddev_suspend()NeilBrown
2018-07-03md: fix two problems with setting the "re-add" device state.NeilBrown
2018-05-30md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang
2018-05-30md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen
2018-05-30MD: Free bioset when md_run failsXiao Ni
2018-03-08md: only allow remove_and_add_spares when no sync_thread running.NeilBrown
2017-12-25md: always set THREAD_WAKEUP and wake up wqueue if thread existedGuoqing Jiang
2017-12-05md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown
2017-11-30md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz
2017-11-30md: fix deadlock error in recent patch.NeilBrown
2017-09-27md: fix a race condition for flush request handlingShaohua Li
2017-09-27md: separate request handlingShaohua Li
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak
2017-08-25md: replace seq_release_private with seq_releaseCihangir Akturk
2017-08-25md: notify about new spare disk in the containerAlexey Obitotskiy
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-11MD: not clear ->safemode for external metadata arrayShaohua Li
2017-08-08md: fix test in md_write_start()NeilBrown
2017-08-08md: always clear ->safemode when md_check_recovery gets the mddev lock.NeilBrown
2017-07-25MD: fix warnning for UP caseShaohua Li
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-07-03MD: fix sleep in atomicShaohua Li
2017-06-23MD: fix a null dereferenceShaohua Li
2017-06-21md: use a separate bio_set for synchronous IO.NeilBrown
2017-06-18block: remove bio_clone() and all references.NeilBrown
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-16md: change the initialization value for a spare device spot to MD_DISK_ROLE_S...Lidong Zhong
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown