aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)Author
2024-01-30dm: limit the number of targets and parameter size areaMikulas Patocka
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-10-31dm error: Add support for zoned block devicesDamien Le Moal
2023-09-14dm: fix a race condition in retrieve_depsMikulas Patocka
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-05dm: only call early_lookup_bdev from early boot contextChristoph Hellwig
2023-06-05dm: remove dm_get_dev_tChristoph Hellwig
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-04-26Merge tag 'for-6.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-04-04dm table: allow targets without devices to set ->io_hintsMikulas Patocka
2023-03-16blk-crypto: make blk_crypto_evict_key() return voidEric Biggers
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen
2023-02-14dm: fix trailing statementsHeinz Mauelshagen
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen
2023-02-14dm: address indent/space issuesHeinz Mauelshagen
2023-02-14dm: avoid assignment in if conditionsHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2023-02-12dm table: check that a dm device doesn't reference itselfBenjamin Marzinski
2022-11-21blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig
2022-10-18dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-07dm table: rename dm_target variable in dm_table_add_target()Mike Snitzer
2022-07-07dm table: audit all dm_table_get_target() callersMike Snitzer
2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer
2022-07-06block: remove blk_queue_zone_sectorsChristoph Hellwig
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig
2022-06-29dm: refactor dm_md_mempool allocationChristoph Hellwig
2022-06-08dm: fix bio_set allocationChristoph Hellwig
2022-05-31dm table: fix dm_table_supports_poll to return false if no data devicesMike Snitzer
2022-05-05dm: conditionally enable branching for less used featuresMike Snitzer
2022-05-05dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io biosetMike Snitzer
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-09dm: support bio pollingMing Lei
2022-03-02dm: stop using bdevnameChristoph Hellwig
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01dm table: log table creation error codeMichał Mirosław
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-26dax: move the dax_read_lock() locking into dax_supportedChristoph Hellwig