Re: [PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread Ian Abbott
On 2014-05-16 18:58, James Bottomley wrote: On Fri, 2014-05-16 at 18:39 +0100, Ian Abbott wrote: On 2014-05-16 18:14, James Bottomley wrote: On Fri, 2014-05-16 at 16:39 +0100, Ian Abbott wrote: From: Andy Whitcroft Suggested-by: James Bottomley That is my patch, isn't it, just w

Re: [PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread Ian Abbott
On 2014-05-16 18:14, James Bottomley wrote: On Fri, 2014-05-16 at 16:39 +0100, Ian Abbott wrote: From: Andy Whitcroft Suggested-by: James Bottomley That is my patch, isn't it, just with a slightly modified comment: http://marc.info/?l=linux-scsi&m=137908428211951 I believ

[PATCH 2/2] scsi: hyper-v storvsc -- host takes MAINTENANCE_IN commands badly -- elide them

2014-05-16 Thread Ian Abbott
From: Andy Whitcroft BugLink: http://bugs.launchpad.net/bugs/1234417 Signed-off-by: Andy Whitcroft Signed-off-by: Tim Gardner --- Original patch title was "UBUNTU: SAUCE: storvsc -- host takes MAINTENANCE_IN commands badly elide them". Changed by Ian Abbott --- drivers/scsi/sto

[PATCH 1/2] scsi: hyper-v storvsc switch up to SPC-3

2014-05-16 Thread Ian Abbott
From: Andy Whitcroft Suggested-by: James Bottomley Signed-off-by: Andy Whitcroft --- Original patch title changed slightly by Ian Abbott due to typo. --- drivers/scsi/storvsc_drv.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi

[PATCH 0/2] scsi: hyper-v storvsc changes by Ubuntu

2014-05-16 Thread Ian Abbott
These changes to the Microsoft Hyper-V storage driver in Ubuntu Saucy's 3.13 kernel look useful for the mainline kernel, especially as they enable 'TRIM' support. Andy Whitcroft (2): scsi: hyper-v storvsc switch up to SPC-3 scsi: hyper-v storvsc -- host takes MAINTENANCE_IN commands badly --