summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)AuthorFilesLines
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: 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 Snitzer1-0/+2
2022-02-21dm: fix double accounting of flush with dataMike Snitzer1-14/+33
2022-02-21dm: interlock pending dm_io and dm_wait_for_bios_completionMike Snitzer1-12/+23
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-3/+3
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 Hellwig1-27/+6
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-02block: pass a block_device and opf to bio_initChristoph Hellwig1-3/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-2/+3
2022-02-02dm: bio_alloc can't fail if it is allowed to sleepChristoph Hellwig1-2/+0
2022-01-28dm: properly fix redundant bio-based IO accountingMike Snitzer1-2/+3
2022-01-28dm: revert partial fix for redundant bio-based IO accountingMike Snitzer1-15/+0
2022-01-13Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-77/+12
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-50/+2
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-1/+1
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-2/+2
2021-12-04dax: remove dax_capableChristoph Hellwig1-21/+0
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-2/+4
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig1-1/+1
2021-12-04dm: fix alloc_dax error handling in alloc_devChristoph Hellwig1-1/+3
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-0/+1
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+0
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-11-02dm: don't stop request queue after the dm device is suspendedMing Lei1-10/+0
2021-11-01dm: make workqueue names device-specificMichał Mirosław1-1/+1
2021-11-01dm: add add_disk() error handlingLuis Chamberlain1-1/+3
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers1-4/+4
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers1-1/+1
2021-10-21dm: add add_disk() error handlingLuis Chamberlain1-1/+3
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-18/+10
2021-10-12dm: fix mempool NULL pointer race when completing IOJiazi Li1-7/+10
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-08-27dm: use fs_dax_get_by_bdev instead of dax_get_by_hostChristoph Hellwig1-1/+1
2021-08-20dm ima: add a warning in dm_init if duplicate ima events are not measuredTushar Sugandhi1-3/+6
2021-08-10dm ima: measure data on table loadTushar Sugandhi1-0/+3
2021-08-09dm: delay registering the gendiskChristoph Hellwig1-12/+11
2021-08-09dm: move setting md->type into dm_setup_md_queueChristoph Hellwig1-2/+3
2021-08-09dm: cleanup cleanup_mapped_deviceChristoph Hellwig1-5/+1
2021-07-01Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-153/+55