public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] scsi: target: Add WRITE_ATOMIC_16 support
@ 2025-10-20 10:38 John Garry
  2025-10-20 10:38 ` [PATCH v3 1/7] scsi: target: Rename target_configure_unmap_from_queue John Garry
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: John Garry @ 2025-10-20 10:38 UTC (permalink / raw)
  To: martin.petersen
  Cc: target-devel, linux-kernel, linux-scsi, michael.christie,
	John Garry

This is a reposting of Mike's atomic writes support for the SCSI target.

Again, we are now only supporting 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.

Changes since v2:
- Fix 32b build error

Changes since v1:
- Don't make atomic alignment configurable
- Drop atomic_supported configfs entry
- reformatting
- fix lba size in sbc_check_atomic()
- fix return code from sbc_check_atomic()

Mike Christie (7):
  scsi: target: Rename target_configure_unmap_from_queue
  scsi: target: Add atomic se_device fields
  scsi: target: Add helper to setup atomic values from block_device
  scsi: target: Add WRITE_ATOMIC_16 handler
  scsi: target: Report atomic values in INQUIRY
  scsi: target: Add WRITE_ATOMIC_16 support to RSOC
  scsi: target: Add atomic support to target_core_iblock

 drivers/target/target_core_configfs.c | 15 ++++++++
 drivers/target/target_core_device.c   | 23 ++++++++++--
 drivers/target/target_core_file.c     |  4 +--
 drivers/target/target_core_iblock.c   |  9 +++--
 drivers/target/target_core_sbc.c      | 51 +++++++++++++++++++++++++++
 drivers/target/target_core_spc.c      | 49 +++++++++++++++++++++----
 include/target/target_core_backend.h  |  6 ++--
 include/target/target_core_base.h     |  6 ++++
 8 files changed, 148 insertions(+), 15 deletions(-)

-- 
2.43.5


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-11-05  4:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-20 10:38 [PATCH v3 0/7] scsi: target: Add WRITE_ATOMIC_16 support John Garry
2025-10-20 10:38 ` [PATCH v3 1/7] scsi: target: Rename target_configure_unmap_from_queue John Garry
2025-10-20 10:38 ` [PATCH v3 2/7] scsi: target: Add atomic se_device fields John Garry
2025-10-20 10:38 ` [PATCH v3 3/7] scsi: target: Add helper to setup atomic values from block_device John Garry
2025-10-20 10:38 ` [PATCH v3 4/7] scsi: target: Add WRITE_ATOMIC_16 handler John Garry
2025-10-20 10:38 ` [PATCH v3 5/7] scsi: target: Report atomic values in INQUIRY John Garry
2025-10-20 10:38 ` [PATCH v3 6/7] scsi: target: Add WRITE_ATOMIC_16 support to RSOC John Garry
2025-10-20 10:38 ` [PATCH v3 7/7] scsi: target: Add atomic support to target_core_iblock John Garry
2025-11-03  2:43 ` [PATCH v3 0/7] scsi: target: Add WRITE_ATOMIC_16 support Martin K. Petersen
2025-11-05  4:02 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox