summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove bio_set_op_attrsChristoph Hellwig2022-12-071-6/+6
* md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li2022-11-141-0/+1
* md/raid1: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
* md/core: Combine two sync_page_io() argumentsBart Van Assche2022-07-141-4/+4
* block: remove bdevnameChristoph Hellwig2022-07-141-1/+1
* md: remove most calls to bdevnameChristoph Hellwig2022-05-221-14/+10
* md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk2022-04-251-17/+26
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-15/+1
* block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-1/+1
* block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-4/+8
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-2/+0
|\
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-2/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-3/+1
|\ \
| * | scsi: md: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-3/+1
* | | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-11/+0
|\ \ \ | |_|/ |/| |
| * | md: raid1/raid10: drop pending_cntMariusz Tkaczyk2022-03-081-11/+0
* | | raid1: stop using bio_devnameChristoph Hellwig2022-03-071-3/+2
|/ /
* | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-17/+17
* | block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-3/+2
* | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-1/+2
|/
* Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-27/+56
|\
| * md: raid1 add nowait supportVishal Verma2022-01-061-20/+56
| * md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk2022-01-061-7/+0
* | md/raid1: fix missing bitmap update w/o WriteMostly devicesSong Liu2022-01-031-1/+2
|/
* md/raid1: use rdev in raid1_write_request directlyGuoqing Jiang2021-10-181-6/+5
* md/raid1: only allocate write behind bio for WriteMostly deviceGuoqing Jiang2021-10-181-1/+1
* Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-0/+19
|\
| * raid1: ensure write behind bio has less than BIO_MAX_VECS sectorsGuoqing Jiang2021-08-271-0/+19
* | Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2021-08-041-2/+0
|\ \ | |/ |/|
| * md/raid10: properly indicate failure when ending a failed write requestWei Shuyu2021-07-231-2/+0
* | md/raid1: enable io accountingGuoqing Jiang2021-06-141-0/+7
* | md/raid1: rename print_msg with r1bio_existedGuoqing Jiang2021-06-141-4/+4
|/
* 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