summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-85/+58
|\
| * md: remove mddev->queueChristoph Hellwig2024-03-061-1/+1
| * md/raid10: use the atomic queue limit update APIsChristoph Hellwig2024-03-061-27/+33
| * md: add a mddev_is_dm helperChristoph Hellwig2024-03-061-5/+5
| * md: add a mddev_add_trace_msg helperChristoph Hellwig2024-03-061-8/+7
| * md: add a mddev_trace_remap helperChristoph Hellwig2024-03-061-8/+2
| * md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai2024-02-291-11/+2
| * md: add a new helper rdev_has_badblock()Yu Kuai2024-02-291-31/+14
* | md: Don't register sync_thread for reshape directlyYu Kuai2024-02-151-14/+2
|/
* md: factor out a helper exceed_read_errors() to check read_errorsLi Nan2023-12-151-46/+3
* md/raid10: remove rcu protection to access rdev from confYu Kuai2023-11-271-155/+58
* md: remove flag RemoveSynchronizedYu Kuai2023-11-271-9/+0
* md: initialize 'writes_pending' while allocating mddevYu Kuai2023-09-221-3/+0
* md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng2023-08-151-1/+1
* md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()Yu Kuai2023-08-151-1/+0
* md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan2023-07-271-10/+5
* md/raid10: factor out dereference_rdev_and_rrdev()Li Nan2023-07-271-9/+20
* md/raid10: check replacement and rdev to prevent submit the same io twiceLi Nan2023-07-271-0/+2
* md: remove redundant check in fix_read_error()Li Nan2023-07-271-1/+1
* md/raid10: optimize fix_read_errorLi Nan2023-07-271-10/+10
* md/raid10: switch to use md_account_bio() for io accountingYu Kuai2023-07-271-11/+9
* raid10: avoid spin_lock from fastpath from raid10_unplug()Yu Kuai2023-06-231-2/+2
* md/raid10: fix the condition to call bio_end_io_acct()Li Nan2023-06-231-1/+1
* 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-5/+3
* md/raid1-10: factor out a helper to submit normal writeYu Kuai2023-06-131-22/+4
* md/raid1-10: factor out a helper to add bio to plugYu Kuai2023-06-131-10/+1
* md/raid10: prevent soft lockup while flush writesYu Kuai2023-06-131-0/+2
* md/raid10: fix io loss while replacement replace rdevLi Nan2023-06-131-4/+18
* md/raid10: Do not add spare disk when recovery failsLi Nan2023-06-131-2/+18
* md/raid10: prioritize adding disk to 'removed' mirrorLi Nan2023-06-131-15/+20
* md/raid10: improve code of mrdev in raid10_sync_requestLi Nan2023-06-131-11/+12
* md/raid10: fix null-ptr-deref of mreplace in raid10_sync_requestLi Nan2023-06-131-9/+5
* md: protect md_thread with rcuYu Kuai2023-06-131-8/+12
* md: raid1: check if adding pages to resync bio failsJohannes Thumshirn2023-06-011-10/+10
* md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...Yu Kuai2023-04-141-1/+3
* md/raid10: fix memleak of md threadYu Kuai2023-04-141-3/+3
* md/raid10: fix memleak for 'conf->bio_split'Yu Kuai2023-04-141-20/+17
* md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai2023-04-141-10/+13
* md/raid10: don't BUG_ON() in raise_barrier()Yu Kuai2023-04-131-1/+3
* md/raid10: Fix typo in comment (replacment -> replacement)Jiangshan Yi2023-04-131-1/+1
* md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan2023-04-131-4/+4
* md/raid10: fix task hung in raid10dLi Nan2023-04-131-5/+13
* block: remove bio_set_op_attrsChristoph Hellwig2022-12-071-9/+9
* md/raid0, raid10: Don't set discard sectors for request queueXiao Ni2022-11-141-2/+0
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-55/+96
|\
| * md/raid10: convert resync_lock to use seqlockYu Kuai2022-09-221-29/+58
| * md/raid10: fix improper BUG_ON() in raise_barrier()Yu Kuai2022-09-221-1/+1
| * md/raid10: prevent unnecessary calls to wake_up() in fast pathYu Kuai2022-09-221-2/+8
| * md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowaitYu Kuai2022-09-221-2/+2