public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Drivers: hv/scsi: Implement multi-channel support
@ 2013-05-15 22:02 K. Y. Srinivasan
  2013-05-15 22:02 ` [PATCH 1/6] Drivers: hv: vmbus: " K. Y. Srinivasan
  2013-05-16  4:00 ` [PATCH 0/6] Drivers: hv/scsi: " Greg KH
  0 siblings, 2 replies; 12+ messages in thread
From: K. Y. Srinivasan @ 2013-05-15 22:02 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, ohering, jbottomley, hch, linux-scsi,
	apw, jasowang
  Cc: K. Y. Srinivasan

This patch-set implements multi-channel support for Hyper-V devices. Also
support for synthetic Fiber Channel device is included. The first two
patches in the series are the foundational pieces for the remaining patches.

James, once Greg accepts the first two patches, you can consider the scsi
patches.


K. Y. Srinivasan (6):
  Drivers: hv: vmbus: Implement multi-channel support
  Drivers: hv: Add the GUID fot synthetic fiber channel device
  Drivers: scsi: storvsc: Make the scsi timeout a module parameter
  Drivers: scsi: storvsc: Update the storage protocol to win8 level
  Drivers: scsi: storvsc: Implement multi-channel support
  Drivers: scsi: storvsc: Support FC devices

 drivers/hv/channel.c       |   41 +++++-
 drivers/hv/channel_mgmt.c  |  117 +++++++++++++++-
 drivers/scsi/storvsc_drv.c |  340 +++++++++++++++++++++++++++++++++++++++-----
 include/linux/hyperv.h     |   70 +++++++++
 4 files changed, 522 insertions(+), 46 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2013-05-16 10:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 22:02 [PATCH 0/6] Drivers: hv/scsi: Implement multi-channel support K. Y. Srinivasan
2013-05-15 22:02 ` [PATCH 1/6] Drivers: hv: vmbus: " K. Y. Srinivasan
2013-05-15 22:02   ` [PATCH 2/6] Drivers: hv: Add the GUID fot synthetic fiber channel device K. Y. Srinivasan
2013-05-16  4:01     ` Greg KH
2013-05-15 22:02   ` [PATCH 3/6] Drivers: scsi: storvsc: Make the scsi timeout a module parameter K. Y. Srinivasan
2013-05-15 22:02   ` [PATCH 4/6] Drivers: scsi: storvsc: Update the storage protocol to win8 level K. Y. Srinivasan
2013-05-15 22:02   ` [PATCH 5/6] Drivers: scsi: storvsc: Implement multi-channel support K. Y. Srinivasan
2013-05-15 22:02   ` [PATCH 6/6] Drivers: scsi: storvsc: Support FC devices K. Y. Srinivasan
2013-05-16  4:01   ` [PATCH 1/6] Drivers: hv: vmbus: Implement multi-channel support Greg KH
2013-05-16 10:18     ` KY Srinivasan
2013-05-16  4:00 ` [PATCH 0/6] Drivers: hv/scsi: " Greg KH
2013-05-16 10:15   ` KY Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox