All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] megaraid_sas: driver updates
@ 2018-01-05 13:27 Shivasharan S
  2018-01-05 13:27 ` [PATCH 01/14] megaraid_sas: zero out IOC INIT and stream detection memory Shivasharan S
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Shivasharan S @ 2018-01-05 13:27 UTC (permalink / raw)
  To: linux-scsi; +Cc: kashyap.desai, sumit.saxena, Shivasharan S

Shivasharan S (14):
  megaraid_sas: zero out IOC INIT and stream detection memory
  megaraid_sas: memset IOC INIT frame using correct size
  megaraid_sas: Return the DCMD status from megasas_get_seq_num
  megaraid_sas: Reset ldio_outstanding in megasas_resume
  megaraid_sas: Error handling for invalid ldcount provided by firmware
    in RAID map
  megaraid_sas: unload flag should be set after scsi_remove_host is
    called
  megaraid_sas: Avoid firing DCMDs while OCR is in progress
  megaraid_sas: Use megasas_wait_for_adapter_operational to detect
    controller state in IOCTL path
  megaraid_sas: Update LD map after populating drv_map driver map copy
  megaraid_sas: Selectively apply stream detection based on IO type
  megaraid_sas: Expose fw_cmds_outstanding through sysfs
  megaraid_sas: re-work DCMD refire code
  megaraid_sas: NVME passthru command support
  megaraid_sas: driver version upgrade

 drivers/scsi/megaraid/megaraid_sas.h        |  37 ++++--
 drivers/scsi/megaraid/megaraid_sas_base.c   | 171 ++++++++++++++--------------
 drivers/scsi/megaraid/megaraid_sas_fp.c     |  28 +++--
 drivers/scsi/megaraid/megaraid_sas_fusion.c |  92 ++++++++++-----
 drivers/scsi/megaraid/megaraid_sas_fusion.h |   6 +
 5 files changed, 198 insertions(+), 136 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2018-01-11  4:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-05 13:27 [PATCH 00/14] megaraid_sas: driver updates Shivasharan S
2018-01-05 13:27 ` [PATCH 01/14] megaraid_sas: zero out IOC INIT and stream detection memory Shivasharan S
2018-01-05 13:27 ` [PATCH 02/14] megaraid_sas: memset IOC INIT frame using correct size Shivasharan S
2018-01-05 13:27 ` [PATCH 03/14] megaraid_sas: Return the DCMD status from megasas_get_seq_num Shivasharan S
2018-01-05 13:27 ` [PATCH 04/14] megaraid_sas: Reset ldio_outstanding in megasas_resume Shivasharan S
2018-01-05 13:27 ` [PATCH 05/14] megaraid_sas: Error handling for invalid ldcount provided by firmware in RAID map Shivasharan S
2018-01-05 13:27 ` [PATCH 06/14] megaraid_sas: unload flag should be set after scsi_remove_host is called Shivasharan S
2018-01-05 13:27 ` [PATCH 07/14] megaraid_sas: Avoid firing DCMDs while OCR is in progress Shivasharan S
2018-01-05 13:27 ` [PATCH 08/14] megaraid_sas: Use megasas_wait_for_adapter_operational to detect controller state in IOCTL path Shivasharan S
2018-01-05 13:27 ` [PATCH 09/14] megaraid_sas: Update LD map after populating drv_map driver map copy Shivasharan S
2018-01-05 13:27 ` [PATCH 10/14] megaraid_sas: Selectively apply stream detection based on IO type Shivasharan S
2018-01-05 13:27 ` [PATCH 11/14] megaraid_sas: Expose fw_cmds_outstanding through sysfs Shivasharan S
2018-01-05 13:27 ` [PATCH 12/14] megaraid_sas: re-work DCMD refire code Shivasharan S
2018-01-05 13:27 ` [PATCH 13/14] megaraid_sas: NVME passthru command support Shivasharan S
2018-01-05 13:27 ` [PATCH 14/14] megaraid_sas: driver version upgrade Shivasharan S
2018-01-11  4:21 ` [PATCH 00/14] megaraid_sas: driver updates 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.