summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* md/raid5: recheck if reshape has finished with device_lock heldBenjamin Marzinski2024-07-041-23/+41
* md/raid5: fix spares errors about rcu usageYu Kuai2024-07-041-7/+5
* md: set md-specific flags for all queue limitsChristoph Hellwig2024-06-261-1/+1
* Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-201-1/+1
|\
| * block: move the raid_partial_stripes_expensive flag into the features fieldChristoph Hellwig2024-06-201-1/+1
* | Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-191-2/+4
|\|
| * block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-191-2/+4
* | Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe2024-06-141-1/+1
|\|
| * block: move integrity information into queue_limitsChristoph Hellwig2024-06-141-1/+1
* | md/raid5: avoid BUG_ON() while continue reshape after reassemblingYu Kuai2024-06-121-7/+13
* | md: pass in max_sectors for pers->sync_request()Yu Kuai2024-06-121-2/+1
* | md: change the return value type of md_write_start to voidLi Nan2024-06-101-2/+1
|/
* md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...Yu Kuai2024-04-091-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-03-011-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-061-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-281-121/+61
| * md: remove flag RemoveSynchronizedYu Kuai2023-11-281-9/+0
| * Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi2023-11-281-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-031-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-111-9/+9
| * | md/raid5: use new apis to suspend arrayYu Kuai2023-10-111-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-281-2/+2
|\
| * md/raid5: Convert stripe_head's "dev" to flexible array memberKees Cook2023-05-311-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-141-0/+8
| * | md: protect md_thread with rcuYu Kuai2023-06-141-7/+8
| * | md/raid5: fix a deadlock in the case that reshape is interruptedYu Kuai2023-06-141-1/+43
| * | md/raid5: don't allow replacement while reshape is in progressYu Kuai2023-06-141-0/+1
| |/