aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-19dm table: add zoned block devices validationDamien Le Moal1-0/+6
2017-06-19dm: convert DM printk macros to pr_<level> macrosJoe Perches1-39/+32
2017-06-15dm: add ->flush() dax operation supportDan Williams1-0/+3
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams1-0/+3
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig1-1/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+5
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig1-0/+1
2017-05-01dm rq: change ->rq_end_io calling conventionsChristoph Hellwig1-0/+1
2017-05-01Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer1-6/+20
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche1-6/+8
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams1-3/+4
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka1-0/+6
2017-04-20dm: add dax_device and dax_operations supportDan Williams1-0/+1
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-5/+0
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+6
2017-03-07dm table: add flag to allow target to handle its own integrity metadataMilan Broz1-0/+6
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig1-3/+0
2016-09-14dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requestsMike Snitzer1-0/+1
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2016-07-20dm: add infrastructure for DAX supportToshi Kani1-0/+10
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer1-0/+16
2016-03-10dm snapshot: disallow the COW and origin devices from being identicalDingXiang1-0/+2
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer1-3/+3
2016-02-22dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer1-0/+7
2015-10-31dm: refactor ioctl handlingChristoph Hellwig1-3/+3
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-4/+0
2015-03-31dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer1-5/+0
2015-02-27dm snapshot: suspend merging snapshot when doing exception handoverMikulas Patocka1-0/+1
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer1-0/+7
2015-02-09dm: remove exports for request-based interfaces without external callersMike Snitzer1-3/+0
2014-11-19dm: add presuspend_undo hook to target_typeMike Snitzer1-0/+2
2014-06-04dm: remove symbol export for dm_set_device_limitsMike Snitzer1-7/+1
2014-06-03dm: introduce dm_accept_partial_bioMikulas Patocka1-0/+2
2014-03-27dm table: add dm_table_run_md_queue_asyncMike Snitzer1-0/+5
2014-03-27dm: remove dm_get_mapinfoMikulas Patocka1-3/+0
2013-09-20dm mpath: disable WRITE SAME if it failsMike Snitzer1-1/+2
2013-09-05dm: add statistics supportMikulas Patocka1-0/+9
2013-07-10dm: optimize use SRCU and RCUMikulas Patocka1-3/+3
2013-05-10dm: document iterate_devicesAlasdair G Kergon1-0/+15
2013-03-01dm: add target num_write_bios fnAlasdair G Kergon1-0/+15
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-15/+15
2013-03-01dm: fix truncated status stringsMikulas Patocka1-2/+2
2012-12-21dm: remove map_infoMikulas Patocka1-4/+2
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka1-4/+10
2012-12-21dm: introduce per_bio_dataMikulas Patocka1-0/+30
2012-12-21dm: prepare to support WRITE SAMEMike Snitzer1-0/+5
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon1-1/+1
2012-07-27dm: use bool bitfields in struct dm_targetAlasdair G Kergon1-3/+3