summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | md/raid5: Move common stripe get code into new find_get_stripe() helperLogan Gunthorpe2022-08-021-67/+64
* | md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()Logan Gunthorpe2022-08-021-2/+3
* | md/raid5: Refactor raid5_make_request loopLogan Gunthorpe2022-08-021-54/+55
* | md/raid5: Factor out ahead_of_reshape() functionLogan Gunthorpe2022-08-021-12/+15
* | md/raid5: Make logic blocking check consistent with logic that blocksLogan Gunthorpe2022-08-021-1/+1
* | md/raid5: suspend the array for calls to log_exit()Logan Gunthorpe2022-08-021-1/+4
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-1/+2
|\ \
| * | md/raid5: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-1/+2
| |/
* | Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-07-221-1/+3
|\ \
| * | md/raid5: missing error code in setup_conf()Dan Carpenter2022-07-191-1/+3
| |/
* | dm raid: fix KASAN warning in raid5_add_disksMikulas Patocka2022-06-291-0/+1
* | dm raid: fix KASAN warning in raid5_remove_diskMikulas Patocka2022-06-291-1/+4
|/
* md: remove most calls to bdevnameChristoph Hellwig2022-05-221-21/+16
* raid5: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+0
* md/raid5: Annotate functions that hold device_lock with __must_holdLogan Gunthorpe2022-04-251-5/+17
* md/raid5: Annotate rdev/replacement access when mddev_lock is heldLogan Gunthorpe2022-04-251-22/+43
* md/raid5: Annotate rdev/replacement accesses when nr_pending is elevatedLogan Gunthorpe2022-04-251-9/+19
* md/raid5: Add __rcu annotation to struct disk_infoLogan Gunthorpe2022-04-251-20/+26
* md/raid5: Cleanup setup_conf() error returnsLogan Gunthorpe2022-04-251-7/+11
* raid5: introduce MD_BROKENMariusz Tkaczyk2022-04-251-25/+22
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-8/+4