aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-13md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown1-48/+74
2016-06-13md/raid10: add rcu protection in raid10_status.NeilBrown1-4/+6
2016-06-13md/raid10: fix refounct imbalance when resyncing an array with a replacement device.NeilBrown1-1/+1
2016-06-13md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown1-8/+0
2016-06-13raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak1-0/+7
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-3/+2
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07md: use bio op accessorsMike Christie1-25/+23
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+3
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang1-4/+4
2016-05-09md: raid10: add prerequisite to run underneath dm-raidHeinz Mauelshagen1-4/+8
2016-03-17raid10: include bio_end_io_list in nr_queued to prevent freeze_array hangShaohua Li1-2/+5
2016-01-20MD: rename some functionsShaohua Li1-10/+10
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams1-3/+3
2015-12-18md/raid10: fix data corruption and crash during resyncArtur Paszkiewicz1-1/+3
2015-11-04Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2015-10-24md/raid10: fix the 'new' raid10 layout to work correctly.NeilBrown1-2/+20
2015-10-24md/raid10: don't clear bitmap bit when bad-block-list write fails.NeilBrown1-4/+11
2015-10-21md: suspend i/o during runtime blk_integrity_unregisterDan Williams1-0/+2
2015-10-21md/raid10: submit_bio_wait() returns 0 on successJes Sorensen1-1/+1
2015-10-14Merge branch 'md-next' of git://github.com/goldwynr/linux into for-nextNeilBrown1-1/+1
2015-10-12md-cluster: Use a small window for resyncGoldwyn Rodrigues1-1/+1
2015-10-09crash in md-raid1 and md-raid10 due to incorrect list manipulationMikulas Patocka1-2/+2
2015-10-02md: drop null test before destroy functionsJulia Lawall1-6/+3
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown1-151/+31
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-151/+31