summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
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-12Merge 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-26dm: 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-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-153/+55
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+7
2021-06-18sched: Change task_struct::statePeter Zijlstra1-3/+3
2021-06-04dm: introduce zone append emulationDamien Le Moal1-15/+23
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal1-52/+7
2021-06-04dm: Forbid requeue of writes to zonesDamien Le Moal1-6/+19
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal1-78/+0
2021-06-04dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal1-2/+6
2021-06-01dm: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-9/+7
2021-03-26dm: unexport dm_{get,put}_table_deviceChristoph Hellwig1-2/+0
2021-03-26dm: remove useless loop in __split_and_process_bioMikulas Patocka1-32/+29
2021-03-22dm: don't report "detected capacity change" on device creationMikulas Patocka1-1/+4
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka1-0/+60
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala1-1/+17
2021-02-09dm table: fix DAX iterate_devices based device capability checksJeffle Xu1-1/+1
2021-02-03dm: cleanup of front padding calculationJeffle Xu1-6/+10
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-7/+7
2021-01-08dm: eliminate potential source of excessive kernel log noiseMike Snitzer1-1/+1
2020-12-22Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-40/+18