summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2020-09-29dm: eliminate need for start_io_acct() forward declarationMike Snitzer
2020-09-29dm: simplify __process_abnormal_io()Mike Snitzer
2020-09-29dm: push use of on-stack flush_bio down to __send_empty_flush()Mike Snitzer
2020-09-29dm: optimize max_io_len() by inlining max_io_len_target_boundary()Mike Snitzer
2020-09-29dm: push md->immutable_target optimization down to __process_bio()Mike Snitzer
2020-09-29dm: change max_io_len() to use blk_max_size_offset()Mike Snitzer
2020-09-29dm table: stack 'chunk_sectors' limit to account for target-specific splittingMike Snitzer
2020-09-29Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov
2020-09-25md: don't detour through bd_contains for the gendiskChristoph Hellwig
2020-09-25md: compare bd_disk instead of bd_containsChristoph Hellwig
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig
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
2020-09-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni
2020-09-24md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei
2020-09-24md/raid5: reallocate page array after setting new stripe_sizeYufen Yu
2020-09-24md/raid5: resize stripe_head when reshape arrayYufen Yu
2020-09-24md/raid5: let multiple devices of stripe_head share pageYufen Yu
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu
2020-09-24md/raid5: convert to new xor compution interfaceYufen Yu
2020-09-24md/raid5: make async_copy_data() to support different page offsetYufen Yu
2020-09-24md/raid5: add a new member of offset into r5devYufen Yu
2020-09-24md: only calculate blocksize once and use i_blocksize()Xianting Tian
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig
2020-09-24md: update the optimal I/O size on reshapeChristoph Hellwig
2020-09-24bcache: inherit the optimal I/O sizeChristoph Hellwig
2020-09-21dm: fix comment in dm_process_bio()Mike Snitzer
2020-09-21dm: fix bio splitting and its bio completion order for regular IOMike Snitzer
2020-09-20dm: Call proper helper to determine dax supportJan Kara
2020-09-20dm/dax: Fix table reference countsDan Williams
2020-09-11bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu
2020-09-11md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu
2020-09-10md: use bdev_check_media_changeChristoph Hellwig
2020-09-02dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin
2020-09-02dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-02dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-02block: remove revalidate_disk()Christoph Hellwig
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig
2020-09-01dm integrity: fix error reporting in bitmap mode after creationMikulas Patocka
2020-09-01dm crypt: Initialize crypto wait structuresDamien Le Moal
2020-09-01dm mpath: fix racey management of PG initializationMike Snitzer
2020-09-01dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds