aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
AgeCommit message (Expand)Author
2024-03-01md/raid10: prevent soft lockup while flush writesYu Kuai
2023-09-19md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk
2023-09-19md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan
2023-09-19md/raid10: factor out dereference_rdev_and_rrdev()Li Nan
2023-07-23md/raid10: fix the condition to call bio_end_io_acct()Li Nan
2023-07-23md/raid10: fix io loss while replacement replace rdevLi Nan
2023-07-23md/raid10: fix null-ptr-deref of mreplace in raid10_sync_requestLi Nan
2023-05-11md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan
2023-05-11md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...Yu Kuai
2023-05-11md/raid10: fix memleak of md threadYu Kuai
2023-05-11md/raid10: fix memleak for 'conf->bio_split'Yu Kuai
2023-05-11md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai
2023-05-11md/raid10: fix task hung in raid10dLi Nan
2023-05-11md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()Yu Kuai
2023-05-11md: raid10 add nowait supportVishal Verma
2023-05-11md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk
2022-08-17md-raid10: fix KASAN warningMikulas Patocka
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-26md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discardXiao Ni
2021-08-04Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu
2021-06-14md/raid10: enable io accountingGuoqing Jiang
2021-03-24md/raid10: improve discard request for far layoutXiao Ni
2021-03-24md/raid10: improve raid10 discard requestXiao Ni
2021-03-24md/raid10: pull the code that wait for blocked dev into one functionXiao Ni
2021-03-24md/raid10: extend r10bio devs to raid disksXiao Ni
2021-02-08md/raid10: remove dead code in reshape_requestChristoph Hellwig
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-09Revert "md/raid10: extend r10bio devs to raid disks"Song Liu
2020-12-09Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu
2020-12-09Revert "md/raid10: improve raid10 discard request"Song Liu
2020-12-09Revert "md/raid10: improve discard request for far layout"Song Liu
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-11-30md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor
2020-09-24md/raid10: improve discard request for far layoutXiao Ni
2020-09-24md/raid10: improve raid10 discard requestXiao Ni
2020-09-24md/raid10: pull codes that wait for blocked dev into one functionXiao Ni
2020-09-24md/raid10: extend r10bio devs to raid disksXiao Ni
2020-09-24md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei
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-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-22md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh
2020-07-15md: raid10: Fix compilation warningDamien Le Moal
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig