aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig1-5/+7
2019-11-05dm table: do not allow request-based DM to stack on partitionsMike Snitzer1-19/+8
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-30dm table: fix various whitespace issues with recent DAX codeMike Snitzer1-7/+7
2019-07-30dm 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/git/nvdimm/nvdimmLinus Torvalds1-6/+18
2019-07-05dm: 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-20dax: 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/git/device-mapper/linux-dmLinus 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-11dm 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-12treewide: 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/git/device-mapper/linux-dmLinus Torvalds1-0/+31
2018-04-05Merge 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-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-8/+8
2018-03-06dm table: allow upgrade from bio-based to specialized bio-based variantMike Snitzer1-9/+5
2018-03-06dm 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 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