summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid1: properly indicate failure when ending a failed write requestPaul Clements2021-04-231-0/+2
* md: remove bio_alloc_mddevChristoph Hellwig2021-01-271-1/+1
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-3/+3
* block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-4/+3
* writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-31/+0
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-7/+7
* md/raid1: release pending accounting for an I/O only after write-behind is al...David Jeffery2020-05-131-6/+7
* md/raid1: introduce wait_for_serializationGuoqing Jiang2020-01-131-19/+22
* md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang2020-01-131-3/+6
* md: introduce a new struct for IO serializationGuoqing Jiang2020-01-131-28/+33
* raid1: serialize the overlap writeGuoqing Jiang2020-01-131-14/+13
* md: rename wb stuffsGuoqing Jiang2020-01-131-21/+22
* md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu2019-12-111-1/+1
* 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