Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751351Ab3FDS33 (ORCPT ); Tue, 4 Jun 2013 14:29:29 -0400 Received: from p3plsmtps2ded01.prod.phx3.secureserver.net ([208.109.80.58]:41245 "EHLO p3plsmtps2ded01.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750764Ab3FDS31 (ORCPT ); Tue, 4 Jun 2013 14:29:27 -0400 x-originating-ip: 72.167.245.219 From: "K. Y. Srinivasan" To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, ohering@suse.com, jbottomley@parallels.com, hch@infradead.org, linux-scsi@vger.kernel.org Cc: "K. Y. Srinivasan" Subject: [PATCH V3 0/5] Drivers: scsi: storvsc Date: Tue, 4 Jun 2013 12:04:34 -0700 Message-Id: <1370372674-10046-1-git-send-email-kys@microsoft.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1229 Lines: 30 This set adds multi-channel support as well synthetic Fibre Channel support to storvsc. The multi-channel support depends on infrastructure in the VMBUS driver. Greg has already checked in the relevant patches to VMBUS. I had posted an earlier version of this patch-set that included the VMBUS related changes. I have since separated the VMBUS chages and these have already been checked in. In this version, based on comments from James, the timeout is no longer a module parameter. K. Y. Srinivasan (5): Drivers: scsi: storvsc: Increase the value of scsi timeout for storvsc devices Drivers: scsi: storvsc: Update the storage protocol to win8 level Drivers: scsi: storvsc: Implement multi-channel support Drivers: scsi: storvsc: Support FC devices Drivers: scsi: storvsc: Increase the value of STORVSC_MAX_IO_REQUESTS drivers/scsi/storvsc_drv.c | 347 +++++++++++++++++++++++++++++++++++++++----- 1 files changed, 308 insertions(+), 39 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/