summaryrefslogtreecommitdiff
path: root/drivers/md/dm-table.c
AgeCommit message (Expand)Author
2025-06-23dm: clear unmap write zeroes limits when disabling write zeroesZhang Yi
2025-06-03Merge tag 'for-6.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-06-02dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lockBenjamin Marzinski
2025-05-15dm-zone: Use bdev_*() helper functions where applicableBart Van Assche
2025-05-06dm: pass through operations on wrapped inline crypto keysEric Biggers
2025-05-06dm: fix copying after src array boundariesTudor Ambarus
2025-05-04dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limitsJohn Garry
2025-05-04dm: remove unneeded kvfree from alloc_targetsBenjamin Marzinski
2025-05-04dm: lock limits when reading themMikulas Patocka
2025-05-04dm: limit swapping tables for devices with zone write plugsBenjamin Marzinski
2025-04-30dm: add missing unlock on in dm_keyslot_evict()Dan Carpenter
2025-04-28dm: always update the array size in realloc_argv on successBenjamin Marzinski
2025-04-11dm: handle failures in dm_table_set_restrictionsBenjamin Marzinski
2025-04-09dm table: Fix W=1 build warning when mempool_needs_integrity is unusedAndy Shevchenko
2025-04-02Merge tag 'for-6.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-14dm: restrict dm device size to 2^63-512 bytesMikulas Patocka
2025-03-03block: split struct bio_integrity_payloadChristoph Hellwig
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers
2025-01-17dm-table: atomic writes supportJohn Garry
2024-11-20dm: Remove unused dm_table_bio_basedDr. David Alan Gilbert
2024-07-12dm: introduce the target flag mempool_needs_integrityMikulas Patocka
2024-07-10dm: factor out helper function from dm_get_deviceBenjamin Marzinski
2024-06-26dm: optimize flushesMikulas Patocka
2024-06-20Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe
2024-06-20block: remove the discard_alignment flagChristoph Hellwig
2024-06-19Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe
2024-06-19block: move the zoned flag into the features fieldChristoph Hellwig
2024-06-19block: move the poll flag to queue_limitsChristoph Hellwig
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nowait flag to queue_limitsChristoph Hellwig
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig
2024-06-19block: move the io_stat flag setting to queue_limitsChristoph Hellwig
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-15dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig
2024-05-27dm: make dm_set_zones_restrictions work on the queue limitsChristoph Hellwig
2024-05-27dm: move setting zoned_enabled to dm_table_set_restrictionsChristoph Hellwig
2024-05-14Merge tag 'for-6.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-01dm: Check that a zoned table leads to a valid mapped deviceDamien Le Moal
2024-04-23dm: use queue_limits_setChristoph Hellwig
2024-03-11Revert "dm: use queue_limits_set"Linus Torvalds
2024-03-01dm: use queue_limits_setChristoph Hellwig
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