summaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)Author
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig
2019-11-05dm table: do not allow request-based DM to stack on partitionsMike Snitzer
2019-08-23dm: make dm_table_find_target return NULLMikulas Patocka
2019-08-23dm table: fix invalid memory accesses with too high sector numberMikulas Patocka
2019-07-30dm table: fix various whitespace issues with recent DAX codeMike Snitzer
2019-07-30dm table: fix dax_dev NULL dereference in device_synchronous()Pankaj Gupta
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-05dm: enable synchronous daxPankaj Gupta
2019-06-25dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams
2019-04-01dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei
2018-12-18dm: do not allow readahead to limit IO sizeJaegeuk Kim
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-10-26Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal
2018-10-18dm: add dm_table_device_name()Michał Mirosław
2018-10-11dm table: require that request-based DM be layered on blk-mq devicesMike Snitzer
2018-10-11dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer
2018-10-11dm: remove legacy request-based IO pathJens Axboe
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05overflow.h: Add allocation size calculation helpersKees Cook
2018-04-06Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-03dm: add support for secure erase forwardingDenis Semakin
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-03-06dm table: allow upgrade from bio-based to specialized bio-based variantMike Snitzer
2018-03-06dm table: fix "nvme" testMikulas Patocka
2018-01-29dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer
2017-12-20dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer
2017-12-13dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer
2017-12-13dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOsMike Snitzer
2017-12-04dm table: fix regression from improper dm_dev_internal.count refcount_t conve...Mike Snitzer
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-16dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer
2017-11-16dm: discard support requires all targets in a table support discardsMike Snitzer
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds
2017-10-24dm: convert dm_dev_internal.count from atomic_t to refcount_tElena Reshetova
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig
2017-08-28dm: constify argument arraysEric Biggers
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal
2017-06-19dm table: add zoned block devices validationDamien Le Moal
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche
2017-04-27dm: verify suspend_locking assumptions at runtimeBart Van Assche
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka
2017-04-24dm table: replace while loops with for loopsMikulas Patocka
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig