summaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-251-3/+0
|\
| * dm stripe: use struct_size() in kmalloc()Gustavo A. R. Silva2019-11-051-3/+0
* | block: rework zone reportingChristoph Hellwig2019-11-121-5/+19
|/
* Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-181-13/+4
|\
| * dm: use printk ratelimiting functionsMike Snitzer2019-07-171-13/+4
* | block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-111-2/+1
|/
* dm mpath: fix missing call of path selector type->end_ioYufen Yu2019-04-251-1/+2
* dm: add support to directly boot to a mapped deviceHelen Koike2019-03-051-0/+9
* dm: fix to_sector() for 32bitNeilBrown2019-03-051-1/+1
* dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer2019-02-201-6/+0