This patchset contains few enhancements and fixes in megaraid_sas driver. v2: - Fixed couple of typos and indentation issues as pointed out by Martin K. - Added proper commit descriptions where ever necessary. Anand Lodnoor (11): megaraid_sas: Reset adapter if FW is not in READY state after device resume megaraid_sas: Set no_write_same only for Virtual Disk megaraid_sas: Update optimal queue depth for SAS and NVMe devices megaraid_sas: Do not kill host bus adapter, if adapter is already dead megaraid_sas: Do not kill HBA if JBOD Seqence map or RAID map is disabled megaraid_sas: Do not set HBA Operational if FW is not in operational state megaraid_sas: Re-Define enum DCMD_RETURN_STATUS megaraid_sas: Do not initiate OCR if controller is not in ready state megaraid_sas: Limit the number of retries for the IOCTLs causing firmware fault megaraid_sas: Use Block layer API to check SCSI device in-flight IO requests megaraid_sas: Update driver version to 07.713.01.00-rc1 drivers/scsi/megaraid/megaraid_sas.h | 17 ++-- drivers/scsi/megaraid/megaraid_sas_base.c | 95 ++++++++++++++------ drivers/scsi/megaraid/megaraid_sas_fusion.c | 134 +++++++++++++++++++++------- drivers/scsi/megaraid/megaraid_sas_fusion.h | 18 +++- 4 files changed, 197 insertions(+), 67 deletions(-) -- 1.8.3.1