summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-19md/raid5: avoid BUG_ON() while continue reshape after reassemblingYu Kuai1-7/+13
2024-06-16md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...Yu Kuai1-12/+3
2024-04-13Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu1-0/+12
2024-02-23Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi1-12/+0
2023-06-09treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-05-17md: update the optimal I/O size on reshapeChristoph Hellwig1-2/+8
2022-10-26md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe1-0/+12
2022-10-26md/raid5: Ensure stripe_fill happens on non-read IO with journalLogan Gunthorpe1-1/+1
2022-08-25drivers:md:fix a potential use-after-free bugWentao_Liang1-1/+1
2022-07-07dm raid: fix KASAN warning in raid5_add_disksMikulas Patocka1-0/+1
2022-06-06raid5: introduce MD_BROKENMariusz Tkaczyk1-25/+22
2020-11-05md/raid5: fix oops during stripe resizingSong Liu1-2/+2
2020-08-21md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng1-1/+2
2020-06-22raid5: remove gfp flags from scribble_alloc()Coly Li1-6/+9
2020-01-09raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang1-1/+1
2019-12-17md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery1-2/+2
2019-09-13raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang1-1/+0
2019-09-13raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang1-1/+2
2019-09-13raid5: don't increment read_errors on EILSEQ returnNigel Croxon1-1/+2
2019-09-04md/raid5: use bio_end_sector to calculate last_sectorGuoqing Jiang1-1/+1
2019-08-27raid5 improve too many read errors msg by adding limitsNigel Croxon1-4/+10
2019-08-07md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni1-1/+3
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-1/+0
2019-06-15raid5-cache: Need to do start() part job after adding journal deviceXiao Ni1-2/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner1-9/+1
2019-04-17md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon1-1/+9
2019-04-16Revert "Don't jump to compute_result state from check_result state"Song Liu1-4/+15
2019-04-11md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig1-0/+2
2019-04-11md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig1-0/+4
2019-04-01Don't jump to compute_result state from check_result stateNigel Croxon1-15/+4
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki1-0/+2
2019-03-12raid5: set write hint for PPLMariusz Dabrowski1-0/+1
2019-03-12md: convert to kvmallocKent Overstreet1-48/+39
2019-01-28md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov1-2/+6
2018-09-28raid5: block failing device if raid will be failedMariusz Tkaczyk1-0/+12
2018-09-01md/raid5-cache: disable reshape completelyShaohua Li1-3/+3
2018-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-22/+22
2018-08-02md/raid5: fix data corruption of replacements after originals droppedBingJing Chang1-0/+6
2018-08-02md: Avoid namespace collision with bitmap APIAndy Shevchenko1-22/+22
2018-07-23drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() callAnna-Maria Gleixner1-2/+1
2018-07-19drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner1-3/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-7/+8
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-3/+9
2018-05-31md: convert to bioset_init()/mempool_init()Kent Overstreet1-6/+6
2018-05-17md/raid5: Assigning NULL to sh->batch_head before testing bit R5_Overlap of a...Amy Chiang1-3/+3
2018-05-17raid5: copy write hint from origin bio to stripeMariusz Dabrowski1-0/+6
2018-04-06Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-03-09block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-2/+2
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang1-7/+1