aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-1/+1
2017-08-24scsi: megaraid_sas: call megasas_dump_frame with correct IO frame sizeShivasharan S1-1/+1
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 S1-3/+9
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: set minimum value of resetwaittime to be 1 secsShivasharan S1-1/+2
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 Perier1-13/+14
2017-05-08drivers/scsi/megaraid: remove expensive inline from megasas_return_cmdAndi Kleen1-1/+1
2017-03-13scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1Shivasharan S1-0/+3
2017-03-13scsi: megaraid_sas: enable intx only if msix request failsShivasharan S1-5/+9
2017-02-15scsi: megaraid_sas: array overflow in megasas_dump_frame()Dan Carpenter1-1/+1
2017-02-13scsi: megaraid_sas: Indentation and smatch warning fixesShivasharan S1-5/+5
2017-02-13scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug printsShivasharan S1-15/+0
2017-02-13scsi: megaraid_sas: Bail out the driver load if ld_list_query failsShivasharan S1-5/+5
2017-02-13scsi: megaraid_sas: megasas_return_cmd does not memset IO frame to zeroShivasharan S1-4/+6
2017-02-13scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functionsShivasharan S1-5/+5
2017-02-13scsi: megaraid_sas: latest controller OCR capability from FW before sending shutdown DCMDShivasharan S1-0/+7
2017-02-13scsi: megaraid_sas: avoid unaligned access in ioctl pathShivasharan S1-1/+3
2017-02-13scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc failsShivasharan S1-11/+4
2017-02-13scsi: megaraid_sas: add print in device removal pathShivasharan S1-8/+11
2017-02-13scsi: megaraid_sas: enhance debug logs in OCR contextShivasharan S1-3/+35
2017-02-13scsi: megaraid_sas: NVME interface target prop addedShivasharan S1-4/+140
2017-02-13scsi: megaraid_sas: NVME Interface detection and prop settingsShivasharan S1-49/+121
2017-02-13scsi: megaraid_sas: change issue_dcmd to return void from intShivasharan S1-8/+11
2017-02-13scsi: megaraid_sas: Use DID_REQUEUEShivasharan S1-2/+2
2017-02-13scsi: megaraid_sas: RAID map is accessed for SYS PDs when use_seqnum_jbod_fp is not setShivasharan S1-11/+14
2017-02-13scsi: megaraid_sas: Refactor MEGASAS_IS_LOGICAL macro using sdevShivasharan S1-10/+10
2017-02-13Revert "scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Bandwidth"Shivasharan S1-48/+0
2017-01-10scsi: megaraid_sas: Implement the PD Map support for SAS3.5 Generic Megaraid ControllersSasikumar Chandrasekaran1-0/+3
2017-01-10scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold BandwidthSasikumar Chandrasekaran1-0/+48
2017-01-10scsi: megaraid_sas: Add the Support for SAS3.5 Generic Megaraid Controllers CapabilitiesSasikumar Chandrasekaran1-28/+25
2017-01-10scsi: megaraid_sas: Dynamic Raid Map Changes for SAS3.5 Generic Megaraid ControllersSasikumar Chandrasekaran1-17/+43
2017-01-10scsi: megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detection and IO CoalescingSasikumar Chandrasekaran1-1/+42
2017-01-10scsi: megaraid_sas: 128 MSIX SupportSasikumar Chandrasekaran1-7/+18
2017-01-10scsi: megaraid_sas: Add new pci device Ids for SAS3.5 Generic Megaraid ControllersSasikumar Chandrasekaran1-1/+13
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-07scsi: megaraid_sas: switch to pci_alloc_irq_vectorsHannes Reinecke1-40/+38
2016-11-16scsi: megaraid-sas: request irqs laterTomas Henzl1-7/+5
2016-11-14scsi: megaraid_sas: add in missing white spaces in error messages textColin Ian King1-4/+2
2016-11-08scsi: megaraid_sas: Send SYNCHRONIZE_CACHE for VD to firmwareKashyap Desai1-5/+2
2016-11-08scsi: megaraid_sas: Do not fire DCMDs during PCI shutdown/detachKashyap Desai1-0/+39
2016-10-24scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai1-8/+5
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-23/+5
2016-09-19scsi: megaraid_sas: clean function declarations in megaraid_sas_base.c upBaoyou Xie1-13/+0
2016-09-14scsi: megaraid_sas: add in missing white space in error message textColin Ian King1-1/+1
2016-08-30scsi: megaraid_sas: Fix the search of first memory barChristophe JAILLET1-1/+1