aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1-10.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-06md/md-bitmap: add md_bitmap_registered/enabled() helperYu Kuai1-1/+1
2025-09-06md/md-bitmap: add a new parameter 'flush' to bitmap_ops->enabledYu Kuai1-1/+1
2025-07-31md: rename recovery_cp to resync_offsetLi Nan1-1/+1
2025-05-30md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAITYu Kuai1-0/+10
2025-03-13Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe1-2/+2
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-1/+1
2025-03-05md: don't export md_cluster_opsYu Kuai1-2/+2
2024-08-27md/md-bitmap: merge md_bitmap_enabled() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge bitmap_unplug() into bitmap_operationsYu Kuai1-1/+1
2024-08-27md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()Yu Kuai1-5/+2
2024-02-29md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai1-0/+20
2024-02-29md/raid1-10: add a helper raid1_check_read_range()Yu Kuai1-0/+49
2023-12-15md: factor out a helper exceed_read_errors() to check read_errorsLi Nan1-0/+54
2023-06-23md/raid1-10: fix casting from randomized structure in raid1_submit_write()Yu Kuai1-1/+1
2023-06-13md/raid1-10: limit the number of plugged bioYu Kuai1-1/+8
2023-06-13md/raid1-10: don't handle pluged bio by daemon threadYu Kuai1-0/+14
2023-06-13md/raid1-10: submit write io directly if bitmap is not enabledYu Kuai1-2/+11
2023-06-13md/raid1-10: factor out a helper to submit normal writeYu Kuai1-0/+17
2023-06-13md/raid1-10: factor out a helper to add bio to plugYu Kuai1-0/+16
2023-06-01md: raid1: check if adding pages to resync bio failsJohannes Thumshirn1-5/+6
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk1-0/+5
2022-01-06md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk1-6/+0
2019-06-15md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza1-0/+5
2019-06-15drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza1-0/+25
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-21md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei1-0/+62
2017-07-21md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei1-0/+19