summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-07md/raid5: split reshape bios before bitmap accountingYu Kuai1-0/+19
2026-08-07md/raid5: wire llbitmap reshape lifecycleYu Kuai1-0/+37
2026-08-07md/raid5: reject llbitmap reshape when md chunk shrinksYu Kuai1-0/+3
2026-08-07md/raid5: add exact old and new llbitmap mapping helpersYu Kuai1-20/+53
2026-08-07md/raid5: round bitmap stripes with sector divisionYu Kuai1-4/+9
2026-08-07md/raid5: reject zero-sector reshape chunksYu Kuai1-0/+5
2026-07-31md: scope memalloc_noio to allocation critical sectionsChen Cheng1-5/+9
2026-07-31md/raid5: complete discard bios while reshape is activeGenjian Zhang1-2/+6
2026-07-30md: remove REQ_NOWAIT support from raid1/10/456Abd-Alrhman Masalkhi1-13/+0
2026-07-30md/raid5: protect lockless recovery_offset accesses during reshapeChen Cheng1-25/+25
2026-07-30md/raid5: fix reshape deadlock while failed devices more than max degradedChen Cheng1-0/+75
2026-07-30md/raid5: fix lockless max_nr_stripes readsChen Cheng1-4/+4
2026-07-30md/raid5: protect bitmap batch counters aka seq_flush/seq_write consistencyChen Cheng1-4/+6
2026-06-25Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-49/+82
2026-06-23md/raid5: avoid R5_Overlap races while breaking stripe batchesChen Cheng1-5/+5
2026-06-23md/raid5: use stripe state snapshot in break_stripe_batch_list()Chen Cheng1-19/+26
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2026-06-21md/raid5: let stripe batch bm_seq comparison wrap-safeChen Cheng1-1/+1
2026-06-21md/raid5: always convert llbitmap bits for discardYu Kuai1-0/+9
2026-06-21md/raid5: validate discard support at request timeYu Kuai1-15/+19
2026-06-21md/raid5: account discard IOYu Kuai1-10/+23
2026-05-31dm-raid: only requeue bios when dm is suspendingBenjamin Marzinski1-2/+5
2026-05-28raid6: improve the public interfaceChristoph Hellwig1-2/+2
2026-04-28md/raid5: Fix UAF on IO across the reshape positionBenjamin Marzinski1-1/+6
2026-04-07md/raid5: fix soft lockup in retry_aligned_read()Chia-Ming Chang1-1/+7
2026-03-23md/raid5: move handle_stripe() comment to correct locationChen Cheng1-14/+12
2026-03-22md/raid5: skip 2-failure compute when other disk is R5_LOCKEDFengWei Shih1-0/+2
2026-03-16md/raid5: set chunk_sectors to enable full stripe I/O splittingYu Kuai1-0/+1
2026-03-09block: remove bdev_nonrot()Damien Le Moal1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-10/+8
2026-01-26md/raid5: fix IO hang with degraded array with llbitmapYu Kuai1-1/+6
2026-01-26md: remove recovery_disabledLi Nan1-9/+1
2026-01-26md: mark rdev Faulty when badblocks setting failsLi Nan1-13/+9
2026-01-26md: factor error handling out of md_done_sync into helperLi Nan1-6/+8
2026-01-26md/raid5: make sure max_sectors is not less than io_optYu Kuai1-10/+28
2026-01-26md/raid5: use mempool to allocate stripe_request_ctxYu Kuai1-22/+39
2026-01-26md: merge mddev serialize_policy into mddev_flagsYu Kuai1-1/+2
2026-01-26md: merge mddev faillast_dev into mddev_flagsYu Kuai1-1/+4
2026-01-26md/raid5: fix raid5_run() to return error when log_init() failsYu Kuai1-1/+2
2025-12-27md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...Tuo Li1-4/+6
2025-11-30md/raid5: fix IO hang when array is broken with IO inflightYu Kuai1-2/+4
2025-11-11md: allow configuring logical block sizeLi Nan1-0/+1
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-27/+47
2025-09-17md: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi1-0/+1
2025-09-10md/raid5: convert to use bio_submit_split_bioset()Yu Kuai1-6/+4
2025-09-10md: fix mssing blktrace bio split eventsYu Kuai1-0/+2
2025-09-06md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVERYu Kuai1-4/+15
2025-09-06md/md-bitmap: add a new method blocks_synced() in bitmap_operationsYu Kuai1-4/+11