summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.c
AgeCommit message (Expand)Author
2024-03-08raid1: fix use-after-free for original bio in raid1_write_request()Yu Kuai
2024-03-06md: remove mddev->queueChristoph Hellwig
2024-03-06md/raid1: use the atomic queue limit update APIsChristoph Hellwig
2024-03-06md: add a mddev_is_dm helperChristoph Hellwig
2024-03-06md: add a mddev_add_trace_msg helperChristoph Hellwig
2024-03-06md: add a mddev_trace_remap helperChristoph Hellwig
2024-02-29md/raid1: factor out helpers to choose the best rdev from read_balance()Yu Kuai
2024-02-29md/raid1: factor out the code to manage sequential IOYu Kuai
2024-02-29md/raid1: factor out choose_bb_rdev() from read_balance()Yu Kuai
2024-02-29md/raid1: factor out choose_slow_rdev() from read_balance()Yu Kuai
2024-02-29md/raid1: factor out read_first_rdev() from read_balance()Yu Kuai
2024-02-29md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai
2024-02-29md/raid1: fix choose next idle in read_balance()Yu Kuai
2024-02-29md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai
2024-02-29md/raid1: factor out helpers to add rdev to confYu Kuai
2024-02-29md: add a new helper rdev_has_badblock()Yu Kuai
2024-01-24md: fix a suspicious RCU usage warningMikulas Patocka
2024-01-09md/raid1: Use blk_opf_t for read and write operationsBart Van Assche
2023-12-15md/raid1: support read error checkLi Nan
2023-12-15md: factor out a helper exceed_read_errors() to check read_errorsLi Nan
2023-12-15md/raid1: remove unnecessary null checkingGou Hao
2023-11-27md/raid1: remove rcu protection to access rdev from confYu Kuai
2023-11-27md: remove flag RemoveSynchronizedYu Kuai
2023-10-09md/raid1: don't split discard io for write behindYu Kuai
2023-09-22md: initialize 'writes_pending' while allocating mddevYu Kuai
2023-09-11md/raid1: fix error: ISO C90 forbids mixed declarationsNigel Croxon
2023-08-17md raid1: allow writebehind to work on any leg device set WriteMostlyHeinz Mauelshagen
2023-08-17md/raid1: hold the barrier until handle_read_error() finishesXueshi Hu
2023-08-17md/raid1: free the r1bio before waiting for blocked rdevXueshi Hu
2023-08-17md/raid1: call free_r1bio() before allow_barrier() in raid_end_bio_io()Xueshi Hu
2023-08-15md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng
2023-08-15md: raid1: fix potential OOB in raid1_remove_disk()Zhang Shurong
2023-07-27md/raid1: Avoid lock contention from wake_up()Jack Wang
2023-07-27md: remove redundant check in fix_read_error()Li Nan
2023-07-27md/raid1: prioritize adding disk to 'removed' mirrorLi Nan
2023-07-27md/raid1: switch to use md_account_bio() for io accountingYu Kuai
2023-06-13md/raid1-10: limit the number of plugged bioYu Kuai
2023-06-13md/raid1-10: don't handle pluged bio by daemon threadYu Kuai
2023-06-13md/raid1-10: factor out a helper to submit normal writeYu Kuai
2023-06-13md/raid1-10: factor out a helper to add bio to plugYu Kuai
2023-06-13md: protect md_thread with rcuYu Kuai
2023-06-01md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-06-01md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn
2022-12-07block: remove bio_set_op_attrsChristoph Hellwig
2022-11-14md/raid1: stop mdx_raid1 thread when raid1 array run failedJiang Li
2022-07-14md/raid1: Use the new blk_opf_t typeBart Van Assche
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-05-22md: remove most calls to bdevnameChristoph Hellwig
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk