aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-55/+96
2022-09-22md/raid10: convert resync_lock to use seqlockYu Kuai1-29/+58
2022-09-22md/raid10: fix improper BUG_ON() in raise_barrier()Yu Kuai1-1/+1
2022-09-22md/raid10: prevent unnecessary calls to wake_up() in fast pathYu Kuai1-2/+8
2022-09-22md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowaitYu Kuai1-2/+2
2022-09-22md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()Yu Kuai1-22/+28
2022-09-22md/raid10: fix compile warningGuoqing Jiang1-1/+1
2022-08-24md/raid10: Fix the data type of an r10_sync_page_io() argumentBart Van Assche1-7/+6
2022-08-02md-raid10: fix KASAN warningMikulas Patocka1-1/+4
2022-07-14md/raid10: Use the new blk_opf_t typeBart Van Assche1-5/+5
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche1-5/+5
2022-07-14block: remove bdevnameChristoph Hellwig1-1/+1
2022-05-22md: remove most calls to bdevnameChristoph Hellwig1-32/+22
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk1-16/+24
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-16/+2
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig1-1/+1
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-7/+14
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk1-14/+3
2022-02-22scsi: 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-30Merge 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-04Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.14Jens Axboe1-2/+2
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu1-2/+2
2021-06-14md/raid10: enable io accountingGuoqing Jiang1-0/+6
2021-03-24md/raid10: improve discard request for far layoutXiao Ni1-19/+60
2021-03-24md/raid10: improve raid10 discard requestXiao Ni1-1/+262
2021-03-24md/raid10: pull the code that wait for blocked dev into one functionXiao Ni1-51/+69
2021-03-24md/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-24block: store a block_device pointer in struct bioChristoph Hellwig1-6/+6
2020-12-16Merge 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-09Revert "md/raid10: extend r10bio devs to raid disks"Song Liu1-4/+5
2020-12-09Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu1-67/+51
2020-12-09Revert "md/raid10: improve raid10 discard request"Song Liu1-255/+1
2020-12-09Revert "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-24md/raid10: improve discard request for far layoutXiao Ni1-23/+63
2020-09-24md/raid10: improve raid10 discard requestXiao Ni1-1/+255
2020-09-24md/raid10: pull codes that wait for blocked dev into one functionXiao Ni1-51/+67
2020-09-24md/raid10: extend r10bio devs to raid disksXiao Ni1-5/+4