summaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-04dm: restrict dm device size to 2^63-512 bytesMikulas Patocka1-0/+4
2025-06-04dm: fix copying after src array boundariesTudor Ambarus1-1/+1
2025-06-04dm: always update the array size in realloc_argv on successBenjamin Marzinski1-2/+3
2024-05-02dm: limit the number of targets and parameter size areaMikulas Patocka1-2/+7
2023-06-09treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2022-06-25dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer1-30/+2
2021-03-11dm table: fix zoned iterate_devices based device capability checksJeffle Xu1-33/+17
2021-03-11dm table: fix DAX iterate_devices based device capability checksJeffle Xu1-27/+10
2021-03-11dm table: fix iterate_devices based device capability checksJeffle Xu1-49/+54
2021-01-27dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke1-3/+12
2020-12-30dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner1-6/+0
2020-10-01dm table: do not allow request-based DM to stack on partitionsMike Snitzer1-19/+8
2020-09-23dm: Call proper helper to determine dax supportJan Kara1-3/+7
2019-08-23dm: make dm_table_find_target return NULLMikulas Patocka1-5/+3
2019-08-23dm table: fix invalid memory accesses with too high sector numberMikulas Patocka1-1/+4
2019-07-31dm table: fix various whitespace issues with recent DAX codeMike Snitzer1-7/+7
2019-07-31dm table: fix dax_dev NULL dereference in device_synchronous()Pankaj Gupta1-1/+1
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+18
2019-07-06dm: enable synchronous daxPankaj Gupta1-6/+18
2019-06-25dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand1-1/+1
2019-05-21dax: Arrange for dax_supported check to span multiple devicesDan Williams1-6/+11
2019-04-01dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov1-0/+39
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei1-13/+0
2018-12-18dm: do not allow readahead to limit IO sizeJaegeuk Kim1-0/+3
2018-11-16block: add queue_is_mq() helperJens Axboe1-2/+2
2018-10-26Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-34/+12
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal1-0/+10
2018-10-18dm: add dm_table_device_name()Michał Mirosław1-0/+6
2018-10-12dm table: require that request-based DM be layered on blk-mq devicesMike Snitzer1-1/+17
2018-10-11dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer1-6/+1
2018-10-11dm: remove legacy request-based IO pathJens Axboe1-44/+5
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler1-3/+4
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-05overflow.h: Add allocation size calculation helpersKees Cook1-5/+5
2018-04-06Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+31
2018-04-06Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+8
2018-04-03dm: add support for secure erase forwardingDenis Semakin1-0/+31
2018-03-09block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-8/+8
2018-03-07dm table: allow upgrade from bio-based to specialized bio-based variantMike Snitzer1-9/+5
2018-03-07dm table: fix "nvme" testMikulas Patocka1-1/+1
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 conve...Mike Snitzer1-2/+3
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-21/+22
2017-11-17dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer1-2/+8
2017-11-17dm: discard support requires all targets in a table support discardsMike Snitzer1-19/+14
2017-11-15Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds1-3/+3
2017-10-24dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova1-3/+3