aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-607/+1207
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-62/+47
2017-11-03scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King1-1/+1
2017-11-03scsi: megaraid: Remove redundant code in megasas_alloc_cmdsYisheng Xie1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook5-62/+47
2017-10-25scsi: megaraid_sas: driver version upgradeShivasharan S1-2/+2
2017-10-25scsi: megaraid_sas: Add support for 64bit consistent DMAShivasharan S4-151/+503
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 S2-39/+68
2017-10-25scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commandsShivasharan S2-14/+31
2017-10-25scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4kShivasharan S2-9/+58
2017-10-25scsi: megaraid_sas: Update current host time to FW during IOC InitShivasharan S1-0/+7
2017-10-25scsi: megaraid_sas: Move controller memory allocations and DMA mask settings from probe to megasas_init_fwShivasharan S1-15/+28
2017-10-25scsi: megaraid_sas: Move initialization of instance parameters inside newly created function megasas_init_ctrl_paramsShivasharan S1-58/+61
2017-10-25scsi: megaraid_sas: remove instance->ctrl_infoShivasharan S2-30/+14
2017-10-25scsi: megaraid_sas: Pre-allocate frequently used DMA buffersShivasharan S4-66/+116
2017-10-25scsi: megaraid_sas: Create separate functions for allocating and freeing controller DMA buffersShivasharan S1-83/+103
2017-10-25scsi: megaraid_sas: Create separate functions to allocate ctrl memoryShivasharan S1-46/+76
2017-10-25scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocationShivasharan S3-16/+31
2017-10-25scsi: megaraid_sas: replace is_ventura with adapter_type checksShivasharan S4-24/+22
2017-10-25scsi: megaraid_sas: Remove redundant checks for ctrl_contextShivasharan S1-4/+4
2017-10-25scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adapter_typeShivasharan S1-27/+37
2017-10-25scsi: megaraid_sas: Add support for Crusader controllersShivasharan S2-22/+30
2017-10-25scsi: megaraid_sas: use adapter_type for all gen controllersShivasharan S5-55/+76
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-1/+1
2017-08-25scsi: megaraid_mbox: drop duplicate bus reset and device reset functionHannes Reinecke1-2/+0
2017-08-24scsi: megaraid_sas: driver version upgradeShivasharan S1-2/+2
2017-08-24scsi: megaraid_sas: call megasas_dump_frame with correct IO frame sizeShivasharan S1-1/+1
2017-08-24scsi: megaraid_sas: modified few prints in OCR and IOC INIT pathShivasharan S1-9/+14
2017-08-24scsi: megaraid_sas: replace internal FALSE/TRUE definitions with false/trueShivasharan S1-25/+15
2017-08-24scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE in case adapter is deadShivasharan S1-1/+4
2017-08-24scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID mapShivasharan S3-46/+88
2017-08-24scsi: megaraid_sas: Use SMID for Task abort case onlyShivasharan S1-3/+3
2017-08-24scsi: megaraid_sas: Check valid aen class range to avoid kernel panicShivasharan S1-0/+8
2017-08-24scsi: megaraid_sas: Fix endianness issues in DCMD handlingShivasharan S1-4/+5
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: set minimum value of resetwaittime to be 1 secsShivasharan S1-1/+2
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-16scsi: megaraid_sas: fix error handle in megasas_probe_oneweiping zhang1-1/+1
2017-08-10scsi: megaraid_sas: fix allocate instance->pd_info twiceweiping1-5/+3
2017-08-07scsi: remove DRIVER_ATTR() usageGreg Kroah-Hartman1-24/+12
2017-08-07scsi: megaraid: Replace PCI pool old APIRomain Perier4-64/+68
2017-07-24scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusionShu Wang1-1/+5
2017-06-12scsi: megaraid: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1
2017-05-08drivers/scsi/megaraid: remove expensive inline from megasas_return_cmdAndi Kleen1-1/+1
2017-03-13scsi: megaraid_sas: Driver version upgradeShivasharan S1-2/+2
2017-03-13scsi: megaraid_sas: raid6 also require cpuSel check same as raid5Shivasharan S1-1/+1