summaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)Author
2021-04-19dm: replace dm_vcalloc()Matthew Wilcox (Oracle)
2021-03-22dm table: Fix zoned model check and zone sectors checkShin'ichiro Kawasaki
2021-02-11dm: support key eviction from keyslot managers of underlying devicesSatya Tangirala
2021-02-11dm: add support for passing through inline crypto supportSatya Tangirala
2021-02-09dm table: remove needless request_queue NULL pointer checksJeffle Xu
2021-02-09dm table: fix zoned iterate_devices based device capability checksJeffle Xu
2021-02-09dm table: fix DAX iterate_devices based device capability checksJeffle Xu
2021-02-09dm table: fix iterate_devices based device capability checksJeffle Xu
2021-01-21dm: avoid filesystem lookup in dm_get_dev_t()Hannes Reinecke
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-04dm: fix IO splittingMike Snitzer
2020-12-01block: remove i_bdevChristoph Hellwig
2020-12-01dm table: Remove BUG_ON(in_interrupt())Thomas Gleixner
2020-10-07dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer
2020-09-29dm table: make 'struct dm_table' definition accessible to all of DM coreMike Snitzer
2020-09-29dm table: stack 'chunk_sectors' limit to account for target-specific splittingMike Snitzer
2020-09-29Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer
2020-09-25dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig
2020-09-20dm: Call proper helper to determine dax supportJan Kara
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-20block: remove bdev_stack_limitsChristoph Hellwig
2020-07-20block: inherit the zoned characteristics in blk_stack_limitsChristoph Hellwig
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-04-25dm: remove the make_request_fn check in device_area_is_invalidChristoph Hellwig
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