Re: [PATCH 1/2] scsi: explicitly release bidi buffers

2014-03-26 Thread Christoph Hellwig
Now that LSF is done can I get anyone excited to review these? On Wed, Mar 12, 2014 at 04:06:06AM -0700, Christoph Hellwig wrote: > Instead of trying to guess when we have a BIDI buffer in scsi_release_buffers > add a function to explicitly free the BIDI ressoures in the one place that > handles t

Re: [PATCH 28/39] scsi: reintroduce scsi_driver.init_command

2014-03-26 Thread Christoph Hellwig
This is another one I'd like to send off to James ASAP, can I get some reviews? On Mon, Mar 17, 2014 at 06:28:01AM -0700, Christoph Hellwig wrote: > Instead of letting the ULD play games with the prep_fn move back to > the model of a central prep_fn with a callback to the ULD. This > already clea

Re: [PATCH 19/35] hpsa: add task management for ioaccel mode 2

2014-03-26 Thread Tomas Henzl
On 02/18/2014 08:56 PM, Stephen M. Cameron wrote: > From: Scott Teel > > Underlying firmware cannot handle task abort on accelerated path (SSD Smart > Path). > Change abort requests for accelerated path commands to physical target reset. > Send reset request on normal IO path. > > Signed-off-by:

[PATCH] hpsa: Checking for a NULL return from a kzalloc call

2014-03-26 Thread Joe Handzik
From: Joe Handzik Checking for a NULL return from a kzalloc call in hpsa_get_pdisk_of_ioaccel2. Signed-off-by: Scott Teel Signed-off-by: Joe Handzik --- drivers/scsi/hpsa.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c inde