aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)Author
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
2017-03-07dm table: add flag to allow target to handle its own integrity metadataMilan Broz
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2016-12-08dm table: simplify dm_table_determine_type()Bart Van Assche
2016-12-08dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche
2016-12-08dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer
2016-10-24dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui
2016-07-20dm error: add DAX supportMike Snitzer
2016-07-20dm: add infrastructure for DAX supportToshi Kani
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer