summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-5/+4
|\
| * block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-1/+2
| * raid1: simplify raid1_error functionYufen Yu2019-02-041-4/+2
* | md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey2019-02-121-10/+18
|/
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-10-141-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-181-19/+16
|\
| * md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-19/+16
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+5
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-06-091-2/+2
|\ \
| * | md/raid1: add error handling of read error from FailFast deviceGioh Kim2018-05-171-0/+2
| * | md: fix an error code format and remove unsed bio_sectorYufen Yu2018-05-011-2/+0
| |/
* / md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-39/+37
|/
* raid1: copy write hint from master bio to behind bioMariusz Dabrowski2018-04-091-0/+2
* md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu2018-04-091-5/+18
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-3/+3
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-3/+3
* | md/raid1: fix NULL pointer dereferenceYufen Yu2018-02-251-0/+11
* | md/raid1: Fix trailing semicolonLuis de Bethencourt2018-02-171-1/+1
|/
* md/raid1,raid10: silence warning about wait-within-waitNeilBrown2017-12-111-0/+11
* md/raid1/10: add missed blk plugShaohua Li2017-12-011-0/+4
* raid1: remove obsolete code in raid1_write_requestGuoqing Jiang2017-11-011-13/+7
* raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey2017-11-011-18/+6
* md: use TASK_IDLE instead of blocking signalsMikulas Patocka2017-11-011-6/+1
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-011-10/+3
* md: move suspend_hi/lo handling into core md codeNeilBrown2017-11-011-9/+5
* md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer2017-10-161-1/+1
* md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang2017-10-161-5/+5
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-2/+20
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-281-1/+2
| * md/raid1/10: reset bio allocated from mempoolShaohua Li2017-08-251-1/+18
* | 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