summaryrefslogtreecommitdiff
path: root/drivers/md/raid10.c
AgeCommit message (Expand)AuthorFilesLines
12 daysmd/raid10: fix writes_pending and barrier reference leaks on discard failuresAbd-Alrhman Masalkhi1-0/+5
12 daysmd/raid10: fix writes_pending leak on write request failuresAbd-Alrhman Masalkhi1-8/+15
2026-06-01Merge tag 'md-7.2-20260531' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe1-10/+19
2026-05-31md/raid1,raid10: fix bio accounting for split md cloned biosAbd-Alrhman Masalkhi1-4/+4
2026-05-31md/raid1,raid10: fix error-path detection with md_cloned_bio()Abd-Alrhman Masalkhi1-6/+14
2026-05-31md/raid10: reset read_slot when reusing r10bio for discardChen Cheng1-0/+1
2026-05-27md: propagate BLK_FEAT_PCI_P2PDMA from member devices to RAID deviceKiran Kumar Modukuri1-0/+1
2026-04-28md/raid10: fix divide-by-zero in setup_geo() with zero far_copiesJunrui Luo1-0/+2
2026-03-15md/raid10: fix deadlock with check operation and nowait requestsJosh Hunt1-2/+2
2026-03-09block: remove bdev_nonrot()Damien Le Moal1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-4/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-9/+9
2026-01-26md: remove recovery_disabledLi Nan1-8/+0
2026-01-26md/raid10: cleanup skip handling in raid10_sync_requestLi Nan1-74/+22
2026-01-26md/raid10: fix any_working flag handling in raid10_sync_requestLi Nan1-1/+1
2026-01-26md: mark rdev Faulty when badblocks setting failsLi Nan1-20/+11
2026-01-26md: break remaining operations on badblocks set failure in narrow_write_errorLi Nan1-10/+12
2026-01-26md/raid1,raid10: support narrow_write_error when badblocks is disabledLi Nan1-4/+4
2026-01-26md: factor error handling out of md_done_sync into helperLi Nan1-5/+6
2026-01-26md: merge mddev faillast_dev into mddev_flagsYu Kuai1-2/+2
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-56/+51
2025-09-16md: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi1-0/+1
2025-09-10md/raid10: convert read/write to use bio_submit_split_bioset()Yu Kuai1-29/+13
2025-09-10md/raid10: add a new r10bio flag R10BIO_ReturnedYu Kuai1-3/+5
2025-09-10md: fix mssing blktrace bio split eventsYu Kuai1-0/+8
2025-09-09Merge tag 'md-6.18-20250909' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Jens Axboe1-24/+25
2025-09-09block: add a bio_init_inline helperChristoph Hellwig1-2/+2
2025-09-06md/raid10: check before referencing mddev->bitmap_opsYu Kuai1-7/+13
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before end_sync()Yu Kuai1-5/+3
2025-09-06md/md-bitmap: handle the case bitmap is not enabled before start_sync()Yu Kuai1-9/+6
2025-09-06md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()Yu Kuai1-4/+4
2025-07-30md: rename recovery_cp to resync_offsetLi Nan1-8/+8
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-3/+1
2025-07-22Merge tag 'md-6.17-20250722' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe1-3/+0
2025-07-17md/raid10: set chunk_sectors limitJohn Garry1-0/+1
2025-07-16md/raid10: fix set but not used variable in sync_request_write()John Garry1-3/+0
2025-07-05md/raid1,raid10: strip REQ_NOWAIT from member biosZheng Qixing1-0/+2
2025-07-05raid10: cleanup memleak at raid10_make_requestNigel Croxon1-2/+8
2025-05-30md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAITYu Kuai1-5/+6
2025-05-10md: clean up accounting for issued sync IOYu Kuai1-9/+0
2025-04-06md/raid10: fix missing discard IO accountingYu Kuai1-0/+1
2025-03-27Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-35/+31
2025-03-13Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe1-28/+24
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-4/+4
2025-03-06md: improve return types of badblocks handling functionsZheng Qixing1-3/+3
2025-03-06md/raid10: wait barrier before returning discard request with REQ_NOWAITXiao Ni1-2/+1
2025-03-04md/raid1,raid10: don't ignore IO flagsYu Kuai1-8/+0
2025-03-04md: don't export md_cluster_opsYu Kuai1-9/+9