All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] megaraid_sas: Updates for scsi-next
@ 2017-06-30  8:29 Shivasharan S
  2017-06-30  8:29 ` [PATCH 01/15] megaraid_sas: mismatch of allocated MFI frame size and length exposed in MFI MPT pass through command Shivasharan S
                   ` (14 more replies)
  0 siblings, 15 replies; 39+ messages in thread
From: Shivasharan S @ 2017-06-30  8:29 UTC (permalink / raw)
  To: linux-scsi
  Cc: martin.petersen, thenzl, jejb, kashyap.desai, sumit.saxena, hare,
	hch, Shivasharan S

Shivasharan S (15):
  megaraid_sas: mismatch of allocated MFI frame size and length exposed
    in MFI MPT pass through command
  megaraid_sas: set minimum value of resetwaittime to be 1 secs
  megaraid_sas: Use synchronize_irq in target reset case
  megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second
    while there are pending commands
  megaraid_sas: Do not re-fire shutdown DCMD after OCR
  megaraid_sas: Fix endianness issues in DCMD handling
  megaraid_sas: Check valid aen class range to avoid kernel panic
  megaraid_sas: Use SMID for Task abort case only
  megaraid_sas: use vmalloc for crash dump buffers and driver's local
    RAID map
  megaraid_sas: Return pended IOCTLs with cmd_status
    MFI_STAT_WRONG_STATE in case adapter is dead
  megaraid_sas: Set device queue_depth same as HBA can_queue value in
    scsi-mq mode
  megaraid_sas: replace internal FALSE/TRUE definitions with false/true
  megaraid_sas: modified few prints in OCR and IOC INIT path
  megaraid_sas: call megasas_dump_frame with correct IO frame size
  megaraid_sas: driver version upgrade

 drivers/scsi/megaraid/megaraid_sas.h        |   5 +-
 drivers/scsi/megaraid/megaraid_sas_base.c   |  44 ++++++--
 drivers/scsi/megaraid/megaraid_sas_fp.c     |  40 +++----
 drivers/scsi/megaraid/megaraid_sas_fusion.c | 161 +++++++++++++++++-----------
 4 files changed, 149 insertions(+), 101 deletions(-)

-- 
2.8.3

^ permalink raw reply	[flat|nested] 39+ messages in thread
* [PATCH 00/15] megaraid_sas: Updates for scsi-next
@ 2015-12-18 13:26 Sumit Saxena
  0 siblings, 0 replies; 39+ messages in thread
From: Sumit Saxena @ 2015-12-18 13:26 UTC (permalink / raw)
  To: jbottomley, hch, martin.petersen; +Cc: linux-scsi, kashyap.desai, sumit.saxena

Sumit Saxena (15):
  megaraid_sas: Do not allow PCI access during OCR
  megaraid_sas: MFI IO timeout handling
  megaraid_sas: Syncing request flags macro names with firmware
  megaraid_sas: Task management support
  megaraid_sas: Update device Queue depth based on interface type
  megaraid_sas: Fastpath region lock bypass
  megaraid_sas: Reply Descriptor Post Queue(RDPQ) support
  megaraid_sas: Code optimization build_and_issue_cmd return-type
  megaraid_sas: Dual Queue depth support
  megaraid_sas: IO throttling support
  megaraid_sas: Make adprecovery variable atomic
  megaraid_sas: MFI adapter's OCR changes
  megaraid_sas: Introduce module parameter for SCSI command-timeout
  megaraid_sas: SPERC OCR changes
  megaraid_sas: SPERC boot driver reorder

 drivers/scsi/megaraid/megaraid_sas.h        |  366 +++++++-
 drivers/scsi/megaraid/megaraid_sas_base.c   | 1373 +++++++++++++++++++--------
 drivers/scsi/megaraid/megaraid_sas_fp.c     |    2 +
 drivers/scsi/megaraid/megaraid_sas_fusion.c | 1260 ++++++++++++++++++-------
 drivers/scsi/megaraid/megaraid_sas_fusion.h |  136 +++-
 5 files changed, 2404 insertions(+), 733 deletions(-)


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

end of thread, other threads:[~2017-07-05 10:34 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-30  8:29 [PATCH 00/15] megaraid_sas: Updates for scsi-next Shivasharan S
2017-06-30  8:29 ` [PATCH 01/15] megaraid_sas: mismatch of allocated MFI frame size and length exposed in MFI MPT pass through command Shivasharan S
2017-06-30 13:23   ` Hannes Reinecke
2017-06-30  8:29 ` [PATCH 02/15] megaraid_sas: set minimum value of resetwaittime to be 1 secs Shivasharan S
2017-06-30 13:23   ` Hannes Reinecke
2017-06-30  8:29 ` [PATCH 03/15] megaraid_sas: Use synchronize_irq in target reset case Shivasharan S
2017-06-30 13:24   ` Hannes Reinecke
2017-06-30  8:29 ` [PATCH 04/15] megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while there are pending commands Shivasharan S
2017-06-30 13:25   ` Hannes Reinecke
2017-07-04  7:05     ` Shivasharan Srikanteshwara
2017-06-30  8:29 ` [PATCH 05/15] megaraid_sas: Do not re-fire shutdown DCMD after OCR Shivasharan S
2017-06-30 13:30   ` Hannes Reinecke
2017-07-04  7:08     ` Shivasharan Srikanteshwara
2017-07-05 10:33     ` Shivasharan Srikanteshwara
2017-07-05 10:34       ` Hannes Reinecke
2017-06-30  8:30 ` [PATCH 06/15] megaraid_sas: Fix endianness issues in DCMD handling Shivasharan S
2017-06-30 13:34   ` Hannes Reinecke
2017-06-30  8:30 ` [PATCH 07/15] megaraid_sas: Check valid aen class range to avoid kernel panic Shivasharan S
2017-06-30 13:35   ` Hannes Reinecke
2017-06-30  8:30 ` [PATCH 08/15] megaraid_sas: Use SMID for Task abort case only Shivasharan S
2017-06-30 13:35   ` Hannes Reinecke
2017-06-30  8:30 ` [PATCH 09/15] megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID map Shivasharan S
2017-06-30 13:36   ` Hannes Reinecke
2017-06-30 14:30   ` Tomas Henzl
2017-07-03  7:13     ` Shivasharan Srikanteshwara
2017-06-30  8:30 ` [PATCH 10/15] megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE in case adapter is dead Shivasharan S
2017-06-30 13:37   ` Hannes Reinecke
2017-06-30  8:30 ` [PATCH 11/15] megaraid_sas: Set device queue_depth same as HBA can_queue value in scsi-mq mode Shivasharan S
2017-06-30 13:39   ` Hannes Reinecke
2017-07-04  7:22     ` Shivasharan Srikanteshwara
2017-06-30  8:30 ` [PATCH 12/15] megaraid_sas: replace internal FALSE/TRUE definitions with false/true Shivasharan S
2017-06-30 13:40   ` Hannes Reinecke
2017-06-30  8:30 ` [PATCH 13/15] megaraid_sas: modified few prints in OCR and IOC INIT path Shivasharan S
2017-06-30 13:40   ` Hannes Reinecke
2017-06-30  8:30 ` [PATCH 14/15] megaraid_sas: call megasas_dump_frame with correct IO frame size Shivasharan S
2017-06-30 13:41   ` Hannes Reinecke
2017-06-30  8:30 ` [PATCH 15/15] megaraid_sas: driver version upgrade Shivasharan S
2017-06-30 13:41   ` Hannes Reinecke
  -- strict thread matches above, loose matches on Subject: below --
2015-12-18 13:26 [PATCH 00/15] megaraid_sas: Updates for scsi-next Sumit Saxena

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.