summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* md: initialise ->writes_pending in personality modules.NeilBrown2017-06-051-0/+3
* 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
| * md: move funcs from pers->resize to update_sizeGuoqing Jiang2017-03-091-4/+0
| * 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/+5
|\
| * md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-151-6/+5
* | 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-081-11/+11
* md/raid10: add failfast handling for writes.NeilBrown2016-11-221-1/+28
* md/raid10: add failfast handling for reads.NeilBrown2016-11-221-5/+44
* md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown2016-11-221-0/+1
* md/raid1, raid10: add blktrace records when IO is delayedNeilBrown2016-11-181-0/+8
* md: add block tracing for bio_remappingNeilBrown2016-11-181-2/+29
* md/raid10: abort delayed writes when device fails.NeilBrown2016-11-071-6/+16
* md/raid10: change printk() to pr_*()NeilBrown2016-11-071-85/+56
* RAID10: ignore discard errorShaohua Li2016-10-241-2/+5
* Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-08-301-6/+7
|\
| * raid10: record correct address of bad blockTomasz Majchrzak2016-08-241-4/+5
| * raid10: increment write counter after bio is splitTomasz Majchrzak2016-07-301-2/+2
* | block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-4/+4
|/
* Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-281-98/+152
|\
| * raid10: improve random reads performanceTomasz Majchrzak2016-07-191-9/+12
| * md: use seconds granularity for error loggingArnd Bergmann2016-07-191-6/+5
| * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-131-8/+11
| * md: be extra careful not to take a reference to a Faulty device.NeilBrown2016-06-131-0/+6
| * md/raid10: simplify print_conf a little.NeilBrown2016-06-131-6/+8
| * md/raid10: minor code improvement in fix_read_error()NeilBrown2016-06-131-1/+1
| * md/raid10: add rcu protection to rdev access during reshape.NeilBrown2016-06-131-8/+22
OpenPOWER on IntegriCloud