summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c
Commit message (Expand)AuthorAgeFilesLines
* dm table: fix various whitespace issues with recent DAX codeMike Snitzer2019-07-311-7/+7
* dm table: fix dax_dev NULL dereference in device_synchronous()Pankaj Gupta2019-07-311-1/+1
* Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-6/+18
|\
| * dm: enable synchronous daxPankaj Gupta2019-07-061-6/+18
* | dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand2019-06-251-1/+1
|/
* dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-211-6/+11
* dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov2019-04-011-0/+39
* block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei2019-02-151-13/+0Star
* dm: do not allow readahead to limit IO sizeJaegeuk Kim2018-12-181-0/+3
* block: add queue_is_mq() helperJens Axboe2018-11-161-2/+2
* Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-34/+12Star
|\
| * dm: add dm_table_device_name()Michał Mirosław2018-10-181-0/+6
| * dm table: require that request-based DM be layered on blk-mq devicesMike Snitzer2018-10-111-1/+17
| * dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer2018-10-111-6/+1Star
| * dm: remove legacy request-based IO pathJens Axboe2018-10-111-44/+5Star
* | block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-0/+10
|/
* dm: prevent DAX mounts if not supportedRoss Zwisler2018-06-281-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* overflow.h: Add allocation size calculation helpersKees Cook2018-06-051-5/+5
* Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-061-0/+31
|\
| * dm: add support for secure erase forwardingDenis Semakin2018-04-031-0/+31
* | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-8/+8
|\ \ | |/ |/|
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-8/+8
* | dm table: allow upgrade from bio-based to specialized bio-based variantMike Snitzer2018-03-071-9/+5Star
* | dm table: fix "nvme" testMikulas Patocka2018-03-071-1/+1
|/
* dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer2018-01-291-22/+35
* dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer2017-12-201-6/+48
* dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer2017-12-131-0/+2
* dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOsMike Snitzer2017-12-131-4/+7
* dm table: fix regression from improper dm_dev_internal.count refcount_t conve...Mike Snitzer2017-12-041-2/+3
* Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-171-21/+22
|\
| * dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer2017-11-161-2/+8
| * dm: discard support requires all targets in a table support discardsMike Snitzer2017-11-161-19/+14Star
* | Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds2017-11-151-3/+3
|\|
| * dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova2017-10-241-3/+3
* | block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-051-14/+1Star
|/
* dm: constify argument arraysEric Biggers2017-08-281-3/+4
* dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal2017-07-261-0/+35
* 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/+0Star
* | 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/+8Star
* dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche2016-12-081-0/+5