summaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-3/+3
|\
| * dm: add dm_table_device_name()Michał Mirosław2018-10-181-0/+1
| * dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer2018-10-111-3/+2
* | block: add a report_zones methodChristoph Hellwig2018-10-251-2/+10
|/
* dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-221-2/+3
* Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-061-3/+9
|\
| * dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer2018-04-041-2/+1
| * dm: add support for secure erase forwardingDenis Semakin2018-04-031-0/+6
| * dm: allow targets to return output from messages they are sentMike Snitzer2018-04-031-1/+2
* | block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-2/+0
|/