summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* md: initialise ->writes_pending in personality modules.NeilBrown2017-06-051-0/+2
* raid1: prefer disk without bad blocksTomasz Majchrzak2017-05-121-1/+4
* md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-111-4/+3
* md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-081-6/+3
* Merge branch 'md-next' into md-linusShaohua Li2017-05-011-390/+289
|\
| * md/raid1: Use a new variable to count flighting sync requestsXiao Ni2017-04-271-3/+4
| * md: clear WantReplacement once disk is removedGuoqing Jiang2017-04-251-3/+3
| * md/raid1/10: remove unused queueLidong Zhong2017-04-231-3/+0
| * md/raid1: factor out flush_bio_list()NeilBrown2017-04-111-40/+26
| * md/raid1: simplify handle_read_error().NeilBrown2017-04-111-80/+60
| * md/raid1: simplify alloc_behind_master_bio()NeilBrown2017-04-111-7/+4
| * md/raid1: simplify the splitting of requests.NeilBrown2017-04-111-91/+50
| * md/raid1: avoid reusing a resync bio after error handling.NeilBrown2017-04-101-0/+2
| * md: raid1: kill warning on powerpc_pseriesMing Lei2017-03-281-1/+1
| * md/raid1: skip data copy for behind io for discard requestShaohua Li2017-03-251-1/+5
| * md: raid1: improve write behindMing Lei2017-03-241-64/+54
| * md: raid1: move 'offset' out of loopMing Lei2017-03-241-2/+3
| * md: raid1: use bio helper in process_checks()Ming Lei2017-03-241-4/+8
| * md: raid1: retrieve page from pre-allocated resync page arrayMing Lei2017-03-241-8/+8
| * md: raid1: don't use bio's vec table to manage resync pagesMing Lei2017-03-241-29/+64
| * md: raid1: simplify r1buf_pool_free()Ming Lei2017-03-241-9/+8
| * md: move two macros into md.hMing Lei2017-03-241-2/+0
| * md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei2017-03-241-16/+6
| * md/raid1: stop using bi_phys_segmentNeilBrown2017-03-221-66/+23
| * md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown2017-03-221-13/+11
| * md: superblock changes for PPLArtur Paszkiewicz2017-03-161-1/+2
* | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-1/+3
|/
* md/raid1: fix a trivial typo in commentsZhilong Liu2017-03-141-1/+1
* md/raid1/10: fix potential deadlockShaohua Li2017-03-091-2/+23
* md: move funcs from pers->resize to update_sizeGuoqing Jiang2017-03-091-2/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-241-230/+366
|\
| * md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li2017-02-231-4/+11
| * md/raid1: handle flush request correctlyShaohua Li2017-02-231-3/+7
| * md/raid1: fix a use-after-free bugShaohua Li2017-02-191-1/+2
| * RAID1: avoid unnecessary spin locks in I/O barrier codecolyli@suse.de2017-02-191-51/+114
| * RAID1: a new I/O barrier implementation to remove resync windowcolyli@suse.de2017-02-191-212/+261
| * md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-151-4/+6
| * md/raid1: use bio_clone_bioset_partial() in case of write behindMing Lei2017-02-151-5/+15
* | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-2/+2
* | md: cleanup bio op / flags handling in raid1_write_requestChristoph Hellwig2017-01-271-5/+2
|/
* md: cleanup mddev flag clear for takeoverShaohua Li2017-01-051-2/+6
* md/raid1: Refactor raid1_make_requestRobert LeBlanc2017-01-031-128/+139
* md: separate flags for superblock changesShaohua Li2016-12-081-6/+6
* md: takeover should clear unrelated bitsShaohua Li2016-12-081-1/+4
* md/raid1: add failfast handling for writes.NeilBrown2016-11-221-1/+25
* md/raid1: add failfast handling for reads.NeilBrown2016-11-221-10/+42
* 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/+24
OpenPOWER on IntegriCloud