summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2025-01-23md/raid5: fix atomicity violation in raid5_cache_countGui-Dong Han
2024-08-19md/raid5: avoid BUG_ON() while continue reshape after reassemblingYu Kuai
2024-06-16md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...Yu Kuai
2024-01-25Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""Song Liu
2024-01-25Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"Junxiao Bi
2023-06-09md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()Yu Kuai
2022-10-26md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe
2022-10-26md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()David Sloan
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
2022-01-27md: Move alloc/free acct bioset in to personalityXiao Ni
2021-08-28md/raid5: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-14md/raid5: avoid device_lock in read_one_chunk()Gal Ofri
2021-06-14md: Constify attribute_group structsRikard Falkeborn
2021-06-14md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang
2021-06-14md/raid5: move checking badblock before clone bio in raid5_read_one_chunkGuoqing Jiang
2021-06-14md: add io accounting for raid0 and raid5Guoqing Jiang
2021-05-25md/raid5: remove an incorrect assert in in_chunk_boundaryChristoph Hellwig
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-03md/raid5: cast chunk_sectors to sector_t valueGuoqing Jiang
2021-01-27md/raid6: refactor raid5_read_one_chunkChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-10-08md/raid5: fix oops during stripe resizingSong Liu
2020-09-24md/raid5: reallocate page array after setting new stripe_sizeYufen Yu
2020-09-24md/raid5: resize stripe_head when reshape arrayYufen Yu
2020-09-24md/raid5: let multiple devices of stripe_head share pageYufen Yu
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu
2020-09-24md/raid5: convert to new xor compution interfaceYufen Yu
2020-09-24md/raid5: make async_copy_data() to support different page offsetYufen Yu
2020-09-24md/raid5: add a new member of offset into r5devYufen Yu
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig
2020-09-24md: update the optimal I/O size on reshapeChristoph Hellwig
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-27md/raid5: make sure stripe_size as power of twoYufen Yu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-02md/raid5: Allow degraded raid6 to do rmwChangSyun Peng
2020-08-02md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng
2020-08-02raid5: don't duplicate code for different paths in handle_stripeGuoqing Jiang
2020-08-02md/raid5: remove the redundant setting of STRIPE_HANDLEGuoqing Jiang
2020-07-29raid5: Use sequence counter with associated spinlockAhmed S. Darwish