summaryrefslogtreecommitdiff
path: root/include/linux/device-mapper.h
AgeCommit message (Expand)Author
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
2014-11-19dm: add presuspend_undo hook to target_typeMike Snitzer
2014-06-04dm: remove symbol export for dm_set_device_limitsMike Snitzer
2014-06-03dm: introduce dm_accept_partial_bioMikulas Patocka
2014-03-27dm table: add dm_table_run_md_queue_asyncMike Snitzer
2014-03-27dm: remove dm_get_mapinfoMikulas Patocka
2013-09-20dm mpath: disable WRITE SAME if it failsMike Snitzer
2013-09-05dm: add statistics supportMikulas Patocka
2013-07-10dm: optimize use SRCU and RCUMikulas Patocka