aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h
AgeCommit message (Expand)Author
2019-09-16dm mpath: fix missing call of path selector type->end_ioYufen Yu
2019-03-23dm: fix to_sector() for 32bitNeilBrown
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
2017-04-20dm: add dax_device and dax_operations supportDan Williams
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-03-07dm table: add flag to allow target to handle its own integrity metadataMilan Broz
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig
2016-09-14dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-20dm: add infrastructure for DAX supportToshi Kani
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer
2016-03-10dm snapshot: disallow the COW and origin devices from being identicalDingXiang
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer
2016-02-22dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer
2015-10-31dm: refactor ioctl handlingChristoph Hellwig
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-03-31dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer
2015-02-27dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer
2015-02-09dm: remove exports for request-based interfaces without external callersMike Snitzer