All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] scsi_debug: a few bug fixes and enable clustering support
@ 2014-01-05 23:33 Akinobu Mita
  2014-01-05 23:33 ` [PATCH 1/6] scsi_debug: fix false positive logical block reference tag check fail Akinobu Mita
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Akinobu Mita @ 2014-01-05 23:33 UTC (permalink / raw)
  To: linux-scsi
  Cc: Akinobu Mita, James E.J. Bottomley, Douglas Gilbert,
	Martin K. Petersen

This patch set includes a few bug fixes and patches for enabling
clustering support for scsi_debug.  Some of bug fixes were already
sent before.

The reason why I would like to enable clustering is to test commands
with huge transfer length.  Without enabling clustering support, the
transfer length for read and write scsi commands is limited upto 8MB
when page size is 4KB and sg_tablesize is 2048
(= SCSI_MAX_SG_CHAIN_SEGMENTS).

Akinobu Mita (6):
  scsi_debug: fix false positive logical block reference tag check fail
  scsi_debug: make pseudo_primary static
  scsi_debug: fix duplicate dif_errors increment
  scsi_debug: fix resp_xdwriteread() return value when running out of
    memory
  scsi_debug: prepare to enable clustering
  scsi_debug: add ability to enable clustering

 drivers/scsi/scsi_debug.c | 137 +++++++++++++++++++++++++++-------------------
 1 file changed, 80 insertions(+), 57 deletions(-)

Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
Cc: Douglas Gilbert <dgilbert@interlog.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org
-- 
1.8.3.2


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

end of thread, other threads:[~2014-01-12  1:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-05 23:33 [PATCH 0/6] scsi_debug: a few bug fixes and enable clustering support Akinobu Mita
2014-01-05 23:33 ` [PATCH 1/6] scsi_debug: fix false positive logical block reference tag check fail Akinobu Mita
2014-01-10 21:32   ` Martin K. Petersen
2014-01-05 23:33 ` [PATCH 2/6] scsi_debug: make pseudo_primary static Akinobu Mita
2014-01-05 23:33 ` [PATCH 3/6] scsi_debug: fix duplicate dif_errors increment Akinobu Mita
2014-01-10 21:30   ` Martin K. Petersen
2014-01-05 23:33 ` [PATCH 4/6] scsi_debug: fix resp_xdwriteread() return value when running out of memory Akinobu Mita
2014-01-05 23:33 ` [PATCH 5/6] scsi_debug: prepare to enable clustering Akinobu Mita
2014-01-10 21:41   ` Martin K. Petersen
2014-01-12  1:28     ` Akinobu Mita
2014-01-05 23:33 ` [PATCH 6/6] scsi_debug: add ability " Akinobu Mita
2014-01-06  1:14   ` Douglas Gilbert
2014-01-06 13:00     ` Akinobu Mita

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.