summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* md/raid10: Fix the data type of an r10_sync_page_io() argumentBart Van Assche2022-08-241-7/+6
* md-raid10: fix KASAN warningMikulas Patocka2022-08-021-1/+4
* md/raid10: Use the new blk_opf_t typeBart Van Assche2022-07-141-5/+5
* md/core: Combine two sync_page_io() argumentsBart Van Assche2022-07-141-5/+5
* block: remove bdevnameChristoph Hellwig2022-07-141-1/+1
* md: remove most calls to bdevnameChristoph Hellwig2022-05-221-32/+22
* md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk2022-04-251-16/+24
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-16/+2
* block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-1/+1
* block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-7/+14
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-1/+0
|\
| * scsi: md: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-1/+0
* | md: raid1/raid10: drop pending_cntMariusz Tkaczyk2022-03-081-14/+3
* | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-8/+8
* | block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-5/+3
* | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-4/+2
|/
* md: raid10 add nowait supportVishal Verma2022-01-061-33/+67
* md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk2022-01-061-7/+0
* md: remove unused argument from md_new_eventGuoqing Jiang2021-10-181-1/+1
* Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-4/+10
|\
| * md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discardXiao Ni2021-08-261-4/+10
* | Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2021-08-041-2/+2
|\ \ | |/ |/|
| * md/raid10: properly indicate failure when ending a failed write requestWei Shuyu2021-07-231-2/+2
* | md/raid10: enable io accountingGuoqing Jiang2021-06-141-0/+6
|/
* md/raid10: improve discard request for far layoutXiao Ni2021-03-241-19/+60
* md/raid10: improve raid10 discard requestXiao Ni2021-03-241-1/+262
* md/raid10: pull the code that wait for blocked dev into one functionXiao Ni2021-03-241-51/+69
* md/raid10: extend r10bio devs to raid disksXiao Ni2021-03-241-5/+5
* md/raid10: remove dead code in reshape_requestChristoph Hellwig2021-02-081-4/+0
* md: remove bio_alloc_mddevChristoph Hellwig2021-01-271-1/+1
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-6/+6
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+2
|\
| * md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor2020-11-301-1/+2
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-4/+2
|\ \
| * | block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-4/+2
| |/
* | Revert "md/raid10: extend r10bio devs to raid disks"Song Liu2020-12-091-4/+5
* | Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu2020-12-091-67/+51
* | Revert "md/raid10: improve raid10 discard request"Song Liu2020-12-091-255/+1
* | Revert "md/raid10: improve discard request for far layout"Song Liu2020-12-091-63/+23
|/
* md/raid10: improve discard request for far layoutXiao Ni2020-09-241-23/+63
* md/raid10: improve raid10 discard requestXiao Ni2020-09-241-1/+255
* md/raid10: pull codes that wait for blocked dev into one functionXiao Ni2020-09-241-51/+67
* md/raid10: extend r10bio devs to raid disksXiao Ni2020-09-241-5/+4
* md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei2020-09-241-4/+4
* block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-23/+1
* md: update the optimal I/O size on reshapeChristoph Hellwig2020-09-241-8/+14
* Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-6/+14
|\
| * md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh2020-07-221-3/+11
| * md: raid10: Fix compilation warningDamien Le Moal2020-07-151-2/+2
| * md: fix deadlock causing by sysfs_notifyJunxiao Bi2020-07-141-1/+1