summaryrefslogtreecommitdiff
path: root/drivers/md/raid10.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-19md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk1-16/+24
2023-09-19md/raid10: use dereference_rdev_and_rrdev() to get devicesLi Nan1-8/+5
2023-09-19md/raid10: factor out dereference_rdev_and_rrdev()Li Nan1-9/+20
2023-07-23md/raid10: fix the condition to call bio_end_io_acct()Li Nan1-1/+1
2023-07-23md/raid10: fix io loss while replacement replace rdevLi Nan1-4/+18
2023-07-23md/raid10: fix null-ptr-deref of mreplace in raid10_sync_requestLi Nan1-9/+5
2023-05-11md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan1-4/+4
2023-05-11md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...Yu Kuai1-1/+3
2023-05-11md/raid10: fix memleak of md threadYu Kuai1-3/+3
2023-05-11md/raid10: fix memleak for 'conf->bio_split'Yu Kuai1-20/+17
2023-05-11md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai1-10/+13
2023-05-11md/raid10: fix task hung in raid10dLi Nan1-5/+13
2023-05-11md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()Yu Kuai1-22/+28
2023-05-11md: raid10 add nowait supportVishal Verma1-33/+67
2023-05-11md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk1-7/+0
2022-08-17md-raid10: fix KASAN warningMikulas Patocka1-1/+4
2021-08-31Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+10
2021-08-26md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discardXiao Ni1-4/+10
2021-08-05Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe1-2/+2
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu1-2/+2
2021-06-15md/raid10: enable io accountingGuoqing Jiang1-0/+6
2021-03-25md/raid10: improve discard request for far layoutXiao Ni1-19/+60
2021-03-25md/raid10: improve raid10 discard requestXiao Ni1-1/+262
2021-03-25md/raid10: pull the code that wait for blocked dev into one functionXiao Ni1-51/+69
2021-03-25md/raid10: extend r10bio devs to raid disksXiao Ni1-5/+5
2021-02-08md/raid10: remove dead code in reshape_requestChristoph Hellwig1-4/+0
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig1-1/+1
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-6/+6
2020-12-17Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2020-12-10Revert "md/raid10: extend r10bio devs to raid disks"Song Liu1-4/+5
2020-12-10Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu1-67/+51
2020-12-10Revert "md/raid10: improve raid10 discard request"Song Liu1-255/+1
2020-12-10Revert "md/raid10: improve discard request for far layout"Song Liu1-63/+23
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig1-4/+2
2020-11-30md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor1-1/+2
2020-09-25md/raid10: improve discard request for far layoutXiao Ni1-23/+63
2020-09-25md/raid10: improve raid10 discard requestXiao Ni1-1/+255
2020-09-25md/raid10: pull codes that wait for blocked dev into one functionXiao Ni1-51/+67
2020-09-25md/raid10: extend r10bio devs to raid disksXiao Ni1-5/+4
2020-09-25md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei1-4/+4
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-23/+1
2020-09-24md: update the optimal I/O size on reshapeChristoph Hellwig1-8/+14
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+14
2020-07-22md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh1-3/+11
2020-07-16md: raid10: Fix compilation warningDamien Le Moal1-2/+2
2020-07-15md: fix deadlock causing by sysfs_notifyJunxiao Bi1-1/+1
2020-07-09writeback: remove bdi->congested_fnChristoph Hellwig1-26/+0
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-14/+14
2019-11-12md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman1-1/+1