summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...Yu Kuai2024-04-081-12/+3
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-125/+148
|\
| * md: remove mddev->queueChristoph Hellwig2024-03-061-6/+7
| * md/raid5: use the atomic queue limit update APIsChristoph Hellwig2024-03-061-65/+65
| * md: add a mddev_is_dm helperChristoph Hellwig2024-03-061-11/+10
| * md: add a mddev_add_trace_msg helperChristoph Hellwig2024-03-061-7/+7
| * md: add a mddev_trace_remap helperChristoph Hellwig2024-03-061-11/+3
| * Merge branch 'dmraid-fix-6.9' into md-6.9Song Liu2024-03-051-2/+30
| |\
| | * dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...Yu Kuai2024-03-051-2/+30
| * | Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu2024-03-051-0/+12
| |/
| * md: add a new helper rdev_has_badblock()Yu Kuai2024-02-291-22/+13
| * md/raid5: fix atomicity violation in raid5_cache_countGui-Dong Han2024-02-271-6/+8
| * md: remove redundant check of 'mddev->sync_thread'Yu Kuai2024-02-051-4/+2
* | md: Don't register sync_thread for reshape directlyYu Kuai2024-02-151-27/+2
|/
* Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-142/+61
|\
| * md/raid5: remove rcu protection to access rdev from confYu Kuai2023-11-271-121/+61
| * md: remove flag RemoveSynchronizedYu Kuai2023-11-271-9/+0
| * Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi2023-11-271-12/+0
* | md/raid6: use valid sector values to determine if an I/O should wait on the r...David Jeffery2023-12-011-2/+2
|/
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-11/+15
|\
| * md/raid5: dynamically allocate the md-raid5 shrinkerQi Zheng2023-10-041-11/+15
* | Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-81/+22
|\ \
| * | md: cleanup pers->prepare_suspend()Yu Kuai2023-10-181-43/+1
| * | md/raid5: replace suspend with quiesce() callbackYu Kuai2023-10-101-9/+9
| * | md/raid5: use new apis to suspend arrayYu Kuai2023-10-101-26/+12
| * | md: initialize 'writes_pending' while allocating mddevYu Kuai2023-09-221-3/+0
| |/
* / md/raid5: release batch_last before waiting for another stripe_headDavid Jeffery2023-10-031-0/+7
|/
* md: Hold mddev->reconfig_mutex when trying to get mddev->sync_threadLi Lingfeng2023-08-151-1/+1
* raid5: fix missing io accounting in raid5_align_endio()Yu Kuai2023-07-271-21/+8
* md: also clone new io if io accounting is disabledYu Kuai2023-07-271-9/+9
* md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai2023-07-271-30/+11
* Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-2/+2
|\
| * md/raid5: Convert stripe_head's "dev" to flexible array memberKees Cook2023-05-301-2/+2
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-8/+60
|\ \
| * | md/raid5: don't start reshape when recovery or replace is in progressYu Kuai2023-06-131-0/+8
| * | md: protect md_thread with rcuYu Kuai2023-06-131-7/+8
| * | md/raid5: fix a deadlock in the case that reshape is interruptedYu Kuai2023-06-131-1/+43
| * | md/raid5: don't allow replacement while reshape is in progressYu Kuai2023-06-131-0/+1
| |/
* / md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()Yu Kuai2023-05-241-1/+1
|/
* md/raid5: Improve performance for sequential IOJan Kara2023-04-281-1/+44
* md/raid5: remove unused working_disks variableTom Rix2023-04-141-4/+1
* md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe2022-09-221-0/+12
* md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()David Sloan2022-09-221-1/+0
* md/raid5: Ensure stripe_fill happens on non-read IO with journalLogan Gunthorpe2022-09-221-1/+1
* md/raid5: Don't read ->active_stripes if it's not neededLogan Gunthorpe2022-09-221-3/+2
* md/raid5: Cleanup prototype of raid5_get_active_stripe()Logan Gunthorpe2022-09-221-23/+26
* md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe2022-09-221-41/+41
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | drivers:md:fix a potential use-after-free bugWentao_Liang2022-08-021-1/+1