summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-0/+3
|\|
| * md: initialise ->writes_pending in personality modules.NeilBrown2017-06-061-0/+3
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-18/+18
|/
* md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-121-4/+3Star
* Merge branch 'md-next' into md-linusShaohua Li2017-05-011-430/+306Star
|\
| * md/raid10: skip spare disk as 'first' diskShaohua Li2017-05-011-1/+1
| * md: clear WantReplacement once disk is removedGuoqing Jiang2017-04-251-6/+2Star
| * md/raid1/10: remove unused queueLidong Zhong2017-04-241-2/+0Star
| * 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/+47Star
| * md/raid10: simplify the splitting of requests.NeilBrown2017-04-111-114/+50Star
| * 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/+0Star
| * md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei2017-03-241-31/+10Star
| * md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang2017-03-241-100/+75Star
| * md/raid10: stop using bi_phys_segmentsNeilBrown2017-03-231-51/+25Star
| * md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown2017-03-231-13/+9Star
* | 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
| * md: move funcs from pers->resize to update_sizeGuoqing Jiang2017-03-091-4/+0Star
| * md/raid10: submit bio directly to replacement diskShaohua Li2017-03-091-3/+16
* | blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-03-111-1/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-241-6/+5Star
|\
| * md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-151-6/+5Star
* | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-5/+5
|/
* md/raid10: Refactor raid10_make_requestRobert LeBlanc2017-01-031-105/+140
* md: separate flags for superblock changesShaohua Li2016-12-091-11/+11