aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-core.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itGravatar Mike Snitzer 1-0/+1
2018-12-19dm: don't reuse bio for flushesGravatar Jens Axboe 1-3/+0
2018-12-10dm: remove the pending IO accountingGravatar Mikulas Patocka 1-2/+0
2018-10-11dm: remove legacy request-based IO pathGravatar Jens Axboe 1-10/+0
2018-06-08dm: adjust structure members to improve alignmentGravatar Mike Snitzer 1-19/+19
2018-05-30dm: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-2/+2
2018-01-29dm: various cleanups to md->queue initialization codeGravatar Mike Snitzer 1-2/+0
2017-12-16dm: remove now unused bio-based io_pool and _io_cacheGravatar Mike Snitzer 1-2/+0
2017-12-16dm: improve performance by moving dm_io structure to per-bio-dataGravatar Mike Snitzer 1-0/+1
2017-11-10dm: allocate struct mapped_device with kvzallocGravatar Mikulas Patocka 1-1/+2
2017-09-25dm ioctl: fix alignment of event number in the device listGravatar Mikulas Patocka 1-0/+1
2017-06-19dm: add basic support for using the select or poll functionGravatar Mikulas Patocka 1-0/+3
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeGravatar Bart Van Assche 1-1/+1
2017-04-20dm: add dax_device and dax_operations supportGravatar Dan Williams 1-0/+1
2017-04-08dm: support REQ_OP_WRITE_ZEROESGravatar Christoph Hellwig 1-0/+1
2017-01-27dm: always defer request allocation to the owner of the request_queueGravatar Christoph Hellwig 1-1/+0
2016-06-10dm: move request-based code out to dm-rq.[hc]Gravatar Mike Snitzer 1-0/+149