summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-05-17md: update the optimal I/O size on reshapeChristoph Hellwig
2022-10-26md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe
2022-10-26md/raid5: Ensure stripe_fill happens on non-read IO with journalLogan Gunthorpe
2022-08-25drivers:md:fix a potential use-after-free bugWentao_Liang
2022-07-07dm raid: fix KASAN warning in raid5_add_disksMikulas Patocka
2022-06-06raid5: introduce MD_BROKENMariusz Tkaczyk
2020-11-05md/raid5: fix oops during stripe resizingSong Liu
2020-08-21md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng
2020-06-22raid5: remove gfp flags from scribble_alloc()Coly Li
2020-01-09raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang
2019-12-17md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery
2019-09-13raid5: remove STRIPE_OPS_REQ_PENDINGGuoqing Jiang
2019-09-13raid5: don't set STRIPE_HANDLE to stripe which is in batch listGuoqing Jiang
2019-09-13raid5: don't increment read_errors on EILSEQ returnNigel Croxon
2019-09-03md/raid5: use bio_end_sector to calculate last_sectorGuoqing Jiang
2019-08-27raid5 improve too many read errors msg by adding limitsNigel Croxon
2019-08-07md/raid6: Set R5_ReadError when there is read failure on parity diskXiao Ni
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-06-15raid5-cache: Need to do start() part job after adding journal deviceXiao Ni
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner
2019-04-16md/raid: raid5 preserve the writeback action after the parity checkNigel Croxon
2019-04-16Revert "Don't jump to compute_result state from check_result state"Song Liu
2019-04-10md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig
2019-04-10md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig
2019-04-01Don't jump to compute_result state from check_result stateNigel Croxon
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki
2019-03-12raid5: set write hint for PPLMariusz Dabrowski
2019-03-12md: convert to kvmallocKent Overstreet
2019-01-28md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov
2018-09-28raid5: block failing device if raid will be failedMariusz Tkaczyk
2018-08-31md/raid5-cache: disable reshape completelyShaohua Li
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-08-02md/raid5: fix data corruption of replacements after originals droppedBingJing Chang
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-07-23drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() callAnna-Maria Gleixner
2018-07-18drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-17md/raid5: Assigning NULL to sh->batch_head before testing bit R5_Overlap of a...Amy Chiang
2018-05-17raid5: copy write hint from origin bio to stripeMariusz Dabrowski
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang
2018-02-21md: raid5: avoid string overflow warningArnd Bergmann
2018-02-17md/raid5: simplify uninitialization of shrinkerAliaksei Karaliou
2018-01-15raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak
2017-12-11md: introduce new personality funciton start()Song Liu