summaryrefslogtreecommitdiff
path: root/drivers/md/raid10.c
AgeCommit message (Expand)Author
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-22md/raid10: convert resync_lock to use seqlockYu Kuai
2022-09-22md/raid10: fix improper BUG_ON() in raise_barrier()Yu Kuai
2022-09-22md/raid10: prevent unnecessary calls to wake_up() in fast pathYu Kuai
2022-09-22md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowaitYu Kuai
2022-09-22md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()Yu Kuai
2022-09-22md/raid10: fix compile warningGuoqing Jiang
2022-08-24md/raid10: Fix the data type of an r10_sync_page_io() argumentBart Van Assche
2022-08-02md-raid10: fix KASAN warningMikulas Patocka
2022-07-14md/raid10: Use the new blk_opf_t typeBart Van Assche
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-05-22md: remove most calls to bdevnameChristoph Hellwig
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-08md: raid1/raid10: drop pending_cntMariusz Tkaczyk
2022-02-22scsi: md: Remove WRITE_SAME supportChristoph Hellwig
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-01-06md: raid10 add nowait supportVishal Verma
2022-01-06md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk
2021-10-18md: remove unused argument from md_new_eventGuoqing Jiang
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