summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang2019-06-151-12/+33
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-151-8/+3Star
* md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-151-2/+1Star
* drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza2019-06-151-26/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-10/+1Star
* md: Fix failed allocation of md_register_threadAditya Pakki2019-03-121-0/+2
* It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-121-1/+0Star
* md: fix raid10 hang issue caused by barrierGuoqing Jiang2018-12-201-0/+4
* raid10: refactor common wait code from regular read/write requestGuoqing Jiang2018-12-201-47/+25Star
* md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang2018-10-181-1/+7
* md-cluster/raid10: support add disk under grow modeGuoqing Jiang2018-10-181-0/+34
* md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang2018-10-181-3/+38
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-10-151-0/+1
* md/raid10: Fix raid10 replace hang when new added disk faultyAlex Wu2018-09-281-13/+14
* RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni2018-09-011-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-191-27/+25Star
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-021-27/+25Star
* | md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang2018-06-281-0/+7
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-7/+6Star
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-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/+29Star
|/
* 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/+1Star
* | 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-021-1/+112
* md-cluster: Suspend writes in RAID10 if within rangeGuoqing Jiang2017-11-021-0/+16
* md-cluster/raid10: set "do_balance = 0" if area is resyncingGuoqing Jiang2017-11-021-2/+5
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-021-7/+3Star
* md: raid10: remove a couple of redundant variables and initializationsColin Ian King2017-10-171-5/+1Star
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-171-1/+1
* md: raid10: remove VLAISMatthias Kaehlcke2017-10-171-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/+24Star
|/
* md: simplify code with bio_io_errorGuoqing Jiang2017-07-211-4/+2Star
* md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-211-9/+0Star
* 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
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1