summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid10: prevent soft lockup while flush writesYu Kuai2023-08-111-0/+2
* md/raid10: fix io loss while replacement replace rdevLi Nan2023-08-111-4/+18
* md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan2023-05-171-4/+4
* md/raid10: fix memleak of md threadYu Kuai2023-05-171-3/+3
* md: update the optimal I/O size on reshapeChristoph Hellwig2023-05-171-8/+14
* md/raid10: fix memleak for 'conf->bio_split'Yu Kuai2023-05-171-20/+17
* md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai2023-05-171-10/+13
* md-raid10: fix KASAN warningMikulas Patocka2022-08-251-1/+4
* md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor2021-01-061-1/+2
* md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-12-171-3/+2
* md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman2019-12-011-1/+1
* md: Fix failed allocation of md_register_threadAditya Pakki2019-03-231-0/+2
* It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-191-1/+0
* md: fix raid10 hang issue caused by barrierGuoqing Jiang2019-02-121-0/+4
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-11-131-0/+1
* RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni2018-08-311-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-181-27/+25
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-27/+25
* | md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang2018-06-281-0/+7
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-7/+6
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-06-091-4/+6
|\ \
| * | raid10: check bio in r10buf_pool_free to void NULL pointer dereferenceGuoqing Jiang2018-05-011-3/+5
| * | md: fix an error code format and remove unsed bio_sectorYufen Yu2018-05-011-1/+1
| |/
* / md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-31/+29
|/
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-3/+3
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-3/+3
* | md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-02-251-7/+1
* | md-cluster: choose correct label when clustered layout is not supportedLidong Zhong2018-02-251-1/+1
* | md raid10: fix NULL deference in handle_write_completed()Yufen Yu2018-02-191-2/+4
* | raid10: change the size of resync window for clustered raidGuoqing Jiang2018-02-171-1/+1
|/
* md/raid1,raid10: silence warning about wait-within-waitNeilBrown2017-12-111-0/+12
* md/raid1/10: add missed blk plugShaohua Li2017-12-011-0/+4
* md-cluster: Use a small window for raid10 resyncGuoqing Jiang2017-11-011-1/+112
* md-cluster: Suspend writes in RAID10 if within rangeGuoqing Jiang2017-11-011-0/+16
* md-cluster/raid10: set "do_balance = 0" if area is resyncingGuoqing Jiang2017-11-011-2/+5
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-011-7/+3
* md: raid10: remove a couple of redundant variables and initializationsColin Ian King2017-10-161-5/+1
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-161-1/+1
* md: raid10: remove VLAISMatthias Kaehlcke2017-10-161-5/+10
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-3/+32
|\
| * md/raid1/10: reset bio allocated from mempoolShaohua Li2017-08-251-3/+32
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-26/+24
|/
* md: simplify code with bio_io_errorGuoqing Jiang2017-07-211-4/+2
* md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-211-9/+0
* md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei2017-07-211-2/+4
* md: remove 'idx' from 'struct resync_pages'Ming Lei2017-07-211-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-081-7/+9
|\
| * md/raid10: fix FailFast test for wrong deviceGuoqing Jiang2017-06-161-3/+3
| * md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-131-4/+6