summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07block: remove bio_set_op_attrsChristoph Hellwig1-6/+6
2022-11-14md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li1-0/+1
2022-07-14md/raid1: Use the new blk_opf_t typeBart Van Assche1-2/+2
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche1-4/+4
2022-07-14block: remove bdevnameChristoph Hellwig1-1/+1
2022-05-22md: remove most calls to bdevnameChristoph Hellwig1-14/+10
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk1-17/+26
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-15/+1
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig1-1/+1
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-4/+8
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+0
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk1-11/+0
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-2/+0
2022-03-07raid1: stop using bio_devnameChristoph Hellwig1-3/+2
2022-02-22scsi: md: Remove WRITE_SAME supportChristoph Hellwig1-3/+1
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-17/+17
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-3/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-1/+2
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+56
2022-01-06md: raid1 add nowait supportVishal Verma1-20/+56
2022-01-06md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk1-7/+0
2022-01-03md/raid1: fix missing bitmap update w/o WriteMostly devicesSong Liu1-1/+2
2021-10-18md/raid1: use rdev in raid1_write_request directlyGuoqing Jiang1-6/+5
2021-10-18md/raid1: only allocate write behind bio for WriteMostly deviceGuoqing Jiang1-1/+1
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/so...Jens 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 al...David 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