Re: [PATCH] iser-target: Disable TX completion interrupt coalescing

2014-10-08 Thread Sagi Grimberg
On 10/8/2014 9:01 AM, Nicholas A. Bellinger wrote: On Tue, 2014-10-07 at 09:58 +0300, Sagi Grimberg wrote: On 10/6/2014 5:15 AM, Nicholas A. Bellinger wrote: From: Nicholas Bellinger This patch explicitly disables TX completion interrupt coalescing logic in isert_put_response() and isert_put_

Re: [PATCH 23/29] atari_scsi: Convert to platform device

2014-10-08 Thread Finn Thain
On Mon, 6 Oct 2014, Michael Schmitz wrote: > > > > > Can these be handled through the platform_device's resources? > > > > > > > > I don't know. > > > > > > Should be possible - I've seen that used in the ISP116x HCD driver > > > (arch-dependent post-register access delay function passed via

DONATION FOR YOU

2014-10-08 Thread lee_ch...@merchantagrocompany.org
We are giving out financial donation. Please write back to partake. Here is my contact email: lee.leech...@yandex.com -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/ma

Re: [PATCH v2 01/12] blk-mq: Use all available hardware queues

2014-10-08 Thread Bart Van Assche
On 10/07/14 16:37, Jens Axboe wrote: Lets do this separate, as explained last time, it needs to be evaluated on its own and doesn't really belong in this series of patches. Hello Jens, A few minutes ago I have resent this patch to you with the LKML in CC. I hope that Christoph agrees with lea

[PATCH] scsi: ips.c: use 64-bit time types

2014-10-08 Thread Ebru Akagunduz
This patch changes 32-bit time types to 64-bit in ips.c time_t can only represent signed 32-bit dates but the driver should represent dates that are after January 2038. Use time64_t type instead of time_t. Signed-off-by: Ebru Akagunduz --- drivers/scsi/ips.c | 6 -- drivers/scsi/ips.h | 2

Re: [PATCH] scsi: ips.c: use 64-bit time types

2014-10-08 Thread Arnd Bergmann
On Wednesday 08 October 2014 23:14:08 Ebru Akagunduz wrote: > This patch changes 32-bit time types to 64-bit in > ips.c > > time_t can only represent signed 32-bit dates but > the driver should represent dates that are after > January 2038. > > Use time64_t type instead of time_t. > > Signed-off

RE: [PATCH 21/26] scsi: simplify scsi_log_(send|completion)

2014-10-08 Thread Elliott, Robert (Server Storage)
> -Original Message- > From: Hannes Reinecke [mailto:h...@suse.de] > Sent: Tuesday, 07 October, 2014 4:03 AM > To: James Bottomley > Cc: Christoph Hellwig; linux-scsi@vger.kernel.org; Elliott, Robert (Server > Storage); Hannes Reinecke > Subject: [PATCH 21/26] scsi: simplify scsi_log_(send|

Re: [PATCH] scsi: ips.c: use 64-bit time types

2014-10-08 Thread James Bottomley
On Wed, 2014-10-08 at 23:14 +0300, Ebru Akagunduz wrote: > This patch changes 32-bit time types to 64-bit in > ips.c > > time_t can only represent signed 32-bit dates but > the driver should represent dates that are after > January 2038. > > Use time64_t type instead of time_t. > > Signed-off-by

Re: [PATCH] scsi: ips.c: use 64-bit time types

2014-10-08 Thread Arnd Bergmann
On Wednesday 08 October 2014 13:44:55 James Bottomley wrote: > > diff --git a/drivers/scsi/ips.h b/drivers/scsi/ips.h > > index 45b9566..ff2a0b3 100644 > > --- a/drivers/scsi/ips.h > > +++ b/drivers/scsi/ips.h > > @@ -1054,7 +1054,7 @@ typedef struct ips_ha { > > uint8_tactive; > >

[PATCH] vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINT

2014-10-08 Thread Nicholas A. Bellinger
From: Nicholas Bellinger This patch addresses a bug where individual vhost-scsi configfs endpoint groups can be removed from below while active exports to QEMU userspace still exist, resulting in an OOPs. It adds a configfs_depend_item() in vhost_scsi_set_endpoint() to obtain an explicit depende

Re: [PATCH] vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINT

2014-10-08 Thread Nicholas A. Bellinger
Hi MST & Co, Quick question below wrt to this patch.. On Thu, 2014-10-09 at 03:34 +, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > This patch addresses a bug where individual vhost-scsi configfs endpoint > groups can be removed from below while active exports to QEMU userspace