summaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-03Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+245
2025-06-02dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lockBenjamin Marzinski1-1/+1
2025-05-15dm-zone: Use bdev_*() helper functions where applicableBart Van Assche1-2/+2
2025-05-06dm: pass through operations on wrapped inline crypto keysEric Biggers1-0/+177
2025-05-06dm: fix copying after src array boundariesTudor Ambarus1-1/+1
2025-05-04dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limitsJohn Garry1-0/+6
2025-05-04dm: remove unneeded kvfree from alloc_targetsBenjamin Marzinski1-1/+0
2025-05-04dm: lock limits when reading themMikulas Patocka1-1/+7
2025-05-04dm: limit swapping tables for devices with zone write plugsBenjamin Marzinski1-5/+36
2025-04-30dm: add missing unlock on in dm_keyslot_evict()Dan Carpenter1-1/+2
2025-04-28dm: always update the array size in realloc_argv on successBenjamin Marzinski1-2/+3
2025-04-11dm: handle failures in dm_table_set_restrictionsBenjamin Marzinski1-9/+17
2025-04-09dm table: Fix W=1 build warning when mempool_needs_integrity is unusedAndy Shevchenko1-3/+0
2025-04-02Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2025-03-14dm: restrict dm device size to 2^63-512 bytesMikulas Patocka1-0/+4
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig1-6/+0
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers1-0/+1
2025-01-17dm-table: atomic writes supportJohn Garry1-0/+29
2024-11-20dm: Remove unused dm_table_bio_basedDr. David Alan Gilbert1-5/+0
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