summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "block, dm: don't copy bios for request clones"Mike Snitzer2015-06-261-16/+9Star
* 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/+8Star
* 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/+0Star
* 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-061-68/+34Star
* dm table: propagate QUEUE_FLAG_NO_SG_MERGEJeff Moyer2014-08-111-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/+2Star
* 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/+2Star
* dm table: fail dm_table_create on dm_round_up overflowMikulas Patocka2013-12-101-0/+5
* dm table: print error on preresume failureMike Snitzer2013-11-101-1/+4
* dm: allocate buffer for messages with small number of arguments using GFP_NOIOMikulas Patocka2013-10-311-2/+16
* dm ioctl: increase granularity of type_lock when loading tableMike Snitzer2013-09-061-2/+0Star
* dm: allow error target to replace bio-based and request-based targetsMike Snitzer2013-09-061-2/+20
* dm: optimize use SRCU and RCUMikulas Patocka2013-07-111-35/+0Star
* dm table: fix write same supportMike Snitzer2013-05-101-1/+1
* dm: rename request variables to biosAlasdair G Kergon2013-03-011-5/+5
* dm table: remove superfluous variable resetWang Sheng-Hui2013-03-011-1/+0Star
* dm: introduce per_bio_dataMikulas Patocka2012-12-211-1/+10
* dm: prepare to support WRITE SAMEMike Snitzer2012-12-211-1/+29
* dm: disable WRITE SAMEMike Snitzer2012-12-211-0/+2
* dm: retain table limits when swapping to new table with no devicesMike Snitzer2012-09-271-0/+35
* dm table: clear add_random unless all devices have it setMilan Broz2012-09-271-4/+22
* dm: allow targets to request flushes regardless of underlying device supportJoe Thornber2012-07-271-0/+3
* dm: reject trailing characters in sccanf inputMikulas Patocka2012-03-281-2/+4
* dm table: simplify call to free_devicesHannes Reinecke2012-03-281-2/+1Star
* block: Introduce blk_set_stacking_limits functionMartin K. Petersen2012-01-111-3/+3
* dm table: add immutable featureAlasdair G Kergon2011-10-311-0/+21
* dm table: add always writeable featureAlasdair G Kergon2011-10-311-0/+6
* dm table: add singleton featureAlasdair G Kergon2011-10-311-0/+16
* dm table: propagate non rotational flagMandeep Singh Baines2011-10-311-0/+30
* dm crypt: always disable discard_zeroes_dataMilan Broz2011-09-261-0/+19
* dm table: avoid crash if integrity profile changesMike Snitzer2011-09-261-6/+7
* dm table: set flush capability based on underlying devicesMike Snitzer2011-08-021-0/+43
* dm table: share target argument parsing functionsMike Snitzer2011-08-021-0/+57
* dm: ignore merge_bvec for snapshots when safeMikulas Patocka2011-08-021-2/+1Star
* dm table: clean dm_get_device and move exportsMike Snitzer2011-08-021-20/+13Star