summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid1: don't split discard io for write behindYu Kuai2023-10-091-1/+2
* md: initialize 'writes_pending' while allocating mddevYu Kuai2023-09-221-2/+1
* md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon2023-09-111-2/+1
* md raid1: allow writebehind to work on any leg device set WriteMostlyHeinz Mauelshagen2023-08-171-2/+1
* md/raid1: hold the barrier until handle_read_error() finishesXueshi Hu2023-08-171-1/+3
* md/raid1: free the r1bio before waiting for blocked rdevXueshi Hu2023-08-171-2/+2
* md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()Xueshi Hu2023-08-171-3/+4
* md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng2023-08-151-2/+2
* md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong2023-08-151-0/+4
* md/raid1: Avoid lock contention from wake_up()Jack Wang2023-07-271-6/+12
* md: remove redundant check in fix_read_error()Li Nan2023-07-271-1/+1
* md/raid1: prioritize adding disk to 'removed' mirrorLi Nan2023-07-271-11/+15
* md/raid1: switch to use md_account_bio() for io accountingYu Kuai2023-07-271-8/+6
* md/raid1-10: limit the number of plugged bioYu Kuai2023-06-131-1/+1
* md/raid1-10: don't handle pluged bio by daemon threadYu Kuai2023-06-131-2/+2
* md/raid1-10: factor out a helper to submit normal writeYu Kuai2023-06-131-11/+2
* md/raid1-10: factor out a helper to add bio to plugYu Kuai2023-06-131-11/+1
* md: protect md_thread with rcuYu Kuai2023-06-131-3/+4
* md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-06-011-1/+1
* md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn2023-06-011-1/+4
* 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