summaryrefslogtreecommitdiff
path: root/drivers/md/raid10.c
AgeCommit message (Expand)Author
2019-12-01md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman
2019-03-23md: Fix failed allocation of md_register_threadAditya Pakki
2019-03-19It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni
2019-02-12md: fix raid10 hang issue caused by barrierGuoqing Jiang
2019-01-13md: raid10: remove VLAISMatthias Kaehlcke
2018-11-13MD: fix invalid stored role for a disk - try2Shaohua Li
2018-10-10RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni
2018-08-24md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang
2018-07-08md: remove special meaning of ->quiesce(.., 2)NeilBrown
2018-05-30md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang
2018-05-30md raid10: fix NULL deference in handle_write_completed()Yufen Yu
2018-02-25md/raid1/10: add missed blk plugShaohua Li
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-08-25md/raid1/10: reset bio allocated from mempoolShaohua Li
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-21md: simplify code with bio_io_errorGuoqing Jiang
2017-07-21md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei
2017-07-21md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei
2017-07-21md: remove 'idx' from 'struct resync_pages'Ming Lei
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-16md/raid10: fix FailFast test for wrong deviceGuoqing Jiang
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown
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
2017-05-11md/raid1/10: avoid unnecessary lockingShaohua Li
2017-05-01Merge branch 'md-next' into md-linusShaohua Li
2017-05-01md/raid10: skip spare disk as 'first' diskShaohua Li
2017-04-25md: clear WantReplacement once disk is removedGuoqing Jiang
2017-04-23md/raid1/10: remove unused queueLidong Zhong
2017-04-20md/raid10: wait up frozen array in handle_write_completedGuoqing Jiang
2017-04-11md/raid10: simplify handle_read_error()NeilBrown
2017-04-11md/raid10: simplify the splitting of requests.NeilBrown
2017-04-10md/raid10: reset the 'first' at the end of loopGuoqing Jiang
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-03-24md: raid10: avoid direct access to bvec table in handle_reshape_read_errorMing Lei
2017-03-24md: raid10: retrieve page from preallocated resync page arrayMing Lei
2017-03-24md: raid10: don't use bio's vec table to manage resync pagesMing Lei
2017-03-24md: raid10: refactor code of read reshape's .bi_end_ioMing Lei
2017-03-24md: move two macros into md.hMing Lei
2017-03-24md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei
2017-03-23md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang
2017-03-22md/raid10: stop using bi_phys_segmentsNeilBrown
2017-03-22md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown
2017-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds
2017-03-11blk: Ensure users for current->bio_list can see the full list.NeilBrown
2017-03-09md/raid1/10: fix potential deadlockShaohua Li
2017-03-09md: move funcs from pers->resize to update_sizeGuoqing Jiang
2017-03-09md/raid10: submit bio directly to replacement diskShaohua Li