aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-10dm ima: measure data on table loadTushar Sugandhi1-0/+5
2021-06-04dm: introduce zone append emulationDamien Le Moal1-0/+13
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal1-0/+52
2021-02-11dm: fix deadlock when swapping to encrypted deviceMikulas Patocka1-0/+4
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala1-0/+5
2020-12-01dm: remove the block_device reference in struct mapped_deviceChristoph Hellwig1-2/+0
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-5/+0
2020-09-29dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer1-2/+54
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer1-0/+1
2018-12-19dm: don't reuse bio for flushesJens Axboe1-3/+0
2018-12-10dm: remove the pending IO accountingMikulas Patocka1-2/+0
2018-10-11dm: remove legacy request-based IO pathJens Axboe1-10/+0
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer1-19/+19
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet1-2/+2
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer1-2/+0
2017-12-16dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer1-2/+0
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer1-0/+1
2017-11-10dm: allocate struct mapped_device with kvzallocMikulas Patocka1-1/+2
2017-09-25dm ioctl: fix alignment of event number in the device listMikulas Patocka1-0/+1
2017-06-19dm: add basic support for using the select or poll functionMikulas Patocka1-0/+3
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+1
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche1-1/+1
2017-04-20dm: add dax_device and dax_operations supportDan Williams1-0/+1
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+1
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig1-1/+0
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer1-0/+149