aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-01dm: fix bio polling to handle possibile BLK_STS_AGAINGravatar Ming Lei 1-7/+13
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-15/+0
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-215/+458
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-111/+61
2022-03-21dm: consolidate spinlocks in dm_io structGravatar Mike Snitzer 1-6/+5
2022-03-21dm: switch dm_target_io booleans over to proper flagsGravatar Mike Snitzer 1-12/+19
2022-03-21dm: switch dm_io booleans over to proper flagsGravatar Mike Snitzer 1-12/+18
2022-03-10dm: return void from __send_empty_flushGravatar Mike Snitzer 1-3/+2
2022-03-10dm: factor out dm_io_completeGravatar Mike Snitzer 1-72/+77
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceGravatar Mike Snitzer 1-4/+4
2022-03-10dm: add WARN_ON_ONCE to dm_submit_bio_remapGravatar Mike Snitzer 1-1/+3
2022-03-09dm: support bio pollingGravatar Ming Lei 1-3/+140
2022-02-22scsi: dm: Remove WRITE_SAME supportGravatar Christoph Hellwig 1-15/+0
2022-02-22dm: remove unnecessary local variables in __bindGravatar Mike Snitzer 1-5/+2
2022-02-22dm: requeue IO if mapping table not yet availableGravatar Mike Snitzer 1-8/+3
2022-02-22dm: fix use-after-free in dm_cleanup_zoned_dev()Gravatar Kirill Tkhai 1-1/+1
2022-02-21dm: add dm_submit_bio_remap interfaceGravatar Mike Snitzer 1-20/+107
2022-02-21dm: flag clones created by __send_duplicate_biosGravatar Mike Snitzer 1-20/+28
2022-02-21dm: move duplicate code from callers of alloc_tio into alloc_tioGravatar Mike Snitzer 1-14/+13
2022-02-21dm: record old_sector in dm_target_io before calling map functionGravatar Mike Snitzer 1-3/+4
2022-02-21dm: remove legacy code only needed before submit_bio recursionGravatar Mike Snitzer 1-9/+2
2022-02-21dm: remove unused mapped_device argument from free_tioGravatar Mike Snitzer 1-2/+2
2022-02-21dm: remove impossible BUG_ON in __send_empty_flushGravatar Mike Snitzer 1-1/+0
2022-02-21dm: reduce code duplication in __map_bioGravatar Mike Snitzer 1-12/+6
2022-02-21dm: refactor dm_split_and_process_bio a bitGravatar Mike Snitzer 1-26/+28
2022-02-21dm: fold __clone_and_map_data_bio into __split_and_process_bioGravatar Mike Snitzer 1-22/+8
2022-02-21dm: rename split functionsGravatar Mike Snitzer 1-11/+11
2022-02-21dm: eliminate copying of dm_io fields in dm_io_dec_pendingGravatar Mike Snitzer 1-12/+7
2022-02-21dm stats: fix too short end duration_ns when using precise_timestampsGravatar Mike Snitzer 1-0/+2
2022-02-21dm: fix double accounting of flush with dataGravatar Mike Snitzer 1-14/+33
2022-02-21dm: interlock pending dm_io and dm_wait_for_bios_completionGravatar Mike Snitzer 1-12/+23
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingGravatar Christoph Hellwig 1-1/+1
2022-02-04block: pass a block_device to bio_clone_fastGravatar Christoph Hellwig 1-3/+3
2022-02-04dm: use bio_clone_fast in alloc_io/alloc_tioGravatar Christoph Hellwig 1-9/+3
2022-02-04block: clone crypto and integrity data in __bio_clone_fastGravatar Christoph Hellwig 1-27/+6
2022-02-04dm: simplify the single bio fast path in __send_duplicate_biosGravatar Christoph Hellwig 1-12/+14
2022-02-04dm: retun the clone bio from alloc_tioGravatar Christoph Hellwig 1-20/+19
2022-02-04dm: pass the bio instead of tio to __map_bioGravatar Christoph Hellwig 1-6/+4
2022-02-04dm: move cloning the bio into alloc_tioGravatar Christoph Hellwig 1-12/+10
2022-02-04dm: fold __send_duplicate_bios into __clone_and_map_simple_bioGravatar Christoph Hellwig 1-16/+11
2022-02-04dm: fold clone_bio into __clone_and_map_data_bioGravatar Christoph Hellwig 1-26/+17
2022-02-04dm: add a clone_to_tio helperGravatar Christoph Hellwig 1-19/+15
2022-02-02block: pass a block_device and opf to bio_initGravatar Christoph Hellwig 1-3/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetGravatar Christoph Hellwig 1-2/+3
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepGravatar Christoph Hellwig 1-2/+0
2022-01-28dm: properly fix redundant bio-based IO accountingGravatar Mike Snitzer 1-2/+3
2022-01-28dm: revert partial fix for redundant bio-based IO accountingGravatar Mike Snitzer 1-15/+0
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-77/+12
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsGravatar Christoph Hellwig 1-50/+2
2021-12-18dax: remove the DAXDEV_F_SYNC flagGravatar Christoph Hellwig 1-1/+1