All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/14] megaraid_sas: Updates for scsi-next
@ 2017-08-23 11:46 Shivasharan S
  2017-08-23 11:46 ` [PATCH v3 01/14] 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; 16+ messages in thread
From: Shivasharan S @ 2017-08-23 11:46 UTC (permalink / raw)
  To: linux-scsi
  Cc: martin.petersen, thenzl, jejb, kashyap.desai, sumit.saxena, hare,
	hch, Shivasharan S

Changes from v2:
- Patch 9: Updated patch description
- Dropped patch 11 of the last series. As per discussion
  with Christoph Hellwig, there was concern over the blk-mq
  specific hack in the changes. Also this needs to be tested with
  latest blk-mq performance improvements patchset from Ming.
  We will follow up on this patch during next phase submission.
- Rebased all patches to latest scsi/for-next branch.

Changes from v1:
- Patch 4: Updated patch description
- Patch 9: Cleanup ld_drv_map in case ld_map allocation fails

Shivasharan S (14):
  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: 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   |  39 +++++--
 drivers/scsi/megaraid/megaraid_sas_fp.c     |  40 +++----
 drivers/scsi/megaraid/megaraid_sas_fusion.c | 170 ++++++++++++++++++----------
 4 files changed, 154 insertions(+), 100 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-08-24  3:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23 11:46 [PATCH v3 00/14] megaraid_sas: Updates for scsi-next Shivasharan S
2017-08-23 11:46 ` [PATCH v3 01/14] megaraid_sas: mismatch of allocated MFI frame size and length exposed in MFI MPT pass through command Shivasharan S
2017-08-23 11:46 ` [PATCH v3 02/14] megaraid_sas: set minimum value of resetwaittime to be 1 secs Shivasharan S
2017-08-23 11:46 ` [PATCH v3 03/14] megaraid_sas: Use synchronize_irq in target reset case Shivasharan S
2017-08-23 11:46 ` [PATCH v3 04/14] megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while there are pending commands Shivasharan S
2017-08-23 11:46 ` [PATCH v3 05/14] megaraid_sas: Do not re-fire shutdown DCMD after OCR Shivasharan S
2017-08-23 11:47 ` [PATCH v3 06/14] megaraid_sas: Fix endianness issues in DCMD handling Shivasharan S
2017-08-23 11:47 ` [PATCH v3 07/14] megaraid_sas: Check valid aen class range to avoid kernel panic Shivasharan S
2017-08-23 11:47 ` [PATCH v3 08/14] megaraid_sas: Use SMID for Task abort case only Shivasharan S
2017-08-23 11:47 ` [PATCH v3 09/14] megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID map Shivasharan S
2017-08-23 11:47 ` [PATCH v3 10/14] megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE in case adapter is dead Shivasharan S
2017-08-23 11:47 ` [PATCH v3 11/14] megaraid_sas: replace internal FALSE/TRUE definitions with false/true Shivasharan S
2017-08-23 11:47 ` [PATCH v3 12/14] megaraid_sas: modified few prints in OCR and IOC INIT path Shivasharan S
2017-08-23 11:47 ` [PATCH v3 13/14] megaraid_sas: call megasas_dump_frame with correct IO frame size Shivasharan S
2017-08-23 11:47 ` [PATCH v3 14/14] megaraid_sas: driver version upgrade Shivasharan S
2017-08-24  3:19 ` [PATCH v3 00/14] megaraid_sas: Updates for scsi-next Martin K. Petersen

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.