summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1.c
Commit message (Expand)AuthorAgeFilesLines
* raid1: fix use-after-free for original bio in raid1_write_request()Yu Kuai2024-03-081-1/+1
* md: remove mddev->queueChristoph Hellwig2024-03-061-1/+1
* md/raid1: use the atomic queue limit update APIsChristoph Hellwig2024-03-061-9/+16
* md: add a mddev_is_dm helperChristoph Hellwig2024-03-061-8/+5
* md: add a mddev_add_trace_msg helperChristoph Hellwig2024-03-061-6/+4
* md: add a mddev_trace_remap helperChristoph Hellwig2024-03-061-9/+2
* md/raid1: factor out helpers to choose the best rdev from read_balance()Yu Kuai2024-02-291-77/+98
* md/raid1: factor out the code to manage sequential IOYu Kuai2024-02-291-34/+37
* md/raid1: factor out choose_bb_rdev() from read_balance()Yu Kuai2024-02-291-31/+48
* md/raid1: factor out choose_slow_rdev() from read_balance()Yu Kuai2024-02-291-17/+52
* md/raid1: factor out read_first_rdev() from read_balance()Yu Kuai2024-02-291-17/+46
* md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai2024-02-291-13/+2
* md/raid1: fix choose next idle in read_balance()Yu Kuai2024-02-291-10/+22
* md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai2024-02-291-7/+10
* md/raid1: factor out helpers to add rdev to confYu Kuai2024-02-291-32/+53
* md: add a new helper rdev_has_badblock()Yu Kuai2024-02-291-19/+7
* md: fix a suspicious RCU usage warningMikulas Patocka2024-01-241-1/+1
* md/raid1: Use blk_opf_t for read and write operationsBart Van Assche2024-01-091-6/+6
* md/raid1: support read error checkLi Nan2023-12-151-5/+12
* md: factor out a helper exceed_read_errors() to check read_errorsLi Nan2023-12-151-0/+1
* md/raid1: remove unnecessary null checkingGou Hao2023-12-151-2/+0
* md/raid1: remove rcu protection to access rdev from confYu Kuai2023-11-271-39/+23
* md: remove flag RemoveSynchronizedYu Kuai2023-11-271-9/+0
* 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