aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-21md: simplify code with bio_io_errorGuoqing Jiang1-2/+1
2017-07-21md/raid1: fix writebehind bio cloneShaohua Li1-21/+13
2017-07-21md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei1-9/+0
2017-07-21md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei1-14/+4
2017-07-21md: remove 'idx' from 'struct resync_pages'Ming Lei1-3/+3
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-8/+12
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-16md/raid1: remove unused bio in sync_request_writeGuoqing Jiang1-3/+1
2017-06-13md: don't use flush_signals in userspace processesMikulas Patocka1-1/+4
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown1-4/+7
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-0/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-18/+18
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