summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-19/+15
* md: simplify code with bio_io_errorGuoqing Jiang2017-07-211-2/+1
* md/raid1: fix writebehind bio cloneShaohua Li2017-07-211-21/+13
* md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-211-9/+0
* md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei2017-07-211-14/+4
* md: remove 'idx' from 'struct resync_pages'Ming Lei2017-07-211-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-081-8/+12
|\
| * md/raid1: remove unused bio in sync_request_writeGuoqing Jiang2017-06-161-3/+1
| * md: don't use flush_signals in userspace processesMikulas Patocka2017-06-131-1/+4
| * md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-131-4/+7
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-0/+2
|\|
| * md: initialise ->writes_pending in personality modules.NeilBrown2017-06-051-0/+2
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-18/+18
|/
* 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