All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Two SCSI target reliability improvement patches
@ 2019-11-13 22:05 Bart Van Assche
  2019-11-19  5:36 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Van Assche @ 2019-11-13 22:05 UTC (permalink / raw)
  To: target-devel

Hi Martin,

The two patches in this series fix complaints that are reported when
running the libiscsi test tool against the SCSI target code. I'm not sure why
I hadn't noticed these issues before - maybe new tests have been added to the
test tool. Please consider these patches for Linux kernel version v5.5.

Thanks,

Bart.

Changes compared to v3:
- Left out the target_tmr_work() patch.

Changes compared to v2:
- Changed target_{,un}depend_item() calls into configfs_{get,put}_item() calls.
- Changed ISCSI_REASON_BOOKMARK_NO_RESOURCES into
  ISCSI_REASON_WAITING_FOR_LOGOUT.

Changes compared to v1:
- The patch that declares target_release_reservation() static has been left
  out because a patch in this series introduces a call to that function
  outside the file in which that function has been defined.
- The patch for releasing SPC-2 reservations has been reworked as requested by
  Roman.
- Two new patches have been added.

Bart Van Assche (2):
  target/core: Release SPC-2 reservations when closing a session
  target/iscsi: Wait for all commands to finish before freeing a session

 drivers/target/iscsi/iscsi_target.c    | 10 ++++++++--
 drivers/target/target_core_transport.c | 15 +++++++++++++++
 include/scsi/iscsi_proto.h             |  1 +
 3 files changed, 24 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2019-11-19  5:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-13 22:05 [PATCH v4 0/2] Two SCSI target reliability improvement patches Bart Van Assche
2019-11-19  5:36 ` Martin K. Petersen

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.