summaryrefslogtreecommitdiff
path: root/include/linux/device-mapper.h
AgeCommit message (Expand)Author
2023-10-28dm: Convert to bdev_open_by_dev()Jan Kara
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-05dm: remove dm_get_dev_tChristoph Hellwig
2023-04-14dm: unexport dm_get_queue_limits()Mike Snitzer
2023-04-14dm: allow targets to require splitting WRITE_ZEROES and SECURE_ERASEMike Snitzer
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li
2023-03-30dm: split discards further if target sets max_discard_granularityMike Snitzer
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2022-07-28dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer
2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer
2022-05-16dax: add .recovery_write dax_operationJane Chu
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-10dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig
2022-02-22dm: cleanup double word in commentTom Rix
2022-02-21dm: add dm_submit_bio_remap interfaceMike Snitzer
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-11block: move some macros to blkdev.hGuoqing Jiang
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-08-10dm ima: measure data on table loadTushar Sugandhi
2021-06-04dm: introduce zone append emulationDamien Le Moal
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal
2021-04-19dm: replace dm_vcalloc()Matthew Wilcox (Oracle)
2021-03-22dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka
2021-02-11dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala
2020-10-07dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-23dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-05-20dm: use dynamic debug instead of compile-time config optionHannes Reinecke
2020-05-15dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi
2020-04-02dm,dax: Add dax zero_page_range operationVivek Goyal
2019-11-25Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-12block: rework zone reportingChristoph Hellwig
2019-11-05dm stripe: use struct_size() in kmalloc()Gustavo A. R. Silva
2019-07-18Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-07-17dm: use printk ratelimiting functionsMike Snitzer
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu
2019-03-05dm: add support to directly boot to a mapped deviceHelen Koike
2019-03-05dm: fix to_sector() for 32bitNeilBrown