summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
2022-02-22dm: remove unnecessary local variables in __bindMike Snitzer
2022-02-22dm: requeue IO if mapping table not yet availableMike Snitzer
2022-02-22dm: fix use-after-free in dm_cleanup_zoned_dev()Kirill Tkhai
2022-02-21dm: add dm_submit_bio_remap interfaceMike Snitzer
2022-02-21dm: flag clones created by __send_duplicate_biosMike Snitzer
2022-02-21dm: move duplicate code from callers of alloc_tio into alloc_tioMike Snitzer
2022-02-21dm: record old_sector in dm_target_io before calling map functionMike Snitzer
2022-02-21dm: remove legacy code only needed before submit_bio recursionMike Snitzer
2022-02-21dm: remove unused mapped_device argument from free_tioMike Snitzer
2022-02-21dm: remove impossible BUG_ON in __send_empty_flushMike Snitzer
2022-02-21dm: reduce code duplication in __map_bioMike Snitzer
2022-02-21dm: refactor dm_split_and_process_bio a bitMike Snitzer
2022-02-21dm: fold __clone_and_map_data_bio into __split_and_process_bioMike Snitzer
2022-02-21dm: rename split functionsMike Snitzer
2022-02-21dm: eliminate copying of dm_io fields in dm_io_dec_pendingMike Snitzer
2022-02-21dm stats: fix too short end duration_ns when using precise_timestampsMike Snitzer
2022-02-21dm: fix double accounting of flush with dataMike Snitzer
2022-02-21dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-04dm: use bio_clone_fast in alloc_io/alloc_tioChristoph Hellwig
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig
2022-02-04dm: simplify the single bio fast path in __send_duplicate_biosChristoph Hellwig
2022-02-04dm: retun the clone bio from alloc_tioChristoph Hellwig
2022-02-04dm: pass the bio instead of tio to __map_bioChristoph Hellwig
2022-02-04dm: move cloning the bio into alloc_tioChristoph Hellwig
2022-02-04dm: fold __send_duplicate_bios into __clone_and_map_simple_bioChristoph Hellwig
2022-02-04dm: fold clone_bio into __clone_and_map_data_bioChristoph Hellwig
2022-02-04dm: add a clone_to_tio helperChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig
2022-01-28dm: properly fix redundant bio-based IO accountingMike Snitzer
2022-01-28dm: revert partial fix for redundant bio-based IO accountingMike Snitzer
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig
2021-12-04dm: fix alloc_dax error handling in alloc_devChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-02dm: don't stop request queue after the dm device is suspendedMing Lei
2021-11-01dm: make workqueue names device-specificMichał Mirosław
2021-11-01dm: add add_disk() error handlingLuis Chamberlain
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers