All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] aacraid driver updates
@ 2005-09-20 19:55 Mark Haverkamp
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Haverkamp @ 2005-09-20 19:55 UTC (permalink / raw)
  To: James Bottomley, linux-scsi; +Cc: Mark Salyzyn

This is an update to the set of patches that I sent out on September
8th.  There have been updates from review comments, some bugs fixed, and
one patch (add name to driver template) dropped.

Applies to scsi-misc-2.6 git tree.


-- 
Mark Haverkamp <markh@osdl.org>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/7] aacraid driver updates
  2015-03-16 11:24 ` Mahesh Rajashekhara
@ 2015-03-16 12:49   ` James Bottomley
  0 siblings, 0 replies; 6+ messages in thread
From: James Bottomley @ 2015-03-16 12:49 UTC (permalink / raw)
  To: Mahesh Rajashekhara
  Cc: linux-scsi, aacraid, Harry Yang, Achim Leubner,
	Rajinikanth Pandurangan, Rich Bono

On Mon, 2015-03-16 at 11:24 +0000, Mahesh Rajashekhara wrote:
> Hi James,
> 
> Can you please let me know the status of this patch set which I
> submitted sometime back.

We're following this:

http://marc.info/?l=linux-scsi&m=142556689315114

So you need a review.

James



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 0/7] aacraid driver updates
  2015-03-04  8:38 Mahesh Rajashekhara
@ 2015-03-16 11:24 ` Mahesh Rajashekhara
  2015-03-16 12:49   ` James Bottomley
  0 siblings, 1 reply; 6+ messages in thread
From: Mahesh Rajashekhara @ 2015-03-16 11:24 UTC (permalink / raw)
  To: JBottomley, linux-scsi
  Cc: aacraid, Harry Yang, Achim Leubner, Rajinikanth Pandurangan, Rich Bono

Hi James,

Can you please let me know the status of this patch set which I submitted sometime back.

Thanks,
Mahesh

-----Original Message-----
From: Mahesh Rajashekhara 
Sent: Wednesday, March 04, 2015 2:08 PM
To: JBottomley@Parallels.com; linux-scsi@vger.kernel.org
Cc: aacraid@pmc-sierra.com; Harry Yang; Achim Leubner; Rajinikanth Pandurangan; Rich Bono; Mahesh Rajashekhara
Subject: [PATCH 0/7] aacraid driver updates

This patch set includes some important bug fixes and new feature supports.

Mahesh Rajashekhara (7):
  aacraid: AIF support for SES device add/remove
  aacraid: IOCTL pass-through command fix
  aacraid: 4KB sector support
  aacraid: MSI-x support
  aacraid: vpd page code 0x83 support
  aacraid: performance improvement changes
  aacraid: AIF raw device remove support

 drivers/scsi/aacraid/aachba.c   |  355 +++++++++++++++++++++++++++++------
 drivers/scsi/aacraid/aacraid.h  |  102 +++++++++-
 drivers/scsi/aacraid/commctrl.c |   10 +-
 drivers/scsi/aacraid/comminit.c |  106 ++++++++++-
 drivers/scsi/aacraid/commsup.c  |   78 ++++++--
 drivers/scsi/aacraid/dpcsup.c   |   13 +-
 drivers/scsi/aacraid/linit.c    |   48 +++--
 drivers/scsi/aacraid/rx.c       |   14 +-
 drivers/scsi/aacraid/src.c      |  404 +++++++++++++++++++++++++++++----------
 9 files changed, 894 insertions(+), 236 deletions(-)

-- 
1.7.7.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/7] aacraid driver updates
@ 2015-03-04  8:38 Mahesh Rajashekhara
  2015-03-16 11:24 ` Mahesh Rajashekhara
  0 siblings, 1 reply; 6+ messages in thread
From: Mahesh Rajashekhara @ 2015-03-04  8:38 UTC (permalink / raw)
  To: JBottomley, linux-scsi
  Cc: aacraid, Harry.Yang, Achim.Leubner, Rajinikanth.Pandurangan,
	Rich.Bono, Mahesh.Rajashekhara

This patch set includes some important bug fixes and new feature supports.

Mahesh Rajashekhara (7):
  aacraid: AIF support for SES device add/remove
  aacraid: IOCTL pass-through command fix
  aacraid: 4KB sector support
  aacraid: MSI-x support
  aacraid: vpd page code 0x83 support
  aacraid: performance improvement changes
  aacraid: AIF raw device remove support

 drivers/scsi/aacraid/aachba.c   |  355 +++++++++++++++++++++++++++++------
 drivers/scsi/aacraid/aacraid.h  |  102 +++++++++-
 drivers/scsi/aacraid/commctrl.c |   10 +-
 drivers/scsi/aacraid/comminit.c |  106 ++++++++++-
 drivers/scsi/aacraid/commsup.c  |   78 ++++++--
 drivers/scsi/aacraid/dpcsup.c   |   13 +-
 drivers/scsi/aacraid/linit.c    |   48 +++--
 drivers/scsi/aacraid/rx.c       |   14 +-
 drivers/scsi/aacraid/src.c      |  404 +++++++++++++++++++++++++++++----------
 9 files changed, 894 insertions(+), 236 deletions(-)

-- 
1.7.7.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/7] aacraid: DRiver updates
@ 2007-03-15 17:25 Mark Haverkamp
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Haverkamp @ 2007-03-15 17:25 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi, Mark Salyzyn

The following 7 patches contain various updates described in each mail.

Patches apply to the scsi-misc-2.6 tree.

 aachba.c   |  386 ++++++++++++++++++++++++++++++---------------------
 aacraid.h  |    9 -
 commctrl.c |  282 ++++++++++++++++++++++---------------
 commsup.c  |  106 +++++---------
 dpcsup.c   |   32 ++--
 linit.c    |   64 +++++++-
 rx.c       |   43 +++--

-- 
Mark Haverkamp <markh@linux-foundation.org>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/7] aacraid driver updates
@ 2005-08-03 22:40 Mark Haverkamp
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Haverkamp @ 2005-08-03 22:40 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi, Mark Salyzyn

The following 7 patches contain various aacraid driver updates described
in each mail.

Some patches have been sent out previously.  All have been re-diffed to
make sure that they apply to the latest scsi-misc-2.6 git tree.


-- 
Mark Haverkamp <markh@osdl.org>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-16 12:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-20 19:55 [PATCH 0/7] aacraid driver updates Mark Haverkamp
  -- strict thread matches above, loose matches on Subject: below --
2015-03-04  8:38 Mahesh Rajashekhara
2015-03-16 11:24 ` Mahesh Rajashekhara
2015-03-16 12:49   ` James Bottomley
2007-03-15 17:25 [PATCH 0/7] aacraid: DRiver updates Mark Haverkamp
2005-08-03 22:40 [PATCH 0/7] aacraid driver updates Mark Haverkamp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.