All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/7] scsi: storvsc: Miscellaneous enhancements and fixes
@ 2015-03-27  7:26 K. Y. Srinivasan
  2015-03-27  7:27   ` K. Y. Srinivasan
  2015-04-08 16:57   ` James Bottomley
  0 siblings, 2 replies; 16+ messages in thread
From: K. Y. Srinivasan @ 2015-03-27  7:26 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, ohering, jbottomley, hch,
	linux-scsi, apw, vkuznets, jasowang
  Cc: K. Y. Srinivasan

This patch-set addresses perf issues discovered on the Azure storage stack.
These patches also fix a couple of bugs.

As in the first version of this patch-set, some of the patches are simply a resend.
I have bumped up the version number of all patches though. In this version, I have
addressed issues raised by Olaf Hering <olaf@aepfle.de>,
Long Li <longli@microsoft.com> and Venkatesh Srinivas <venkateshs@google.com>

K. Y. Srinivasan (7):
  scsi: storvsc: Increase the ring buffer size
  scsi: storvsc: Size the queue depth based on the ringbuffer size
  scsi: storvsc: Always send on the selected outgoing channel
  scsi: storvsc: Retrieve information about the capability of the
    target
  scsi: storvsc: Fix a bug in copy_from_bounce_buffer()
  scsi: storvsc: Don't assume that the scatterlist is not chained
  scsi: storvsc: Set the tablesize based on the information given by
    the host

 drivers/scsi/storvsc_drv.c |  232 ++++++++++++++++++++++++++++----------------
 1 files changed, 149 insertions(+), 83 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2015-04-08 16:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27  7:26 [PATCH V2 0/7] scsi: storvsc: Miscellaneous enhancements and fixes K. Y. Srinivasan
2015-03-27  7:27 ` [PATCH V2 1/7] scsi: storvsc: Increase the ring buffer size K. Y. Srinivasan
2015-03-27  7:27   ` K. Y. Srinivasan
2015-03-27  7:27   ` [PATCH V2 2/7] scsi: storvsc: Size the queue depth based on the ringbuffer size K. Y. Srinivasan
2015-03-27  7:27     ` K. Y. Srinivasan
2015-03-27  7:27   ` [PATCH V2 3/7] scsi: storvsc: Always send on the selected outgoing channel K. Y. Srinivasan
2015-03-27  7:27     ` K. Y. Srinivasan
2015-03-27  7:27   ` [PATCH V2 4/7] scsi: storvsc: Retrieve information about the capability of the target K. Y. Srinivasan
2015-03-27  7:27     ` K. Y. Srinivasan
2015-03-27  7:27   ` [PATCH V2 5/7] scsi: storvsc: Fix a bug in copy_from_bounce_buffer() K. Y. Srinivasan
2015-03-27  7:27     ` K. Y. Srinivasan
2015-03-27  7:27   ` [PATCH V2 6/7] scsi: storvsc: Don't assume that the scatterlist is not chained K. Y. Srinivasan
2015-03-27  7:27     ` K. Y. Srinivasan
2015-03-27  7:27   ` [PATCH 7/7] scsi: storvsc: Set the tablesize based on the information given by the host K. Y. Srinivasan
2015-04-08 16:57 ` [PATCH V2 0/7] scsi: storvsc: Miscellaneous enhancements and fixes James Bottomley
2015-04-08 16:57   ` James Bottomley

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.