summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
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
2021-10-21dm: add add_disk() error handlingLuis Chamberlain
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-12dm: fix mempool NULL pointer race when completing IOJiazi Li
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-26dm: use fs_dax_get_by_bdev instead of dax_get_by_hostChristoph Hellwig
2021-08-20dm ima: add a warning in dm_init if duplicate ima events are not measuredTushar Sugandhi
2021-08-10dm ima: measure data on table loadTushar Sugandhi
2021-08-09dm: delay registering the gendiskChristoph Hellwig
2021-08-09dm: move setting md->type into dm_setup_md_queueChristoph Hellwig
2021-08-09dm: cleanup cleanup_mapped_deviceChristoph Hellwig
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-04dm: introduce zone append emulationDamien Le Moal
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal
2021-06-04dm: Forbid requeue of writes to zonesDamien Le Moal
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal
2021-06-04dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal