summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
AgeCommit message (Expand)AuthorLines
2024-01-24md: fix a suspicious RCU usage warningMikulas Patocka-1/+1
2024-01-09md/raid1: Use blk_opf_t for read and write operationsBart Van Assche-6/+6
2023-12-15md/raid1: support read error checkLi Nan-5/+12
2023-12-15md: factor out a helper exceed_read_errors() to check read_errorsLi Nan-0/+1
2023-12-15md/raid1: remove unnecessary null checkingGou Hao-2/+0
2023-11-27md/raid1: remove rcu protection to access rdev from confYu Kuai-39/+23
2023-11-27md: remove flag RemoveSynchronizedYu Kuai-9/+0
2023-10-09md/raid1: don't split discard io for write behindYu Kuai-1/+2
2023-09-22md: initialize 'writes_pending' while allocating mddevYu Kuai-2/+1
2023-09-11md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon-2/+1
2023-08-17md raid1: allow writebehind to work on any leg device set WriteMostlyHeinz Mauelshagen-2/+1
2023-08-17md/raid1: hold the barrier until handle_read_error() finishesXueshi Hu-1/+3
2023-08-17md/raid1: free the r1bio before waiting for blocked rdevXueshi Hu-2/+2
2023-08-17md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()Xueshi Hu-3/+4
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng-2/+2
2023-08-15md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong-0/+4
2023-07-27md/raid1: Avoid lock contention from wake_up()Jack Wang-6/+12
2023-07-27md: remove redundant check in fix_read_error()Li Nan-1/+1
2023-07-27md/raid1: prioritize adding disk to 'removed' mirrorLi Nan-11/+15
2023-07-27md/raid1: switch to use md_account_bio() for io accountingYu Kuai-8/+6
2023-06-13md/raid1-10: limit the number of plugged bioYu Kuai-1/+1
2023-06-13md/raid1-10: don't handle pluged bio by daemon threadYu Kuai-2/+2
2023-06-13md/raid1-10: factor out a helper to submit normal writeYu Kuai-11/+2
2023-06-13md/raid1-10: factor out a helper to add bio to plugYu Kuai-11/+1
2023-06-13md: protect md_thread with rcuYu Kuai-3/+4
2023-06-01md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn-1/+1
2023-06-01md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn-1/+4
2022-12-07block: remove bio_set_op_attrsChristoph Hellwig-6/+6
2022-11-14md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li-0/+1
2022-07-14md/raid1: Use the new blk_opf_t typeBart Van Assche-2/+2
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche-4/+4
2022-07-14block: remove bdevnameChristoph Hellwig-1/+1
2022-05-22md: remove most calls to bdevnameChristoph Hellwig-14/+10
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk-17/+26
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-15/+1
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig-1/+1
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig-4/+8
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+1
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+0
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk-11/+0
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig-2/+0
2022-03-07raid1: stop using bio_devnameChristoph Hellwig-3/+2
2022-02-22scsi: md: Remove WRITE_SAME supportChristoph Hellwig-3/+1
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig-17/+17
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig-3/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig-1/+2
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds-27/+56
2022-01-06md: raid1 add nowait supportVishal Verma-20/+56
2022-01-06md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk-7/+0