summaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h
Commit message (Expand)AuthorAgeFilesLines
* dm: Remove unused declaration dm_get_rq_mapinfo()Yue Haibing2024-08-211-1/+0
* Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-191-12/+26
|\
| * dm: introduce the target flag mempool_needs_integrityMikulas Patocka2024-07-121-0/+6
| * dm: factor out helper function from dm_get_deviceBenjamin Marzinski2024-07-101-0/+5
| * dm: Remove max_secure_erase_granularityDamien Le Moal2024-07-101-6/+0
| * dm: Remove max_write_zeroes_granularityDamien Le Moal2024-07-101-6/+0
| * dm: optimize flushesMikulas Patocka2024-06-261-0/+15
* | dm: handle REQ_OP_ZONE_RESET_ALLDamien Le Moal2024-07-051-0/+7
|/
* md: port block device access to fileChristian Brauner2024-02-251-1/+1
* dm: Convert to bdev_open_by_dev()Jan Kara2023-10-281-0/+1
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-4/+4
* dm: remove dm_get_dev_tChristoph Hellwig2023-06-051-2/+0
* dm: unexport dm_get_queue_limits()Mike Snitzer2023-04-141-2/+0
* dm: allow targets to require splitting WRITE_ZEROES and SECURE_ERASEMike Snitzer2023-04-141-2/+14
* dm: add helper macro for simple DM target module init and exitYangtao Li2023-04-111-0/+20
* dm: split discards further if target sets max_discard_granularityMike Snitzer2023-03-301-0/+6
* dm: correct block comments format.Heinz Mauelshagen2023-02-141-6/+12
* dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen2023-02-141-2/+1
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-19/+19
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer2022-07-281-0/+6
* dm table: remove dm_table_get_num_targets() wrapperMike Snitzer2022-07-071-1/+0
* dax: add .recovery_write dax_operationJane Chu2022-05-161-0/+9
* dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-161-1/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-6/+0
|\
| * scsi: dm: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-6/+0
* | dm: simplify dm_sumbit_bio_remap interfaceMike Snitzer2022-03-101-1/+1
* | dm: cleanup double word in commentTom Rix2022-02-221-1/+1
* | dm: add dm_submit_bio_remap interfaceMike Snitzer2022-02-211-0/+7
|/
* dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-4/+0
* blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-211-2/+2
* Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-311-1/+5
|\
| * dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-101-0/+4
| * dm ima: measure data on table loadTushar Sugandhi2021-08-101-1/+1
* | block: move some macros to blkdev.hGuoqing Jiang2021-08-111-1/+0
|/
* dm: introduce zone append emulationDamien Le Moal2021-06-041-0/+6
* dm: Introduce dm_report_zones()Damien Le Moal2021-06-041-1/+2
* dm: replace dm_vcalloc()Matthew Wilcox (Oracle)2021-04-191-5/+0
* dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki2021-03-221-1/+14
* dm: fix deadlock when swapping to encrypted deviceMikulas Patocka2021-02-111-0/+5
* dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer2021-02-111-2/+14
* dm: add support for passing through inline crypto supportSatya Tangirala2021-02-111-0/+11
* dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer2020-10-071-1/+0
* dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov2020-09-251-0/+6
* Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-11/+0
|\
| * writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-11/+0
* | dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka2020-07-231-0/+1
|/
* dm: use dynamic debug instead of compile-time config optionHannes Reinecke2020-05-201-6/+1
* dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi2020-05-151-0/+2
* dm,dax: Add dax zero_page_range operationVivek Goyal2020-04-021-0/+3