aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-4/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+5
2018-04-18scsi: megaraid_sas: Do not log an error if FW successfully initializes.Vinson Lee1-3/+3
2018-04-18scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOsShivasharan S1-0/+3
2018-04-18scsi: megaraid_sas: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-3/+2
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-03-14scsi: megaraid_sas: fix selection of reply queueMing Lei1-8/+4
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-1/+1
2018-02-15scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura controllersShivasharan S1-28/+14
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