summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-0/+3
|\|
| * md: initialise ->writes_pending in personality modules.NeilBrown2017-06-051-0/+3
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-18/+18
|/
* md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-111-4/+3
* Merge branch 'md-next' into md-linusShaohua Li2017-05-011-430/+306
|\
| * md/raid10: skip spare disk as 'first' diskShaohua Li2017-05-011-1/+1
| * md: clear WantReplacement once disk is removedGuoqing Jiang2017-04-251-6/+2
| * md/raid1/10: remove unused queueLidong Zhong2017-04-231-2/+0
| * md/raid10: wait up frozen array in handle_write_completedGuoqing Jiang2017-04-201-0/+5
| * md/raid10: simplify handle_read_error()NeilBrown2017-04-111-75/+47
| * md/raid10: simplify the splitting of requests.NeilBrown2017-04-111-114/+50
| * md/raid10: reset the 'first' at the end of loopGuoqing Jiang2017-04-101-0/+2
| * md: raid10: avoid direct access to bvec table in handle_reshape_read_errorMing Lei2017-03-241-2/+5
| * md: raid10: retrieve page from preallocated resync page arrayMing Lei2017-03-241-4/+9
| * md: raid10: don't use bio's vec table to manage resync pagesMing Lei2017-03-241-52/+82
| * md: raid10: refactor code of read reshape's .bi_end_ioMing Lei2017-03-241-10/+18
| * md: move two macros into md.hMing Lei2017-03-241-3/+0
| * md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei2017-03-241-31/+10
| * md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang2017-03-231-100/+75
| * md/raid10: stop using bi_phys_segmentsNeilBrown2017-03-221-51/+25
| * md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown2017-03-221-13/+9
* | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2017-03-161-7/+34
|\
| * md/raid1/10: fix potential deadlockShaohua Li2017-03-091-0/+18