aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-23scsi: megaraid_sas: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-8/+3
2016-08-10megaraid_sas: Fix probing cards without io portYinghai Lu1-3/+3
2016-07-13megaraid_sas: Do not fire MR_DCMD_PD_LIST_QUERY to controllers which do not support itSumit Saxena1-0/+6
2016-05-05megaraid_sas: Downgrade two success messages to infoAndy Lutomirski1-1/+1
2016-04-15megaraid_sas: task management code optimizationsSumit Saxena1-21/+46
2016-04-15megaraid_sas: reduce memory footprints in kdump modeSumit Saxena1-19/+29
2016-03-18megaraid_sas: add missing curly braces in ioctl handlerArnd Bergmann1-1/+2
2016-03-10megaraid_sas: Don't issue kill adapter for MFI controllers in case of PD list DCMD failureSumit Saxena1-4/+10
2016-02-23megaraid_sas: Add an i/o barrierTomas Henzl1-0/+1
2016-02-23megaraid_sas: Fix SMAP issueSumit Saxena1-7/+6
2016-02-23megaraid_sas: Fix for IO failing post OCR in SRIOV environmentSumit Saxena1-2/+4