summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c
Commit message (Expand)AuthorAgeFilesLines
* block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig2019-12-031-5/+7
* dm table: do not allow request-based DM to stack on partitionsMike Snitzer2019-11-051-19/+8
* dm: make dm_table_find_target return NULLMikulas Patocka2019-08-231-5/+3
* dm table: fix invalid memory accesses with too high sector numberMikulas Patocka2019-08-231-1/+4
* dm table: fix various whitespace issues with recent DAX codeMike Snitzer2019-07-301-7/+7
* dm table: fix dax_dev NULL dereference in device_synchronous()Pankaj Gupta2019-07-301-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-051-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-201-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/+0
* 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/+12
|\
| * 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/+1
| * dm: remove legacy request-based IO pathJens Axboe2018-10-111-44/+5
* | 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-121-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-061-9/+5
* | dm table: fix "nvme" testMikulas Patocka2018-03-061-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/+14
* | Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds2017-11-141-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/+1
|/
* 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/+0