aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h
AgeCommit message (Expand)Author
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
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer
2018-10-26Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-25block: add a report_zones methodChristoph Hellwig
2018-10-18dm: add dm_table_device_name()Michał Mirosław
2018-10-11dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams
2018-04-06Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer
2018-04-03dm: add support for secure erase forwardingDenis Semakin
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris
2017-12-20dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer
2017-12-13dm: remove unused 'num_write_bios' target interfaceNeilBrown
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-08-28dm: constify argument arraysEric Biggers
2017-08-28dm: fix printk() rate limiting codeBart Van Assche
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-19dm: introduce dm_remap_zone_report()Damien Le Moal
2017-06-19dm table: add zoned block devices validationDamien Le Moal
2017-06-19dm: convert DM printk macros to pr_<level> macrosJoe Perches
2017-06-15dm: add ->flush() dax operation supportDan Williams
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig
2017-05-01dm rq: change ->rq_end_io calling conventionsChristoph Hellwig
2017-05-01Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka