On Wed, 2014-03-12 at 22:04 -0600, Bjorn Helgaas wrote:
> On Mon, Feb 24, 2014 at 09:02:00AM +0100, Alexander Gordeev wrote:
> > Hello!
> >
> > This series is against James Bottomley's SCSI tree [1], but it needs
> > commit f7fc32c ("PCI/MSI: Add pci_enable_msi_exact() and
> > pci_enable_msix_exac
On Wed, 2014-01-08 at 12:16 +, Saxena, Sumit wrote:
>
> >-Original Message-
> >From: Wei Yongjun [mailto:weiyj...@gmail.com]
> >Sent: Friday, December 20, 2013 8:38 AM
> >To: DL-MegaRAID Linux; jbottom...@parallels.com; simon.pu...@gmail.com;
> >jkos...@suse.cz
> >Cc: yongjun_...@trend
On Tue, 2014-02-18 at 13:55 -0600, Stephen M. Cameron wrote:
> From: Scott Teel
>
> Signed-off-by: Scott Teel
> Acked-by: Stephen M. Cameron
Just a note: when you send a patch to me, that should be signed-off-by.
It's because you're part of the transmission path under the DCO (which
the signof
On Wed, 2014-01-08 at 12:28 +, Saxena, Sumit wrote:
>
> >-Original Message-
> >From: Jasper Spaans [mailto:spa...@fox-it.com]
> >Sent: Friday, October 25, 2013 5:53 PM
> >To: DL-MegaRAID Linux
> >Cc: linux-scsi@vger.kernel.org
> >Subject: [PATCH] megaraid_sas: make the log message abou
Cc: Artur Paszkiewicz
Signed-off-by: Lukasz Dorau
Signed-off-by: Dave Jiang
Signed-off-by: Maciej Patelczyk
---
MAINTAINERS |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1ecfde1..cf59068 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@
On 03/12/2014 09:40 PM, Jens Axboe wrote:
On 2014-03-12 11:35, Sagi Grimberg wrote:
Hey Jens,
So I'm looking at blk_iopoll for iSER & SRP and I have one gap I would
like to get your input on.
In blk-iopoll.c I see:
int blk_iopoll_enabled = 1;
EXPORT_SYMBOL(blk_iopoll_enabled);
This is set to
On Wednesday, March 12, 2014 02:19:32 PM Loc Ho wrote:
> This patch adds support for the APM X-Gene SoC AHCI SATA host controller
> driver. It requires the corresponding APM X-Gene SoC PHY driver. This
> initial version only supports Gen3 speed.
>
> Signed-off-by: Loc Ho
> Signed-off-by: Tuan Pha
On 03/12/2014 04:05 PM, a...@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2014-03-12-16-04 has been uploaded to
>
>http://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of m
On 3/13/2014 5:34 PM, Jens Axboe wrote:
On 03/12/2014 09:40 PM, Jens Axboe wrote:
On 2014-03-12 11:35, Sagi Grimberg wrote:
Hey Jens,
So I'm looking at blk_iopoll for iSER & SRP and I have one gap I would
like to get your input on.
In blk-iopoll.c I see:
int blk_iopoll_enabled = 1;
EXPORT_SYM
From: Chad Dupuis
Fixes some build warnings such as:
drivers/scsi/qla2xxx/qla_attr.c:162:6: warning: format '%lx' expects argument of
type 'long unsigned int', but argument 6 has type 'size_t'"
and
drivers/scsi/qla2xxx/qla_init.c:5198:7: warning: format '%lx' expects argument
of type 'long unsign
From: Stephen M. Cameron
Signed-off-by: Stephen M. Cameron
---
drivers/scsi/hpsa.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
index eb9af2f..9a6e4a2 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -53,7 +53,7
From: Stephen M. Cameron
It caused the i/o request to always be counted as ineligible for
the accelerated i/o path on 32 bit systems and negatively affected
performance.
Signed-off-by: Stephen M. Cameron
---
drivers/scsi/hpsa.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff
According to SPC-4, section 4.5.2.1, 252 is the limit of sense data. So
increase the values.
Tested by hacking QEMU to fake virtio-scsi request sense len to 252.
Without this patch the driver stops working immediately when it gets the
request.
Signed-off-by: Fam Zheng
---
include/linux/virtio_s
On 03/14/2014 07:00 AM, Fam Zheng wrote:
> According to SPC-4, section 4.5.2.1, 252 is the limit of sense data. So
> increase the values.
>
> Tested by hacking QEMU to fake virtio-scsi request sense len to 252.
> Without this patch the driver stops working immediately when it gets the
> request.
>
14 matches
Mail list logo