All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] megaraid_sas: Updates for scsi-next
@ 2017-10-19  9:48 Shivasharan S
  2017-10-19  9:48 ` [PATCH 01/19] megaraid_sas: use adapter_type for all gen controllers Shivasharan S
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Shivasharan S @ 2017-10-19  9:48 UTC (permalink / raw)
  To: linux-scsi; +Cc: kashyap.desai, sumit.saxena, Shivasharan S

Shivasharan S (19):
  megaraid_sas: use adapter_type for all gen controllers
  megaraid_sas: Add support for Crusader controllers
  megaraid_sas: replace instance->ctrl_context checks with
    instance->adapter_type
  megaraid_sas: Remove redundant checks for ctrl_context
  megaraid_sas: replace is_ventura with adapter_type checks
  megaraid_sas: reduce size of fusion_context and use kmalloc for
    allocation
  megaraid_sas: Create separate functions to allocate ctrl memory
  megaraid_sas: Create separate functions for allocating and freeing
    controller DMA buffers
  megaraid_sas: Pre-allocate frequently used DMA buffers
  megaraid_sas: remove instance->ctrl_info
  megaraid_sas: Move initialization of instance parameters inside newly
    created function megasas_init_ctrl_params
  megaraid_sas: Move controller memory allocations and DMA mask settings
    from probe to megasas_init_fw
  megaraid_sas: Update current host time to FW during IOC Init
  megaraid_sas: Resize MFA frame used for IOC INIT to 4k
  megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP
    commands
  megaraid_sas: Retry with reduced queue depth when alloc fails for
    higher QD
  megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ mode
  megaraid_sas: Add support for 64bit consistent DMA
  megaraid_sas: driver version upgrade

 drivers/scsi/megaraid/megaraid_sas.h        |   64 +-
 drivers/scsi/megaraid/megaraid_sas_base.c   | 1023 +++++++++++++++++----------
 drivers/scsi/megaraid/megaraid_sas_fp.c     |   20 +-
 drivers/scsi/megaraid/megaraid_sas_fusion.c |  676 +++++++++++++-----
 drivers/scsi/megaraid/megaraid_sas_fusion.h |   29 +-
 5 files changed, 1207 insertions(+), 605 deletions(-)

-- 
2.14.1.dirty

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

end of thread, other threads:[~2017-10-23  8:27 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-19  9:48 [PATCH 00/19] megaraid_sas: Updates for scsi-next Shivasharan S
2017-10-19  9:48 ` [PATCH 01/19] megaraid_sas: use adapter_type for all gen controllers Shivasharan S
2017-10-19  9:48 ` [PATCH 02/19] megaraid_sas: Add support for Crusader controllers Shivasharan S
2017-10-19  9:48 ` [PATCH 03/19] megaraid_sas: replace instance->ctrl_context checks with instance->adapter_type Shivasharan S
2017-10-19  9:48 ` [PATCH 04/19] megaraid_sas: Remove redundant checks for ctrl_context Shivasharan S
2017-10-19  9:48 ` [PATCH 05/19] megaraid_sas: replace is_ventura with adapter_type checks Shivasharan S
2017-10-19  9:48 ` [PATCH 06/19] megaraid_sas: reduce size of fusion_context and use kmalloc for allocation Shivasharan S
2017-10-19  9:48 ` [PATCH 07/19] megaraid_sas: Create separate functions to allocate ctrl memory Shivasharan S
2017-10-19  9:48 ` [PATCH 08/19] megaraid_sas: Create separate functions for allocating and freeing controller DMA buffers Shivasharan S
2017-10-19  9:48 ` [PATCH 09/19] megaraid_sas: Pre-allocate frequently used " Shivasharan S
2017-10-19  9:48 ` [PATCH 10/19] megaraid_sas: remove instance->ctrl_info Shivasharan S
2017-10-19  9:48 ` [PATCH 11/19] megaraid_sas: Move initialization of instance parameters inside newly created function megasas_init_ctrl_params Shivasharan S
2017-10-19  9:48 ` [PATCH 12/19] megaraid_sas: Move controller memory allocations and DMA mask settings from probe to megasas_init_fw Shivasharan S
2017-10-19  9:49 ` [PATCH 13/19] megaraid_sas: Update current host time to FW during IOC Init Shivasharan S
2017-10-19  9:49 ` [PATCH 14/19] megaraid_sas: Resize MFA frame used for IOC INIT to 4k Shivasharan S
2017-10-19  9:49 ` [PATCH 15/19] megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commands Shivasharan S
2017-10-19  9:49 ` [PATCH 16/19] megaraid_sas: Retry with reduced queue depth when alloc fails for higher QD Shivasharan S
2017-10-19  9:49 ` [PATCH 17/19] megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ mode Shivasharan S
2017-10-19  9:49 ` [PATCH 18/19] megaraid_sas: Add support for 64bit consistent DMA Shivasharan S
2017-10-19  9:49 ` [PATCH 19/19] megaraid_sas: driver version upgrade Shivasharan S
2017-10-23  8:26 ` [PATCH 00/19] 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.