summaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-12dm: introduce the target flag mempool_needs_integrityMikulas Patocka1-2/+5
2024-07-10dm: factor out helper function from dm_get_deviceBenjamin Marzinski1-9/+24
2024-06-26dm: optimize flushesMikulas Patocka1-0/+4
2024-06-20Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe1-1/+0
2024-06-20block: remove the discard_alignment flagChristoph Hellwig1-1/+0
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe1-145/+41
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig1-5/+6
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig1-41/+13
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig1-2/+2
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig1-15/+3
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig1-19/+0
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig1-3/+9
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig1-18/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-12/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-31/+8
2024-06-15dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal1-4/+11
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig1-134/+27
2024-05-27dm: make dm_set_zones_restrictions work on the queue limitsChristoph Hellwig1-6/+6
2024-05-27dm: move setting zoned_enabled to dm_table_set_restrictionsChristoph Hellwig1-3/+0
2024-05-14Merge tag 'for-6.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+12
2024-05-01dm: Check that a zoned table leads to a valid mapped deviceDamien Le Moal1-1/+2
2024-04-23dm: use queue_limits_setChristoph Hellwig1-15/+12
2024-03-11Revert "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-19block: 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-18dm: 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-02Merge 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