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