summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-core.h
Commit message (Expand)AuthorAgeFilesLines
* dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-04-041-0/+1
* dm: don't reuse bio for flushesJens Axboe2018-12-191-3/+0Star
* dm: remove the pending IO accountingMikulas Patocka2018-12-101-2/+0Star
* dm: remove legacy request-based IO pathJens Axboe2018-10-111-10/+0Star
* dm: adjust structure members to improve alignmentMike Snitzer2018-06-081-19/+19
* dm: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-2/+2
* dm: various cleanups to md->queue initialization codeMike Snitzer2018-01-291-2/+0Star
* dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer2017-12-171-2/+0Star
* dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer2017-12-171-0/+1
* dm: allocate struct mapped_device with kvzallocMikulas Patocka2017-11-101-1/+2
* dm ioctl: fix alignment of event number in the device listMikulas Patocka2017-09-251-0/+1
* dm: add basic support for using the select or poll functionMikulas Patocka2017-06-191-0/+3
* Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-061-0/+1
|\
| * dm: add dax_device and dax_operations supportDan Williams2017-04-201-0/+1
* | Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-031-1/+1
|\ \
| * | dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche2017-04-271-1/+1
| |/
* / dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+1
|/
* dm: always defer request allocation to the owner of the request_queueChristoph Hellwig2017-01-271-1/+0Star
* dm: move request-based code out to dm-rq.[hc]Mike Snitzer2016-06-101-0/+149