aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-29dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer1-22/+35
2017-12-20dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer1-6/+48
2017-12-13dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer1-0/+2
2017-12-13dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOsMike Snitzer1-4/+7
2017-12-04dm table: fix regression from improper dm_dev_internal.count refcount_t conversionMike Snitzer1-2/+3
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-21/+22
2017-11-16dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer1-2/+8
2017-11-16dm: discard support requires all targets in a table support discardsMike Snitzer1-19/+14
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-3/+3
2017-10-24dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova1-3/+3
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig1-14/+1
2017-08-28dm: constify argument arraysEric Biggers1-3/+4
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal1-0/+35
2017-06-19dm table: add zoned block devices validationDamien Le Moal1-0/+162
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-38/+61
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche1-7/+7
2017-04-27dm: verify suspend_locking assumptions at runtimeBart Van Assche1-0/+4
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka1-0/+7
2017-04-24dm table: replace while loops with for loopsMikulas Patocka1-31/+32
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-19/+0
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+30
2017-03-07dm table: add flag to allow target to handle its own integrity metadataMilan Broz1-0/+11
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-1/+1
2016-12-08dm table: simplify dm_table_determine_type()Bart Van Assche1-13/+8
2016-12-08dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche1-0/+5
2016-12-08dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer1-6/+13
2016-10-24dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui1-15/+9
2016-07-20dm error: add DAX supportMike Snitzer1-1/+2
2016-07-20dm: add infrastructure for DAX supportToshi Kani1-1/+43
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer1-22/+45
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer1-1/+1
2016-04-13block: kill off q->flush_flagsJens Axboe1-6/+6
2016-04-12dm: switch to using blk_queue_write_cache()Jens Axboe1-4/+4
2016-03-10dm snapshot: disallow the COW and origin devices from being identicalDingXiang1-12/+24
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer1-3/+3
2016-02-22dm: optimize dm_mq_queue_rq()Mike Snitzer1-0/+10
2016-02-22dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer1-0/+14
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-41/+47
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch1-13/+0
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-8/+0
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer1-16/+9
2015-06-26Revert "dm: do not allocate any mempools for blk-mq request-based DM"Mike Snitzer1-2/+2
2015-05-29dm: do not allocate any mempools for blk-mq request-based DMMike Snitzer1-2/+2
2015-05-29Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2Mike Snitzer1-9/+16
2015-05-29dm: fix reload failure of 0 path multipath mapping on blk-mq devicesJunichi Nomura1-7/+9
2015-05-22block, dm: don't copy bios for request clonesChristoph Hellwig1-9/+16
2015-04-15dm table: use bool function return values of true/false not 1/0Joe Perches1-10/+10
2015-04-15dm table: fall back to getting device using name_to_dev_t()Dan Ehrenberg1-12/+8
2015-04-15dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attrMike Snitzer1-3/+3
2015-04-15dm: add full blk-mq support to request-based DMMike Snitzer1-3/+8