summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c
Commit message (Expand)AuthorAgeFilesLines
* dm table: add zoned block devices validationDamien Le Moal2017-06-191-0/+162
* Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-031-38/+61
|\
| * dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche2017-04-271-7/+7
| * dm: verify suspend_locking assumptions at runtimeBart Van Assche2017-04-271-0/+4
| * dm: mark targets that pass integrity dataMikulas Patocka2017-04-241-0/+7
| * dm table: replace while loops with for loopsMikulas Patocka2017-04-241-31/+32
| * dm table: add flag to allow target to handle its own integrity metadataMilan Broz2017-03-071-0/+11
* | block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-19/+0
* | dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+30
|/
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+1
* dm table: simplify dm_table_determine_type()Bart Van Assche2016-12-081-13/+8
* dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche2016-12-081-0/+5
* dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer2016-12-081-6/+13
* dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui2016-10-241-15/+9
* dm error: add DAX supportMike Snitzer2016-07-201-1/+2
* dm: add infrastructure for DAX supportToshi Kani2016-07-201-1/+43
* dm mpath: add optional "queue_mode" featureMike Snitzer2016-06-101-22/+45
* dm: move request-based code out to dm-rq.[hc]Mike Snitzer2016-06-101-1/+1
* block: kill off q->flush_flagsJens Axboe2016-04-131-6/+6
* dm: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-4/+4
* dm snapshot: disallow the COW and origin devices from being identicalDingXiang2016-03-101-12/+24
* dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer2016-02-221-3/+3
* dm: optimize dm_mq_queue_rq()Mike Snitzer2016-02-221-0/+10
* dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer2016-02-221-0/+14
* block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-211-41/+47
* block: Replace SG_GAPS with new queue limits maskKeith Busch2015-08-191-13/+0
* block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-8/+0
* Revert "block, dm: don't copy bios for request clones"Mike Snitzer2015-06-261-16/+9
* Revert "dm: do not allocate any mempools for blk-mq request-based DM"Mike Snitzer2015-06-261-2/+2
* dm: do not allocate any mempools for blk-mq request-based DMMike Snitzer2015-05-291-2/+2
* Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer2015-05-291-9/+16
|\
| * block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-221-9/+16
* | dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura2015-05-291-7/+9
|/
* dm table: use bool function return values of true/false not 1/0Joe Perches2015-04-151-10/+10
* dm table: fall back to getting device using name_to_dev_t()Dan Ehrenberg2015-04-151-12/+8
* dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attrMike Snitzer2015-04-151-3/+3
* dm: add full blk-mq support to request-based DMMike Snitzer2015-04-151-3/+8
* dm: remove request-based DM queue's lld_busy_fn hookMike Snitzer2015-03-311-14/+0
* dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queuesKeith Busch2015-02-111-0/+13
* dm table: train hybrid target type detection to select blk-mq if appropriateMike Snitzer2015-02-091-15/+20
* dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer2015-02-091-5/+29
* dm: add presuspend_undo hook to target_typeMike Snitzer2014-11-191-7/+29
* dm: allow active and inactive tables to share dm_devsBenjamin Marzinski2014-10-051-68/+34
* dm table: propagate QUEUE_FLAG_NO_SG_MERGEJeff Moyer2014-08-101-0/+13
* dm table: make dm_table_supports_discards staticMikulas Patocka2014-08-011-36/+37
* dm: remove symbol export for dm_set_device_limitsMike Snitzer2014-06-041-3/+2
* dm table: add dm_table_run_md_queue_asyncMike Snitzer2014-03-271-0/+19
* dm: make dm_table_alloc_md_mempools staticMikulas Patocka2014-03-271-1/+1
* dm table: remove unused buggy code that extends the targets arrayMikulas Patocka2014-01-071-20/+2
* dm table: fail dm_table_create on dm_round_up overflowMikulas Patocka2013-12-101-0/+5