summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2022-02-22dm crypt: fix get_key_size compiler warning if !CONFIG_KEYSAashish Sharma1-1/+1
2022-02-22dm: fix use-after-free in dm_cleanup_zoned_dev()Kirill Tkhai1-1/+1
2022-02-22dm ioctl: prevent potential spectre v1 gadgetJordy Zomer1-0/+2
2022-02-22dm ima: fix wrong length calculation for no_data stringThore Sommer1-3/+3
2022-02-22dm cache policy smq: make static read-only array table constColin Ian King1-1/+3
2022-02-21dm delay: use dm_submit_bio_remapMike Snitzer1-2/+3
2022-02-21dm crypt: use dm_submit_bio_remapMike Snitzer1-5/+8
2022-02-21dm: add dm_submit_bio_remap interfaceMike Snitzer2-20/+109
2022-02-21dm: flag clones created by __send_duplicate_biosMike Snitzer2-21/+30
2022-02-21dm: reduce dm_io and dm_target_io struct sizesMike Snitzer1-3/+3
2022-02-21dm: move duplicate code from callers of alloc_tio into alloc_tioMike Snitzer1-14/+13
2022-02-21dm: record old_sector in dm_target_io before calling map functionMike Snitzer2-3/+5
2022-02-21dm: remove legacy code only needed before submit_bio recursionMike Snitzer1-9/+2
2022-02-21dm: remove unused mapped_device argument from free_tioMike Snitzer1-2/+2
2022-02-21dm: remove impossible BUG_ON in __send_empty_flushMike Snitzer1-1/+0
2022-02-21dm: reduce code duplication in __map_bioMike Snitzer1-12/+6
2022-02-21dm: refactor dm_split_and_process_bio a bitMike Snitzer1-26/+28
2022-02-21dm: fold __clone_and_map_data_bio into __split_and_process_bioMike Snitzer1-22/+8
2022-02-21dm: rename split functionsMike Snitzer1-11/+11
2022-02-21dm: reorder members in mapped_device structMike Snitzer1-19/+19
2022-02-21dm: eliminate copying of dm_io fields in dm_io_dec_pendingMike Snitzer1-12/+7
2022-02-21dm stats: fix too short end duration_ns when using precise_timestampsMike Snitzer3-5/+34
2022-02-21dm: fix double accounting of flush with dataMike Snitzer3-17/+38
2022-02-21dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer2-12/+25
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2022-02-16dm: remove dm_dispatch_clone_requestChristoph Hellwig1-13/+9
2022-02-16dm: remove useless code from dm_dispatch_clone_requestChristoph Hellwig1-4/+0
2022-02-16blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig1-1/+1
2022-02-16blk-mq: make the blk-mq stacking code optionalChristoph Hellwig1-0/+1
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig11-48/+47
2022-02-04block: initialize the target bio in __bio_clone_fastChristoph Hellwig2-2/+0
2022-02-04dm: use bio_clone_fast in alloc_io/alloc_tioChristoph Hellwig1-9/+3
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig3-29/+8
2022-02-04dm-cache: remove __remap_to_origin_clear_discardChristoph Hellwig1-16/+8
2022-02-04dm: simplify the single bio fast path in __send_duplicate_biosChristoph Hellwig1-12/+14
2022-02-04dm: retun the clone bio from alloc_tioChristoph Hellwig1-20/+19
2022-02-04dm: pass the bio instead of tio to __map_bioChristoph Hellwig1-6/+4
2022-02-04dm: move cloning the bio into alloc_tioChristoph Hellwig1-12/+10
2022-02-04dm: fold __send_duplicate_bios into __clone_and_map_simple_bioChristoph Hellwig1-16/+11
2022-02-04dm: fold clone_bio into __clone_and_map_data_bioChristoph Hellwig1-26/+17
2022-02-04dm: add a clone_to_tio helperChristoph Hellwig1-19/+15
2022-02-02md: fix NULL pointer deref with nowait but no mddev->queueSong Liu1-4/+4
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig6-28/+18
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig12-27/+21
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig3-27/+18
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig10-41/+37
2022-02-02dm-thin: use blkdev_issue_flush instead of open coding itChristoph Hellwig1-10/+1
2022-02-02dm-snap: use blkdev_issue_flush instead of open coding itChristoph Hellwig1-20/+1
2022-02-02dm-crypt: remove clone_initChristoph Hellwig1-13/+8
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig5-51/+10