summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c
AgeCommit message (Expand)Author
2018-01-22scsi: megaraid_sas: NVMe passthrough command supportShivasharan S
2018-01-22scsi: megaraid: use ktime_get_real for firmware timeArnd Bergmann
2018-01-10scsi: megaraid_sas: re-work DCMD refire codeShivasharan S
2018-01-10scsi: megaraid_sas: Selectively apply stream detection based on IO typeShivasharan S
2018-01-10scsi: megaraid_sas: Update LD map after populating drv_map driver map copyShivasharan S
2018-01-10scsi: megaraid_sas: memset IOC INIT frame using correct sizeShivasharan S
2018-01-10scsi: megaraid_sas: zero out IOC INIT and stream detection memoryShivasharan S
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-03scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook
2017-10-25scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S
2017-10-25scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ modeShivasharan S
2017-10-25scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for highe...Shivasharan S
2017-10-25scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S
2017-10-25scsi: megaraid_sas: Update current host time to FW during IOC InitShivasharan S
2017-10-25scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S
2017-10-25scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocationShivasharan S
2017-10-25scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S
2017-10-25scsi: megaraid_sas: Remove redundant checks for ctrl_contextShivasharan S
2017-10-25scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S
2017-08-24scsi: megaraid_sas: modified few prints in OCR and IOC INIT pathShivasharan S
2017-08-24scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...Shivasharan S
2017-08-24scsi: megaraid_sas: Use SMID for Task abort case onlyShivasharan S
2017-08-24scsi: megaraid_sas: Do not re-fire shutdown DCMD after OCRShivasharan S
2017-08-24scsi: megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while...Shivasharan S
2017-08-24scsi: megaraid_sas: Use synchronize_irq in target reset caseShivasharan S
2017-08-24scsi: megaraid_sas: mismatch of allocated MFI frame size and length exposed i...Shivasharan S
2017-08-07scsi: megaraid: Replace PCI pool old APIRomain Perier
2017-07-24scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusionShu Wang
2017-03-13scsi: megaraid_sas: raid6 also require cpuSel check same as raid5Shivasharan S
2017-03-13scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1Shivasharan S
2017-02-15scsi: megaraid_sas: handle dma_addr_t right on 32-bitArnd Bergmann
2017-02-13scsi: megaraid_sas: Change RAID_1_10_RMW_CMDS to RAID_1_PEER_CMDS and set val...Shivasharan S
2017-02-13scsi: megaraid_sas: Indentation and smatch warning fixesShivasharan S
2017-02-13scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug printsShivasharan S
2017-02-13scsi: megaraid_sas: Increase internal command poolShivasharan S
2017-02-13scsi: megaraid_sas: Use synchronize_irq to wait for IRQs to completeShivasharan S
2017-02-13scsi: megaraid_sas: Change build_mpt_mfi_pass_thru to return voidShivasharan S
2017-02-13scsi: megaraid_sas: During OCR, if get_ctrl_info fails do not continue with OCRShivasharan S
2017-02-13scsi: megaraid_sas: Do not set fp_possible if TM capable for non-RW syspdIO, ...Shivasharan S
2017-02-13scsi: megaraid_sas: Remove unused pd_index from megasas_build_ld_nonrw_fusionShivasharan S
2017-02-13scsi: megaraid_sas: max_fw_cmds are decremented twice, remove duplicateShivasharan S
2017-02-13scsi: megaraid_sas: update can_queue only if the new value is lessShivasharan S
2017-02-13scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functionsShivasharan S
2017-02-13scsi: megaraid_sas: big endian support changesShivasharan S
2017-02-13scsi: megaraid_sas: Big endian RDPQ mode fixShivasharan S
2017-02-13scsi: megaraid_sas: MR_TargetIdToLdGet u8 to u16 and avoid invalid raid-map a...Shivasharan S
2017-02-13scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc ...Shivasharan S
2017-02-13scsi: megaraid_sas: enhance debug logs in OCR contextShivasharan S
2017-02-13scsi: megaraid_sas: set residual bytes count during IO completionShivasharan S