summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
AgeCommit message (Expand)AuthorLines
2017-07-21md: simplify code with bio_io_errorGuoqing Jiang-2/+1
2017-07-21md/raid1: fix writebehind bio cloneShaohua Li-21/+13
2017-07-21md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei-9/+0
2017-07-21md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei-14/+4
2017-07-21md: remove 'idx' from 'struct resync_pages'Ming Lei-3/+3
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-8/+12
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown-1/+1
2017-06-16md/raid1: remove unused bio in sync_request_writeGuoqing Jiang-3/+1
2017-06-13md: don't use flush_signals in userspace processesMikulas Patocka-1/+4
2017-06-13md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown-4/+7
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe-0/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig-18/+18
2017-06-05md: initialise ->writes_pending in personality modules.NeilBrown-0/+2
2017-05-12raid1: prefer disk without bad blocksTomasz Majchrzak-1/+4
2017-05-11md/raid1/10: avoid unnecessary lockingShaohua Li-4/+3
2017-05-08md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz-6/+3
2017-05-01Merge branch 'md-next' into md-linusShaohua Li-390/+289
2017-04-27md/raid1: Use a new variable to count flighting sync requestsXiao Ni-3/+4
2017-04-25md: clear WantReplacement once disk is removedGuoqing Jiang-3/+3
2017-04-23md/raid1/10: remove unused queueLidong Zhong-3/+0
2017-04-11md/raid1: factor out flush_bio_list()NeilBrown-40/+26
2017-04-11md/raid1: simplify handle_read_error().NeilBrown-80/+60
2017-04-11md/raid1: simplify alloc_behind_master_bio()NeilBrown-7/+4
2017-04-11md/raid1: simplify the splitting of requests.NeilBrown-91/+50
2017-04-10md/raid1: avoid reusing a resync bio after error handling.NeilBrown-0/+2
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig-1/+3
2017-03-28md: raid1: kill warning on powerpc_pseriesMing Lei-1/+1
2017-03-25md/raid1: skip data copy for behind io for discard requestShaohua Li-1/+5
2017-03-24md: raid1: improve write behindMing Lei-64/+54
2017-03-24md: raid1: move 'offset' out of loopMing Lei-2/+3
2017-03-24md: raid1: use bio helper in process_checks()Ming Lei-4/+8
2017-03-24md: raid1: retrieve page from pre-allocated resync page arrayMing Lei-8/+8
2017-03-24md: raid1: don't use bio's vec table to manage resync pagesMing Lei-29/+64
2017-03-24md: raid1: simplify r1buf_pool_free()Ming Lei-9/+8
2017-03-24md: move two macros into md.hMing Lei-2/+0
2017-03-24md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei-16/+6
2017-03-22md/raid1: stop using bi_phys_segmentNeilBrown-66/+23
2017-03-22md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown-13/+11
2017-03-16md: superblock changes for PPLArtur Paszkiewicz-1/+2
2017-03-14md/raid1: fix a trivial typo in commentsZhilong Liu-1/+1
2017-03-09md/raid1/10: fix potential deadlockShaohua Li-2/+23
2017-03-09md: move funcs from pers->resize to update_sizeGuoqing Jiang-2/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+3
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-230/+366
2017-02-23md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li-4/+11
2017-02-23md/raid1: handle flush request correctlyShaohua Li-3/+7
2017-02-19md/raid1: fix a use-after-free bugShaohua Li-1/+2
2017-02-19RAID1: avoid unnecessary spin locks in I/O barrier codecolyli@suse.de-51/+114
2017-02-19RAID1: a new I/O barrier implementation to remove resync windowcolyli@suse.de-212/+261
2017-02-15md: fast clone bio in bio_clone_mddev()Ming Lei-4/+6