aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-14md/raid1: fix a trivial typo in commentsZhilong Liu1-1/+1
2017-03-09md/raid1/10: fix potential deadlockShaohua Li1-2/+23
2017-03-09md: move funcs from pers->resize to update_sizeGuoqing Jiang1-2/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+3
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-230/+366
2017-02-23md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li1-4/+11
2017-02-23md/raid1: handle flush request correctlyShaohua Li1-3/+7
2017-02-19md/raid1: fix a use-after-free bugShaohua Li1-1/+2
2017-02-19RAID1: avoid unnecessary spin locks in I/O barrier codecolyli@suse.de1-51/+114
2017-02-19RAID1: a new I/O barrier implementation to remove resync windowcolyli@suse.de1-212/+261
2017-02-15md: fast clone bio in bio_clone_mddev()Ming Lei1-4/+6
2017-02-15md/raid1: use bio_clone_bioset_partial() in case of write behindMing Lei1-5/+15
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-2/+2
2017-01-27md: cleanup bio op / flags handling in raid1_write_requestChristoph Hellwig1-5/+2
2017-01-05md: cleanup mddev flag clear for takeoverShaohua Li1-2/+6
2017-01-03md/raid1: Refactor raid1_make_requestRobert LeBlanc1-128/+139
2016-12-08md: separate flags for superblock changesShaohua Li1-6/+6
2016-12-08md: takeover should clear unrelated bitsShaohua Li1-1/+4
2016-11-22md/raid1: add failfast handling for writes.NeilBrown1-1/+25
2016-11-22md/raid1: add failfast handling for reads.NeilBrown1-10/+42
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/+24
2016-11-09md/raid1: fix: IO can block resync indefinitelyNeilBrown1-1/+1
2016-11-07md/raid1: abort delayed writes when device fails.NeilBrown1-5/+15
2016-11-07md/raid1: change printk() to pr_*()NeilBrown1-58/+41
2016-10-28raid1: handle read error also in readonly modeTomasz Majchrzak1-9/+10
2016-10-24RAID1: ignore discard errorShaohua Li1-2/+5
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang1-6/+2
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li1-63/+67
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown1-7/+10
2016-06-13md/raid1: add rcu protection to rdev in fix_read_errorNeilBrown1-20/+32
2016-06-13md/raid1: small code cleanup in end_sync_writeNeilBrown1-10/+4
2016-06-13md/raid1: small cleanup in raid1_end_read/write_requestNeilBrown1-20/+15
2016-06-13md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown1-7/+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-2/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+2
2016-06-07md: use bio op accessorsMike Christie1-17/+15
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+2
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang1-2/+2
2016-03-31md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang1-1/+1
2016-03-17raid1: include bio_end_io_list in nr_queued to prevent freeze_array hangNate Dailey1-2/+5
2016-03-14md/raid1: remove unnecessary BUG_ONGuoqing Jiang1-1/+0
2016-01-20MD: rename some functionsShaohua Li1-10/+11
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams1-3/+3
2015-11-04Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds1-4/+37
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2