aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13md/raid1: introduce wait_for_serializationGuoqing Jiang1-19/+22
2020-01-13md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang1-3/+6
2020-01-13md: introduce a new struct for IO serializationGuoqing Jiang1-28/+33
2020-01-13raid1: serialize the overlap writeGuoqing Jiang1-14/+13
2020-01-13md: rename wb stuffsGuoqing Jiang1-21/+22
2019-12-11md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu1-1/+1
2019-11-11md/raid1: avoid soft lockup under high loadHannes Reinecke1-0/+1
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery1-3/+2
2019-09-03md/raid1: fail run raid1 array when active disk less than oneYufen Yu1-1/+12
2019-08-07raid1: factor out a common routine to handle the completion of sync writeHou Tao1-21/+18
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang1-3/+3
2019-08-07md/raid1: end bio when the device faultyYufen Yu1-12/+14
2019-08-07raid1: use an int as the return value of raise_barrier()Hou Tao1-1/+4
2019-06-26md/raid1: Fix a warning message in remove_wb()Dan Carpenter1-1/+1
2019-06-20md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang1-1/+67
2019-06-15md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza1-9/+4
2019-06-15md/raid1: get rid of extra blank line and spaceYufen Yu1-6/+3
2019-06-15drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza1-27/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner1-9/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-3/+3
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+4
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2019-02-12md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey1-10/+18
2019-02-04raid1: simplify raid1_error functionYufen Yu1-4/+2
2018-10-14MD: fix invalid stored role for a disk - try2Shaohua Li1-0/+1
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-19/+16
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko1-19/+16
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-2/+2
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet1-39/+37
2018-05-17md/raid1: add error handling of read error from FailFast deviceGioh Kim1-0/+2
2018-05-01md: fix an error code format and remove unsed bio_sectorYufen Yu1-2/+0
2018-04-09raid1: copy write hint from master bio to behind bioMariusz Dabrowski1-0/+2
2018-04-09md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu1-5/+18
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-3/+3
2018-02-25md/raid1: fix NULL pointer dereferenceYufen Yu1-0/+11
2018-02-17md/raid1: Fix trailing semicolonLuis de Bethencourt1-1/+1
2017-12-11md/raid1,raid10: silence warning about wait-within-waitNeilBrown1-0/+11
2017-12-01md/raid1/10: add missed blk plugShaohua Li1-0/+4
2017-11-01raid1: remove obsolete code in raid1_write_requestGuoqing Jiang1-13/+7
2017-11-01raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey1-18/+6
2017-11-01md: use TASK_IDLE instead of blocking signalsMikulas Patocka1-6/+1
2017-11-01md: remove special meaning of ->quiesce(.., 2)NeilBrown1-10/+3
2017-11-01md: move suspend_hi/lo handling into core md codeNeilBrown1-9/+5
2017-10-16md: rename some drivers/md/ files to have an "md-" prefixMike Snitzer1-1/+1
2017-10-16md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang1-5/+5
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-2/+20
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak1-1/+2