summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown2016-06-131-48/+74
| * md/raid10: add rcu protection in raid10_status.NeilBrown2016-06-131-4/+6
| * md/raid10: fix refounct imbalance when resyncing an array with a replacement ...NeilBrown2016-06-131-1/+1
| * md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown2016-06-131-8/+0
| * raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak2016-06-131-0/+7
* | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-3/+2
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* | md: use bio op accessorsMike Christie2016-06-071-25/+23
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+3
|/
* md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-091-4/+4
* md: raid10: add prerequisite to run underneath dm-raidHeinz Mauelshagen2016-05-091-4/+8
* raid10: include bio_end_io_list in nr_queued to prevent freeze_array hangShaohua Li2016-03-171-2/+5
* MD: rename some functionsShaohua Li2016-01-201-10/+10
* md/raid: only permit hot-add of compatible integrity profilesDan Williams2016-01-141-3/+3
* md/raid10: fix data corruption and crash during resyncArtur Paszkiewicz2015-12-181-1/+3
* Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds2015-11-041-1/+1
|\
| * Merge branch 'md-next' of git://github.com/goldwynr/linux into for-nextNeilBrown2015-10-141-1/+1
| |\
| | * md-cluster: Use a small window for resyncGoldwyn Rodrigues2015-10-121-1/+1
* | | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-0/+2
|\ \ \
| * | | md: suspend i/o during runtime blk_integrity_unregisterDan Williams2015-10-211-0/+2
| | |/ | |/|
* | | md/raid10: fix the 'new' raid10 layout to work correctly.NeilBrown2015-10-241-2/+20
* | | md/raid10: don't clear bitmap bit when bad-block-list write fails.NeilBrown2015-10-241-4/+11
* | | md/raid10: submit_bio_wait() returns 0 on successJes Sorensen2015-10-211-1/+1
| |/ |/|
* | crash in md-raid1 and md-raid10 due to incorrect list manipulationMikulas Patocka2015-10-091-2/+2
|/
* md: drop null test before destroy functionsJulia Lawall2015-10-021-6/+3
OpenPOWER on IntegriCloud