aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown1-0/+2
2017-05-12raid1: prefer disk without bad blocksTomasz Majchrzak1-1/+4
2017-05-11md/raid1/10: avoid unnecessary lockingShaohua Li1-4/+3
2017-05-08md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz1-6/+3
2017-05-01Merge branch 'md-next' into md-linusShaohua Li1-390/+289
2017-04-27md/raid1: Use a new variable to count flighting sync requestsXiao Ni1-3/+4
2017-04-25md: clear WantReplacement once disk is removedGuoqing Jiang1-3/+3
2017-04-23md/raid1/10: remove unused queueLidong Zhong1-3/+0
2017-04-11md/raid1: factor out flush_bio_list()NeilBrown1-40/+26
2017-04-11md/raid1: simplify handle_read_error().NeilBrown1-80/+60
2017-04-11md/raid1: simplify alloc_behind_master_bio()NeilBrown1-7/+4
2017-04-11md/raid1: simplify the splitting of requests.NeilBrown1-91/+50
2017-04-10md/raid1: avoid reusing a resync bio after error handling.NeilBrown1-0/+2
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-1/+3
2017-03-28md: raid1: kill warning on powerpc_pseriesMing Lei1-1/+1
2017-03-25md/raid1: skip data copy for behind io for discard requestShaohua Li1-1/+5
2017-03-24md: raid1: improve write behindMing Lei1-64/+54
2017-03-24md: raid1: move 'offset' out of loopMing Lei1-2/+3
2017-03-24md: raid1: use bio helper in process_checks()Ming Lei1-4/+8
2017-03-24md: raid1: retrieve page from pre-allocated resync page arrayMing Lei1-8/+8
2017-03-24md: raid1: don't use bio's vec table to manage resync pagesMing Lei1-29/+64
2017-03-24md: raid1: simplify r1buf_pool_free()Ming Lei1-9/+8
2017-03-24md: move two macros into md.hMing Lei1-2/+0
2017-03-24md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei1-16/+6
2017-03-22md/raid1: stop using bi_phys_segmentNeilBrown1-66/+23
2017-03-22md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown1-13/+11
2017-03-16md: superblock changes for PPLArtur Paszkiewicz1-1/+2
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