summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | md/raid5: Ensure batch_last is released before sleeping for quiesceLogan Gunthorpe2022-08-021-8/+28
* | md/raid5: Move stripe_request_ctx upLogan Gunthorpe2022-08-021-27/+27
* | md/raid5: Drop unnecessary call to r5c_check_stripe_cache_usage()Logan Gunthorpe2022-08-021-1/+0
* | md/raid5: Make is_inactive_blocked() helperLogan Gunthorpe2022-08-021-5/+19
* | md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe2022-08-021-31/+36
* | raid5: fix duplicate checks for rdev->saved_raid_diskJackie Liu2022-08-021-2/+1
* | md/raid5: Convert prepare_to_wait() to wait_woken() apiLogan Gunthorpe2022-08-021-7/+6
* | md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request()Logan Gunthorpe2022-08-021-8/+11
* | md/raid5: Increase restriction on max segments per requestLogan Gunthorpe2022-08-021-0/+3
* | md/raid5: Improve debug printsLogan Gunthorpe2022-08-021-2/+6
* | md/raid5: Pivot raid5_make_request()Logan Gunthorpe2022-08-021-6/+83
* | md/raid5: Check all disks in a stripe_head for reshape progressLogan Gunthorpe2022-08-021-14/+39
* | md/raid5: Refactor add_stripe_bio()Logan Gunthorpe2022-08-021-30/+56
* | md/raid5: Keep a reference to last stripe_head for batchLogan Gunthorpe2022-08-021-12/+40
* | md/raid5: Refactor for loop in raid5_make_request() into while loopLogan Gunthorpe2022-08-021-4/+5
* | md/raid5: Move read_seqcount_begin() into make_stripe_request()Logan Gunthorpe2022-08-021-7/+5
* | md/raid5: Drop the do_prepare flag in raid5_make_request()Logan Gunthorpe2022-08-021-6/+2
* | md/raid5: Factor out helper from raid5_make_request() loopLogan Gunthorpe2022-08-021-98/+133