summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid5: rename wait_for_overlap to wait_for_reshapeArtur Paszkiewicz2024-08-291-13/+13
* md/raid5: only add to wq if reshape is in progressArtur Paszkiewicz2024-08-291-3/+10
* md/raid5: use wait_on_bit() for R5_OverlapArtur Paszkiewicz2024-08-291-31/+29
* md/md-bitmap: merge md_bitmap_resize() into bitmap_operationsYu Kuai2024-08-271-1/+1
* md/md-bitmap: pass in mddev directly for md_bitmap_resize()Yu Kuai2024-08-271-5/+6
* md/md-bitmap: merge bitmap_unplug() into bitmap_operationsYu Kuai2024-08-271-1/+1
* md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()Yu Kuai2024-08-271-1/+1
* md/md-bitmap: merge md_bitmap_cond_end_sync() into bitmap_operationsYu Kuai2024-08-271-1/+1
* md/md-bitmap: merge md_bitmap_close_sync() into bitmap_operationsYu Kuai2024-08-271-1/+1
* md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operationsYu Kuai2024-08-271-2/+2
* md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()Yu Kuai2024-08-271-1/+1
* md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operationsYu Kuai2024-08-271-4/+6
* md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operationsYu Kuai2024-08-271-8/+10
* md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operationsYu Kuai2024-08-271-8/+5
* 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-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