summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid1-10.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai2024-02-291-0/+20
* md/raid1-10: add a helper raid1_check_read_range()Yu Kuai2024-02-291-0/+49
* md: factor out a helper exceed_read_errors() to check read_errorsLi Nan2023-12-151-0/+54
* md/raid1-10: fix casting from randomized structure in raid1_submit_write()Yu Kuai2023-06-231-1/+1
* md/raid1-10: limit the number of plugged bioYu Kuai2023-06-131-1/+8
* md/raid1-10: don't handle pluged bio by daemon threadYu Kuai2023-06-131-0/+14
* md/raid1-10: submit write io directly if bitmap is not enabledYu Kuai2023-06-131-2/+11
* md/raid1-10: factor out a helper to submit normal writeYu Kuai2023-06-131-0/+17
* md/raid1-10: factor out a helper to add bio to plugYu Kuai2023-06-131-0/+16
* md: raid1: check if adding pages to resync bio failsJohannes Thumshirn2023-06-011-5/+6
* md: raid1/raid10: drop pending_cntMariusz Tkaczyk2022-03-081-0/+5
* md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk2022-01-061-6/+0
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-151-0/+5
* drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza2019-06-151-0/+25
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-211-0/+62
* md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei2017-07-211-0/+19