summaryrefslogtreecommitdiff
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAge
* md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-11
* Merge branch 'md-next' into md-linusShaohua Li2017-05-01
|\
| * md/raid10: skip spare disk as 'first' diskShaohua Li2017-05-01
| * md: clear WantReplacement once disk is removedGuoqing Jiang2017-04-25
| * md/raid1/10: remove unused queueLidong Zhong2017-04-23
| * md/raid10: wait up frozen array in handle_write_completedGuoqing Jiang2017-04-20
| * md/raid10: simplify handle_read_error()NeilBrown2017-04-11
| * md/raid10: simplify the splitting of requests.NeilBrown2017-04-11
| * md/raid10: reset the 'first' at the end of loopGuoqing Jiang2017-04-10
| * md: raid10: avoid direct access to bvec table in handle_reshape_read_errorMing Lei2017-03-24
| * md: raid10: retrieve page from preallocated resync page arrayMing Lei2017-03-24
| * md: raid10: don't use bio's vec table to manage resync pagesMing Lei2017-03-24
| * md: raid10: refactor code of read reshape's .bi_end_ioMing Lei2017-03-24
| * md: move two macros into md.hMing Lei2017-03-24
| * md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei2017-03-24
| * md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang2017-03-23
| * md/raid10: stop using bi_phys_segmentsNeilBrown2017-03-22
| * md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown2017-03-22
* | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds2017-03-16
|\
| * md/raid1/10: fix potential deadlockShaohua Li2017-03-09
| * md: move funcs from pers->resize to update_sizeGuoqing Jiang2017-03-09
| * md/raid10: submit bio directly to replacement diskShaohua Li2017-03-09
* | blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-03-11
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-24
|\
| * md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-15
* | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-02
|/
* md/raid10: Refactor raid10_make_requestRobert LeBlanc2017-01-03
* md: separate flags for superblock changesShaohua Li2016-12-08
* md/raid10: add failfast handling for writes.NeilBrown2016-11-22
* md/raid10: add failfast handling for reads.NeilBrown2016-11-22
* md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown2016-11-22
* md/raid1, raid10: add blktrace records when IO is delayedNeilBrown2016-11-18
* md: add block tracing for bio_remappingNeilBrown2016-11-18
* md/raid10: abort delayed writes when device fails.NeilBrown2016-11-07
* md/raid10: change printk() to pr_*()NeilBrown2016-11-07
* RAID10: ignore discard errorShaohua Li2016-10-24
* Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-08-30
|\
| * raid10: record correct address of bad blockTomasz Majchrzak2016-08-24
| * raid10: increment write counter after bio is splitTomasz Majchrzak2016-07-30
* | block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
|/
* Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-28
|\
| * raid10: improve random reads performanceTomasz Majchrzak2016-07-19
| * md: use seconds granularity for error loggingArnd Bergmann2016-07-19
| * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-13
| * md: be extra careful not to take a reference to a Faulty device.NeilBrown2016-06-13
| * md/raid10: simplify print_conf a little.NeilBrown2016-06-13
| * md/raid10: minor code improvement in fix_read_error()NeilBrown2016-06-13
| * md/raid10: add rcu protection to rdev access during reshape.NeilBrown2016-06-13
| * md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown2016-06-13