aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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