aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-22scsi: megaraid_sas: NVMe passthrough command supportShivasharan S1-0/+7
2018-01-22scsi: megaraid: use ktime_get_real for firmware timeArnd Bergmann1-4/+3
2018-01-10scsi: megaraid_sas: re-work DCMD refire codeShivasharan S1-17/+38
2018-01-10scsi: megaraid_sas: Selectively apply stream detection based on IO typeShivasharan S1-10/+14
2018-01-10scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S1-1/+1
2018-01-10scsi: megaraid_sas: memset IOC INIT frame using correct sizeShivasharan S1-1/+1
2018-01-10scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S1-1/+1
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-178/+498
2017-11-03scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King1-1/+1
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook1-12/+3
2017-10-25scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S1-72/+312
2017-10-25scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ modeShivasharan S1-4/+0
2017-10-25scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for higher QDShivasharan S1-39/+67
2017-10-25scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S1-9/+56
2017-10-25scsi: megaraid_sas: Update current host time to FW during IOC InitShivasharan S1-0/+7
2017-10-25scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S1-16/+3
2017-10-25scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocationShivasharan S1-14/+29
2017-10-25scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S1-13/+13
2017-10-25scsi: megaraid_sas: Remove redundant checks for ctrl_contextShivasharan S1-4/+4
2017-10-25scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S1-9/+9
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