summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-5/+5
* dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer2016-08-021-7/+7
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-1/+1
|\
* \ Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-07-261-1126/+115
|\ \
| * | dm: add infrastructure for DAX supportToshi Kani2016-07-201-2/+36
| * | dm: call PR reserve/unreserve on each underlying deviceChristoph Hellwig2016-07-181-15/+65
| * | dm mpath: add optional "queue_mode" featureMike Snitzer2016-06-101-13/+2
| * | dm: move request-based code out to dm-rq.[hc]Mike Snitzer2016-06-101-1097/+13
* | | block: get rid of bio_rw and READAChristoph Hellwig2016-07-201-1/+1
|/ /
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-6/+6
* | block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+1
* | drivers: use req op accessorMike Christie2016-06-071-1/+1
* | dm: use bio op accessorsMike Christie2016-06-071-4/+4
* | dm: pass dm stats data dir instead of bi_rwMike Christie2016-06-071-9/+12
|/
* dm: remove unused mapped_device argument from free_tio()Mike Snitzer2016-05-051-6/+4
* dm: fix dm_target_io leak if clone_bio() returns an errorMikulas Patocka2016-04-111-1/+3
* dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()Bryn M. Reeves2016-03-141-1/+1
* dm: return error if bio_integrity_clone() fails in clone_bio()Mike Snitzer2016-03-101-7/+20
* dm: drop unnecessary assignment of md->queueBob Liu2016-03-101-6/+1
* dm: reorder 'struct mapped_device' members to fix alignment and holesMike Snitzer2016-03-101-16/+18
* dm: remove dummy definition of 'struct dm_table'Mike Snitzer2016-03-101-11/+3
* dm: add 'dm_numa_node' module parameterMike Snitzer2016-03-101-8/+44
* dm: allow immutable request-based targets to use blk-mq pduMike Snitzer2016-02-221-7/+26
* dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer2016-02-221-4/+4
* dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DMMike Snitzer2016-02-221-49/+53
* dm: remove support for stacking dm-mq on .request_fn device(s)Mike Snitzer2016-02-221-39/+16
* dm: fix a couple locking issues with use of block interfacesMike Snitzer2016-02-221-7/+21
* dm: allocate blk_mq_tag_set rather than embed in mapped_deviceMike Snitzer2016-02-221-18/+27
* dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module paramsMike Snitzer2016-02-221-2/+25
* dm: optimize dm_request_fn()Mike Snitzer2016-02-221-30/+17
* dm: optimize dm_mq_queue_rq()Mike Snitzer2016-02-221-22/+18
* dm: cleanup dm_any_congested()Mike Snitzer2016-02-221-9/+8
* dm: remove unused dm_get_rq_mapinfo()Mike Snitzer2016-02-221-8/+0
* dm: fix excessive dm-mq context switchingMike Snitzer2016-02-221-7/+6
* dm: fix sparse "unexpected unlock" warnings in ioctl codeMike Snitzer2016-02-211-27/+29
* dm: do not return target from dm_get_live_table_for_ioctl()Mike Snitzer2016-02-211-20/+13
* dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq pathsMike Snitzer2016-02-211-0/+2
* dm: do not reuse dm_blk_ioctl block_device input as local variableMike Snitzer2015-11-171-2/+3
* dm: fix ioctl retry termination with signalJunichi Nomura2015-11-171-1/+1
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-3/+3
* Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-11-041-27/+182
|\
| * dm: eliminate unused "bioset" process for each bio-based DM deviceMikulas Patocka2015-10-311-2/+6
| * dm: drop NULL test before kmem_cache_destroy() and mempool_destroy()Julia Lawall2015-10-311-9/+4
| * dm: add support for passing through persistent reservationsChristoph Hellwig2015-10-311-0/+123
| * dm: refactor ioctl handlingChristoph Hellwig2015-10-311-13/+42
| * dm: initialize non-blk-mq queue data before queue is usedMikulas Patocka2015-10-291-3/+7
* | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-2/+0
|\ \
| * | md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams2015-10-211-2/+0
| |/
* | dm: fix request-based dm error reportingJunichi Nomura2015-10-061-2/+3
* | dm: fix AB-BA deadlock in __dm_destroy()Junichi Nomura2015-10-011-4/+2
|/