summaryrefslogtreecommitdiff
path: root/drivers/md/raid10.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23md: remove most calls to bdevnameChristoph Hellwig1-32/+22
2022-04-26md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk1-16/+24
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-16/+2
2022-04-18block: add a bdev_nonrot helperChristoph Hellwig1-1/+1
2022-04-18block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-7/+14
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-03-09md: raid1/raid10: drop pending_cntMariusz Tkaczyk1-14/+3
2022-02-23scsi: md: Remove WRITE_SAME supportChristoph Hellwig1-1/+0
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-8/+8
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-5/+3
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-4/+2
2022-01-06md: raid10 add nowait supportVishal Verma1-33/+67
2022-01-06md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk1-7/+0
2021-10-18md: remove unused argument from md_new_eventGuoqing Jiang1-1/+1
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
2019-10-25md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery1-3/+2
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang1-3/+3