aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+19
2021-08-27raid1: ensure write behind bio has less than BIO_MAX_VECS sectorsGuoqing Jiang1-0/+19
2021-08-04Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.14Jens Axboe1-2/+0
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu1-2/+0
2021-06-14md/raid1: enable io accountingGuoqing Jiang1-0/+7
2021-06-14md/raid1: rename print_msg with r1bio_existedGuoqing Jiang1-4/+4
2021-04-23md/raid1: properly indicate failure when ending a failed write requestPaul Clements1-0/+2
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig1-1/+1
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-3/+3
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig1-4/+3
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-31/+0
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-7/+7
2020-05-13md/raid1: release pending accounting for an I/O only after write-behind is also finishedDavid Jeffery1-6/+7
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