All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] vhost-scsi: Fix IO hangs when using windows
@ 2023-07-09 20:28 ` Mike Christie
  0 siblings, 0 replies; 23+ messages in thread
From: Mike Christie @ 2023-07-09 20:28 UTC (permalink / raw)
  To: target-devel, linux-scsi, stefanha, pbonzini, jasowang, mst,
	sgarzare, virtualization

The following patches were made over Linus's tree and fix an issue
where windows guests will send iovecs with offset/lengths that result
in IOs that are not aligned to 512. The LIO layer will then send them
to Linux's FS/block layer but it requires 512 byte alignment, so
depending on the FS/block driver being used we will get IO errors or
hung IO.

The following patches have vhost-scsi detect when windows sends these
IOs and copy them to a bounce buffer. It then does some cleanup in
the related code.



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

end of thread, other threads:[~2023-07-13 14:12 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-09 20:28 [PATCH v2 0/2] vhost-scsi: Fix IO hangs when using windows Mike Christie
2023-07-09 20:28 ` Mike Christie
2023-07-09 20:28 ` [PATCH v2 1/2] vhost-scsi: Fix alignment handling with windows Mike Christie
2023-07-09 20:28   ` Mike Christie
2023-07-09 20:28 ` [PATCH v2 2/2] vhost-scsi: Rename vhost_scsi_iov_to_sgl Mike Christie
2023-07-09 20:28   ` Mike Christie
2023-07-10  5:52 ` [PATCH v2 0/2] vhost-scsi: Fix IO hangs when using windows Michael S. Tsirkin
2023-07-10  5:52   ` Michael S. Tsirkin
2023-07-11  1:36   ` michael.christie
2023-07-11  1:36     ` michael.christie
2023-07-11 18:34 ` Stefan Hajnoczi
2023-07-11 18:34   ` Stefan Hajnoczi
2023-07-11 21:01   ` Mike Christie
2023-07-11 21:01     ` Mike Christie
2023-07-12 14:26     ` Stefan Hajnoczi
2023-07-12 14:26       ` Stefan Hajnoczi
2023-07-12 16:05       ` Mike Christie
2023-07-12 16:05         ` Mike Christie
2023-07-13  5:55         ` Vadim Rozenfeld
2023-07-13 14:07           ` Stefan Hajnoczi
2023-07-13 14:07             ` Stefan Hajnoczi
2023-07-13 14:03         ` Stefan Hajnoczi
2023-07-13 14:03           ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.