summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid1: avoid soft lockup under high loadHannes Reinecke2019-11-111-0/+1
* md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-10-241-3/+2
* md/raid1: fail run raid1 array when active disk less than oneYufen Yu2019-09-031-1/+12
* raid1: factor out a common routine to handle the completion of sync writeHou Tao2019-08-071-21/+18
* md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang2019-08-071-3/+3
* md/raid1: end bio when the device faultyYufen Yu2019-08-071-12/+14
* raid1: use an int as the return value of raise_barrier()Hou Tao2019-08-071-1/+4
* md/raid1: Fix a warning message in remove_wb()Dan Carpenter2019-06-261-1/+1
* md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-201-1/+67
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-151-9/+4
* md/raid1: get rid of extra blank line and spaceYufen Yu2019-06-151-6/+3
* drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza2019-06-151-27/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-9/+1
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-3/+3
* 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