Files
linux/drivers
Mike Snitzer 13f6facf3f dm: allow targets to require splitting WRITE_ZEROES and SECURE_ERASE
Introduce max_write_zeroes_granularity and
max_secure_erase_granularity flags in the dm_target struct.

If a target sets these then DM core will split IO of these operation
types accordingly (in terms of max_write_zeroes_sectors and
max_secure_erase_sectors respectively).

Signed-off-by: Mike Snitzer <snitzer@kernel.org>
2023-04-14 12:07:27 -04:00
..
2023-03-16 16:54:38 +09:00
2023-02-20 12:26:35 +01:00
2023-03-09 10:06:28 +01:00
2023-03-24 17:11:27 +01:00