mbox series

[0/7] scsi: target: Add WRITE_ATOMIC_16 support

Message ID 20241008020437.78788-1-michael.christie@oracle.com (mailing list archive)
Headers show
Series scsi: target: Add WRITE_ATOMIC_16 support | expand

Message

Mike Christie Oct. 8, 2024, 2:03 a.m. UTC
The following patches were made over Linus's current tree and add
WRITE_ATOMIC_16 support to LIO.

In this patchset we only support target_core_iblock. It's implemented
similar to UNMAP where we do not do any emulation and instead pass the
operation to the block layer.