aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
AgeCommit message (Expand)Author
2023-08-11md/raid10: prevent soft lockup while flush writesYu Kuai
2023-08-11md/raid10: fix io loss while replacement replace rdevLi Nan
2023-05-17md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan
2023-05-17md/raid10: fix memleak of md threadYu Kuai
2023-05-17md: update the optimal I/O size on reshapeChristoph Hellwig
2023-05-17md/raid10: fix memleak for 'conf->bio_split'Yu Kuai
2023-05-17md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai
2022-08-25md-raid10: fix KASAN warningMikulas Patocka
2021-01-06md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor
2019-12-17md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery
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
2018-11-13MD: fix invalid stored role for a disk - try2Shaohua Li
2018-08-31RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-06-28md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-01raid10: check bio in r10buf_pool_free to void NULL pointer dereferenceGuoqing Jiang
2018-05-01md: fix an error code format and remove unsed bio_sectorYufen Yu
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang
2018-02-25md-cluster: choose correct label when clustered layout is not supportedLidong Zhong
2018-02-19md raid10: fix NULL deference in handle_write_completed()Yufen Yu
2018-02-17raid10: change the size of resync window for clustered raidGuoqing Jiang
2017-12-11md/raid1,raid10: silence warning about wait-within-waitNeilBrown
2017-12-01md/raid1/10: add missed blk plugShaohua Li
2017-11-01md-cluster: Use a small window for raid10 resyncGuoqing Jiang
2017-11-01md-cluster: Suspend writes in RAID10 if within rangeGuoqing Jiang
2017-11-01md-cluster/raid10: set "do_balance = 0" if area is resyncingGuoqing Jiang
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown
2017-10-16md: raid10: remove a couple of redundant variables and initializationsColin Ian King
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer
2017-10-16md: raid10: remove VLAISMatthias Kaehlcke
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