aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-24scsi: megaraid_sas: modified few prints in OCR and IOC INIT pathShivasharan S1-9/+14
2017-08-24scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID mapShivasharan S1-42/+79
2017-08-24scsi: megaraid_sas: Use SMID for Task abort case onlyShivasharan S1-3/+3
2017-08-24scsi: megaraid_sas: Do not re-fire shutdown DCMD after OCRShivasharan S1-0/+9
2017-08-24scsi: megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while there are pending commandsShivasharan S1-2/+1
2017-08-24scsi: megaraid_sas: Use synchronize_irq in target reset caseShivasharan S1-5/+1
2017-08-24scsi: megaraid_sas: mismatch of allocated MFI frame size and length exposed in MFI MPT pass through commandShivasharan S1-1/+1
2017-08-07scsi: megaraid: Replace PCI pool old APIRomain Perier1-22/+24
2017-07-24scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusionShu Wang1-1/+5
2017-03-13scsi: megaraid_sas: raid6 also require cpuSel check same as raid5Shivasharan S1-1/+1
2017-03-13scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1Shivasharan S1-1/+1
2017-02-15scsi: megaraid_sas: handle dma_addr_t right on 32-bitArnd Bergmann1-7/+7
2017-02-13scsi: megaraid_sas: Change RAID_1_10_RMW_CMDS to RAID_1_PEER_CMDS and set value to 2Shivasharan S1-1/+1
2017-02-13scsi: megaraid_sas: Indentation and smatch warning fixesShivasharan S1-49/+43
2017-02-13scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug printsShivasharan S1-5/+0
2017-02-13scsi: megaraid_sas: Increase internal command poolShivasharan S1-1/+1
2017-02-13scsi: megaraid_sas: Use synchronize_irq to wait for IRQs to completeShivasharan S1-2/+18
2017-02-13scsi: megaraid_sas: Change build_mpt_mfi_pass_thru to return voidShivasharan S1-8/+2
2017-02-13scsi: megaraid_sas: During OCR, if get_ctrl_info fails do not continue with OCRShivasharan S1-0/+1
2017-02-13scsi: megaraid_sas: Do not set fp_possible if TM capable for non-RW syspdIO, change fp_possible to boolShivasharan S1-5/+10
2017-02-13scsi: megaraid_sas: Remove unused pd_index from megasas_build_ld_nonrw_fusionShivasharan S1-2/+1
2017-02-13scsi: megaraid_sas: max_fw_cmds are decremented twice, remove duplicateShivasharan S1-7/+0
2017-02-13scsi: megaraid_sas: update can_queue only if the new value is lessShivasharan S1-1/+1
2017-02-13scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functionsShivasharan S1-2/+3
2017-02-13scsi: megaraid_sas: big endian support changesShivasharan S1-28/+42
2017-02-13scsi: megaraid_sas: Big endian RDPQ mode fixShivasharan S1-1/+1
2017-02-13scsi: megaraid_sas: MR_TargetIdToLdGet u8 to u16 and avoid invalid raid-map accessShivasharan S1-11/+14
2017-02-13scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc failsShivasharan S1-5/+66
2017-02-13scsi: megaraid_sas: enhance debug logs in OCR contextShivasharan S1-1/+34
2017-02-13scsi: megaraid_sas: set residual bytes count during IO completionShivasharan S1-0/+10
2017-02-13scsi: megaraid_sas: raid 1 write performance for large ioShivasharan S1-2/+30
2017-02-13scsi: megaraid_sas: NVME fast path io supportShivasharan S1-22/+294
2017-02-13scsi: megaraid_sas: NVME Interface detection and prop settingsShivasharan S1-2/+4
2017-02-13scsi: megaraid_sas: change issue_dcmd to return void from intShivasharan S1-4/+4
2017-02-13scsi: megaraid_sas: megasas_get_request_descriptor always return valid descShivasharan S1-22/+2
2017-02-13scsi: megaraid_sas: Use DID_REQUEUEShivasharan S1-1/+1
2017-02-13scsi: megaraid_sas: Refactor MEGASAS_IS_LOGICAL macro using sdevShivasharan S1-6/+6
2017-02-13scsi: megaraid_sas: 32 bit descriptor fire cmd optimizationShivasharan S1-32/+33
2017-02-13scsi: megaraid_sas: raid 1 fast path code optimizeShivasharan S1-233/+116
2017-02-13scsi: megaraid_sas: cpu select rework.Shivasharan S1-75/+100
2017-02-13Revert "scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Bandwidth"Shivasharan S1-10/+6
2017-01-10scsi: megaraid_sas: Implement the PD Map support for SAS3.5 Generic Megaraid ControllersSasikumar Chandrasekaran1-0/+6
2017-01-10scsi: megaraid_sas: ldio_outstanding variable is not decremented in completion pathSasikumar Chandrasekaran1-2/+5
2017-01-10scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold BandwidthSasikumar Chandrasekaran1-6/+10
2017-01-10scsi: megaraid_sas: Add the Support for SAS3.5 Generic Megaraid Controllers CapabilitiesSasikumar Chandrasekaran1-8/+11
2017-01-10scsi: megaraid_sas: Dynamic Raid Map Changes for SAS3.5 Generic Megaraid ControllersSasikumar Chandrasekaran1-47/+178
2017-01-10scsi: megaraid_sas: SAS3.5 Generic Megaraid Controllers Fast Path for RAID 1/10 WritesSasikumar Chandrasekaran1-45/+290
2017-01-10scsi: megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detection and IO CoalescingSasikumar Chandrasekaran1-27/+138
2017-01-10scsi: megaraid_sas: EEDP Escape Mode Support for SAS3.5 Generic Megaraid ControllersSasikumar Chandrasekaran1-0/+1
2017-01-10scsi: megaraid_sas: 128 MSIX SupportSasikumar Chandrasekaran1-2/+2