aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers1-2/+2
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+5
2021-08-11block: move some macros to blkdev.hGuoqing Jiang1-1/+0
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+4
2021-08-10dm ima: measure data on table loadTushar Sugandhi1-1/+1
2021-06-04dm: introduce zone append emulationDamien Le Moal1-0/+6
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal1-1/+2
2021-04-19dm: replace dm_vcalloc()Matthew Wilcox (Oracle)1-5/+0
2021-03-22dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki1-1/+14
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka1-0/+5
2021-02-11dm: simplify target code conditional on CONFIG_BLK_DEV_ZONEDMike Snitzer1-2/+14
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala1-0/+11
2020-10-07dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer1-1/+0
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov1-0/+6
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+0
2020-07-23dm integrity: fix integrity recalculation that is improperly skippedMikulas Patocka1-0/+1
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-11/+0
2020-05-20dm: use dynamic debug instead of compile-time config optionHannes Reinecke1-6/+1
2020-05-15dm mpath: pass IO start time to path selectorGabriel Krisman Bertazi1-0/+2
2020-04-02dm,dax: Add dax zero_page_range operationVivek Goyal1-0/+3
2019-11-25Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-3/+0
2019-11-12block: rework zone reportingChristoph Hellwig1-5/+19
2019-11-05dm stripe: use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+0
2019-07-18Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-13/+4
2019-07-17dm: use printk ratelimiting functionsMike Snitzer1-13/+4
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal1-2/+1
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu1-1/+2
2019-03-05dm: add support to directly boot to a mapped deviceHelen Koike1-0/+9
2019-03-05dm: fix to_sector() for 32bitNeilBrown1-1/+1
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer1-6/+0
2018-10-26Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-3/+3
2018-10-25block: add a report_zones methodChristoph Hellwig1-2/+10
2018-10-18dm: add dm_table_device_name()Michał Mirosław1-0/+1
2018-10-11dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer1-3/+2
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams1-2/+3
2018-04-06Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-3/+9
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer1-2/+1
2018-04-03dm: add support for secure erase forwardingDenis Semakin1-0/+6
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer1-1/+2
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-2/+0
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer1-1/+2
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris1-0/+5
2017-12-20dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer1-0/+1
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer1-29/+3
2017-12-13dm: remove unused 'num_write_bios' target interfaceNeilBrown1-15/+0
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-3/+0
2017-08-28dm: constify argument arraysEric Biggers1-2/+2
2017-08-28dm: fix printk() rate limiting codeBart Van Assche1-29/+12
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+6
2017-06-19dm: introduce dm_remap_zone_report()Damien Le Moal1-0/+2