aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown1-0/+3
2017-05-11md/raid1/10: avoid unnecessary lockingShaohua Li1-4/+3
2017-05-01Merge branch 'md-next' into md-linusShaohua Li1-430/+306
2017-05-01md/raid10: skip spare disk as 'first' diskShaohua Li1-1/+1
2017-04-25md: clear WantReplacement once disk is removedGuoqing Jiang1-6/+2
2017-04-23md/raid1/10: remove unused queueLidong Zhong1-2/+0
2017-04-20md/raid10: wait up frozen array in handle_write_completedGuoqing Jiang1-0/+5
2017-04-11md/raid10: simplify handle_read_error()NeilBrown1-75/+47
2017-04-11md/raid10: simplify the splitting of requests.NeilBrown1-114/+50
2017-04-10md/raid10: reset the 'first' at the end of loopGuoqing Jiang1-0/+2
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+1
2017-03-24md: raid10: avoid direct access to bvec table in handle_reshape_read_errorMing Lei1-2/+5
2017-03-24md: raid10: retrieve page from preallocated resync page arrayMing Lei1-4/+9
2017-03-24md: raid10: don't use bio's vec table to manage resync pagesMing Lei1-52/+82
2017-03-24md: raid10: refactor code of read reshape's .bi_end_ioMing Lei1-10/+18
2017-03-24md: move two macros into md.hMing Lei1-3/+0
2017-03-24md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei1-31/+10
2017-03-23md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang1-100/+75
2017-03-22md/raid10: stop using bi_phys_segmentsNeilBrown1-51/+25
2017-03-22md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown1-13/+9
2017-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-7/+34
2017-03-11blk: Ensure users for current->bio_list can see the full list.NeilBrown1-1/+2
2017-03-09md/raid1/10: fix potential deadlockShaohua Li1-0/+18
2017-03-09md: move funcs from pers->resize to update_sizeGuoqing Jiang1-4/+0
2017-03-09md/raid10: submit bio directly to replacement diskShaohua Li1-3/+16
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-6/+5
2017-02-15md: fast clone bio in bio_clone_mddev()Ming Lei1-6/+5
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-5/+5
2017-01-03md/raid10: Refactor raid10_make_requestRobert LeBlanc1-105/+140
2016-12-08md: separate flags for superblock changesShaohua Li1-11/+11
2016-11-22md/raid10: add failfast handling for writes.NeilBrown1-1/+28
2016-11-22md/raid10: add failfast handling for reads.NeilBrown1-5/+44
2016-11-22md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown1-0/+1
2016-11-18md/raid1, raid10: add blktrace records when IO is delayedNeilBrown1-0/+8
2016-11-18md: add block tracing for bio_remappingNeilBrown1-2/+29
2016-11-07md/raid10: abort delayed writes when device fails.NeilBrown1-6/+16
2016-11-07md/raid10: change printk() to pr_*()NeilBrown1-85/+56
2016-10-24RAID10: ignore discard errorShaohua Li1-2/+5
2016-08-30Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-6/+7
2016-08-24raid10: record correct address of bad blockTomasz Majchrzak1-4/+5
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-4/+4
2016-07-30raid10: increment write counter after bio is splitTomasz Majchrzak1-2/+2
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li1-98/+152
2016-07-19raid10: improve random reads performanceTomasz Majchrzak1-9/+12
2016-07-19md: use seconds granularity for error loggingArnd Bergmann1-6/+5
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown1-8/+11
2016-06-13md: be extra careful not to take a reference to a Faulty device.NeilBrown1-0/+6
2016-06-13md/raid10: simplify print_conf a little.NeilBrown1-6/+8
2016-06-13md/raid10: minor code improvement in fix_read_error()NeilBrown1-1/+1
2016-06-13md/raid10: add rcu protection to rdev access during reshape.NeilBrown1-8/+22