> -Original Message-
> From: Hannes Reinecke [mailto:h...@suse.de]
> Sent: Friday, January 17, 2014 9:31 AM
> To: Miller, Mike (OS Dev)
> Cc: Tomas Henzl; Andrew Morton; James E. J. Bottomley; LKML; LKML-scsi;
> Stephen M. Cameron
> Subject: Re: [PATCH 1/1] scsi: h
> -Original Message-
> From: Tomas Henzl [mailto:the...@redhat.com]
> Sent: Friday, January 17, 2014 9:14 AM
> To: Miller, Mike (OS Dev); Andrew Morton; James E. J. Bottomley
> Cc: LKML; LKML-scsi; h...@suse.de; Stephen M. Cameron
> Subject: Re: [PATCH 1/1] scsi: hpsa
> -Original Message-
> From: James Bottomley [mailto:james.bottom...@hansenpartnership.com]
> Sent: Monday, December 02, 2013 11:23 AM
> To: Miller, Mike (OS Dev)
> Cc: scame...@beardog.cce.hp.com; Tomas Henzl;
> stephenmcame...@gmail.com; linux-scsi@vger.kernel.org;
> -Original Message-
> From: Jens Axboe [mailto:ax...@kernel.dk]
> Sent: Friday, October 18, 2013 11:55 AM
> To: Miller, Mike (OS Dev); Andrew Morton
> Cc: LKML-scsi; LKML
> Subject: Re: [PATCH 1/1] remove cpqarray from mainline kernel
>
> On 10/18/2013 10:22
> -Original Message-
> From: Jens Axboe [mailto:ax...@kernel.dk]
> Sent: Thursday, October 17, 2013 5:36 PM
> To: Andrew Morton
> Cc: Miller, Mike (OS Dev); LKML-scsi; LKML
> Subject: Re: [PATCH 1/1] remove cpqarray from mainline kernel
>
> On Thu, Oct 17 2
-Original Message-
From: James Bottomley [mailto:james.bottom...@hansenpartnership.com]
Sent: Tuesday, September 10, 2013 5:02 PM
To: Miller, Mike (OS Dev)
Cc: Andrew Morton; LKML; LKML-scsi
Subject: Re: [PATCH 1/4] hpsa: add HP Smart Array Gen9 PCI ID's
On Wed, 2013-09-04 at
-Original Message-
From: James Bottomley [mailto:james.bottom...@hansenpartnership.com]
Sent: Wednesday, August 14, 2013 4:27 PM
To: Miller, Mike (OS Dev); mi...@thumper.usa.hp.com
Cc: Andrew Morton; Jens Axboe; LKML-scsi; LKML; the...@redhat.com;
bubr...@redhat.com; scame
Jens wrote:
>
> On Wed, Feb 20 2008, Mike Miller wrote:
> > Patch 1 of 1
> >
> > This patch hopefully fixes all the brokeness in my last
> submission. It
> > compiles cleanly with tape support on or off. I added a couple of
> > #ifdef's and removed the broken macro definition. The
> #ifdef's made i
> -Original Message-
> From: Andrew Morton [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 19, 2008 6:00 AM
> To: Jens Axboe
> Cc: Miller, Mike (OS Dev); LKML; LKML-scsi
> Subject: Re: [PATCH 1/1] cciss: procfs updates to display
> info about many volumes
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 14, 2008 8:16 AM
> To: Miller, Mike (OS Dev)
> Subject: [Bug 9859] hp smart array E200i kernel panic upon boot
>
> http://bugzilla.kernel.org/show_bug.cgi?id=985
> --- linux-2.6.24-rc7-git1.orig/drivers/block/cciss.c
> +++ linux-2.6.24-rc7-git1/drivers/block/cciss.c
> @@ -2927,7 +2927,7 @@ default_int_mode:
> return;
> }
>
> -static int cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
> +static int __devinit cciss_pci_init(ctlr_info_t *c, struc
>
> Mike, what's going on? I definitely told you last time I
> looked at this patch that it is a bug to call
> sysfs_remove_group() under spinlock, because
> sysfs_remove_group() takes sleeping locks. Yet here it is again.
>
> Maybe you lost my email. It is here:
> http://lkml.org/lkml/2007/11/2
> >
> > Why is this removed?
>
> Sorry for the less explanation.
>
> Because it is done in __end_that_request_first() called from
> blk_end_request().
> I'll add the explanation to the patch description when I
> update the patch.
>
Thank you. I've Acked the patch.
-- mikem
-
To unsubscribe from t
> -Original Message-
> From: Kiyoshi Ueda [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 11, 2007 4:50 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; linux-scsi@vger.kernel.org;
> [EMAIL PROTECTED]; [EMAIL PROTECTED];
> [EMAIL PROTECTED]; [EMAIL PROTECTED];
>
> This patch converts cciss to use blk_end_request interfaces.
> Related 'uptodate' arguments are converted to 'error'.
>
> cciss is a little bit different from "normal" drivers.
> cciss directly calls bio_endio() and disk_stat_add() when
> completing request. But those can be replaced with
> __
> -Original Message-
> From: Kiyoshi Ueda [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 11, 2007 4:50 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; linux-scsi@vger.kernel.org;
> [EMAIL PROTECTED]; [EMAIL PROTECTED];
> [EMAIL PROTECTED]; [EMAIL PROTECTED];
> -Original Message-
> From: Jens Axboe [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 19, 2007 1:51 PM
> To: Miller, Mike (OS Dev)
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> linux-scsi@vger.kernel.org
> Subject: Re: [PATCH 1/1] cciss: add new controller supp
Vivek wrote:
>
> I think this is not the right usage of reset_devices
> parameter. This parameter instructs the driver to reset the
> device before going ahead with rest of the initialization
> before as underlying device might not be in a sane state.
> kexec/kdump is one of the usages and t
> -Original Message-
> From: Hannes Reinecke [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 29, 2007 7:01 AM
> To: Miller, Mike (OS Dev); SCSI Mailing List
> Subject: cciss broken with 2.6.22-rc2
>
> Hi Mike,
>
> with the latest git snapshot th
> -Original Message-
> From: Gerald Britton [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 14, 2007 12:53 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
> Miller, Mike (OS Dev); ISS StorageDev;
> linux-scsi@vger.kernel.org; [EMAIL PROTECTED]
> Subjec
> -Original Message-
> From: James Bottomley [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 19, 2007 11:22 AM
> To: Miller, Mike (OS Dev)
> Cc: Hisashi Hifumi; [EMAIL PROTECTED];
> [EMAIL PROTECTED]; [EMAIL PROTECTED];
> linux-scsi@vger.kernel.org; Cameron
> -Original Message-
> From: James Bottomley [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 19, 2007 10:19 AM
> To: Miller, Mike (OS Dev)
> Cc: Hisashi Hifumi; [EMAIL PROTECTED];
> [EMAIL PROTECTED]; [EMAIL PROTECTED];
> linux-scsi@vger.kernel.org; Cameron
> -Original Message-
> From: Hisashi Hifumi [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 18, 2007 2:03 AM
> To: Miller, Mike (OS Dev); [EMAIL PROTECTED]
> Subject: [PATCH] cciss: Fix warnings during compilation under
> 32bit environment
>
>
>
James wrote:
>
> On Thu, 2007-04-05 at 11:03 +0100, Christoph Hellwig wrote:
> > On Thu, Apr 05, 2007 at 11:58:06AM +0200, Hannes Reinecke wrote:
> > > Hi All,
> > >
> > > this patch adds the SG_IO ioctl to the cciss driver.
> > > As the driver is capable of sending SCSI CDBs to the controller
> -Original Message-
> From: Mike Miller (OS Dev) [mailto:[EMAIL PROTECTED]
>
> Andrew,
> Using this test program and changing the type of x to int,
> long, long long signed and unsigned the comparison always
> worked on x86, x86_64, and ia64. It looks to me like the
> comparsion wi
Thanks, Eric.
Anyone have any ideas why my cciss based system won't boot?
mikem
> -Original Message-
> From: Moore, Eric Dean [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 08, 2005 5:52 PM
> To: Miller, Mike (OS Dev); linux-kernel@vger.kernel.org;
> linux-
> This is after my minimal sas transport class, please also
> read the thread about it on linux-scsi
>
In the referenced code for using sysfs, there only appear to be methods
for reading attributes. How about if we want to cause a command to
get written out to the hardware? Do we do something
I've been asked to pass this on for some kind of clarification.
We have management apps requiring specific information from the Smart
Array controller. We're trying to use sysfs to accomplish the task. An
example of what we need to do is below. I'm sure some of you will
recognize this as CSMI.
The
> From: Christoph Hellwig [mailto:[EMAIL PROTECTED]
>
> This looks like a patch for Linux 2.4. Such major changes for the
> 2.4 tree don't make sense anymore, especially for
> functionality not even in Linux 2.6.
>
This is for 2.4, I should have specified that in the Subject line. We
did this
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 05, 2005 4:45 PM
> To: Miller, Mike (OS Dev)
> Cc: ISS StorageDev; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: [patch 1/1] block/cciss: replace schedule_timeou
30 matches
Mail list logo