Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_block...
authorMartin K. Petersen <martin.petersen@oracle.com>
Fri, 16 Jun 2023 16:21:04 +0000 (12:21 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 16 Jun 2023 16:21:04 +0000 (12:21 -0400)
commitaf92c02fb2090692f4920ea4b74870940260cf49
tree85d01a2f9b010e232b4317083f63ae854c6e83bf
parent20fce500b232b970e40312a9c97e7f3b6d7a709c
parent6d7160c7da6fa3010252910a1680c62ababa6c2f
Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_block rework"

Martin Wilck <mwilck@suse.com> says:

This patch series addresses some issues we saw in a test setup with a
large number of SCSI LUNs. The first two patches simply increase the
number of available sg and bsg devices. 3-5 fix a large delay we
encountered between blocking a Fibre Channel remote port and the
dev_loss_tmo. 6 renames scsi_target_block() to scsi_block_targets(),
and makes additional changes to this API, as suggested in the review
of the v2 series. 7 improves a warning message.

Link: https://lore.kernel.org/r/20230614103616.31857-1-mwilck@suse.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_lib.c
include/scsi/scsi_device.h