aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queuesKeith Busch1-0/+13
2015-02-09dm table: train hybrid target type detection to select blk-mq if appropriateMike Snitzer1-15/+20
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer1-5/+29
2014-11-19dm: add presuspend_undo hook to target_typeMike Snitzer1-7/+29
2014-10-05dm: allow active and inactive tables to share dm_devsBenjamin Marzinski1-68/+34
2014-08-10dm table: propagate QUEUE_FLAG_NO_SG_MERGEJeff Moyer1-0/+13
2014-08-01dm table: make dm_table_supports_discards staticMikulas Patocka1-36/+37
2014-06-04dm: remove symbol export for dm_set_device_limitsMike Snitzer1-3/+2
2014-03-27dm table: add dm_table_run_md_queue_asyncMike Snitzer1-0/+19
2014-03-27dm: make dm_table_alloc_md_mempools staticMikulas Patocka1-1/+1
2014-01-07dm table: remove unused buggy code that extends the targets arrayMikulas Patocka1-20/+2
2013-12-10dm table: fail dm_table_create on dm_round_up overflowMikulas Patocka1-0/+5
2013-11-09dm table: print error on preresume failureMike Snitzer1-1/+4
2013-10-31dm: allocate buffer for messages with small number of arguments using GFP_NOIOMikulas Patocka1-2/+16
2013-09-05dm ioctl: increase granularity of type_lock when loading tableMike Snitzer1-2/+0
2013-09-05dm: allow error target to replace bio-based and request-based targetsMike Snitzer1-2/+20
2013-07-10dm: optimize use SRCU and RCUMikulas Patocka1-35/+0
2013-05-10dm table: fix write same supportMike Snitzer1-1/+1
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-5/+5
2013-03-01dm table: remove superfluous variable resetWang Sheng-Hui1-1/+0
2012-12-21dm: introduce per_bio_dataMikulas Patocka1-1/+10
2012-12-21dm: prepare to support WRITE SAMEMike Snitzer1-1/+29
2012-12-21dm: disable WRITE SAMEMike Snitzer1-0/+2
2012-09-26dm: retain table limits when swapping to new table with no devicesMike Snitzer1-0/+35
2012-09-26dm table: clear add_random unless all devices have it setMilan Broz1-4/+22
2012-07-27dm: allow targets to request flushes regardless of underlying device supportJoe Thornber1-0/+3
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka1-2/+4
2012-03-28dm table: simplify call to free_devicesHannes Reinecke1-2/+1
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen1-3/+3
2011-10-31dm table: add immutable featureAlasdair G Kergon1-0/+21
2011-10-31dm table: add always writeable featureAlasdair G Kergon1-0/+6
2011-10-31dm table: add singleton featureAlasdair G Kergon1-0/+16
2011-10-31dm table: propagate non rotational flagMandeep Singh Baines1-0/+30
2011-09-25dm crypt: always disable discard_zeroes_dataMilan Broz1-0/+19
2011-09-25dm table: avoid crash if integrity profile changesMike Snitzer1-6/+7
2011-08-02dm table: set flush capability based on underlying devicesMike Snitzer1-0/+43
2011-08-02dm table: share target argument parsing functionsMike Snitzer1-0/+57
2011-08-02dm: ignore merge_bvec for snapshots when safeMikulas Patocka1-2/+1
2011-08-02dm table: clean dm_get_device and move exportsMike Snitzer1-20/+13
2011-08-02dm: use vzallocJoe Perches1-3/+1
2011-08-02dm table: fix discard supportMike Snitzer1-8/+7
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-29dm table: reject devices without request fnsMilan Broz1-0/+17
2011-05-29dm table: allow targets to support discards internallyMike Snitzer1-1/+5
2011-04-05dm: improve block integrity supportMike Snitzer1-34/+80
2011-03-17block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen1-2/+5
2011-03-10block: remove per-queue pluggingJens Axboe1-24/+0
2011-01-14block: restore multiple bd_link_disk_holder() supportTejun Heo1-0/+1
2011-01-13dm: per target unplug callback supportNeilBrown1-0/+5
2011-01-13dm: introduce target callbacks and congestion callbackNeilBrown1-0/+14