summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_base.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1Shivasharan S2017-03-131-0/+3
* scsi: megaraid_sas: enable intx only if msix request failsShivasharan S2017-03-131-5/+9
* scsi: megaraid_sas: array overflow in megasas_dump_frame()Dan Carpenter2017-02-151-1/+1
* scsi: megaraid_sas: Indentation and smatch warning fixesShivasharan S2017-02-131-5/+5
* scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug printsShivasharan S2017-02-131-15/+0
* scsi: megaraid_sas: Bail out the driver load if ld_list_query failsShivasharan S2017-02-131-5/+5
* scsi: megaraid_sas: megasas_return_cmd does not memset IO frame to zeroShivasharan S2017-02-131-4/+6
* scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functionsShivasharan S2017-02-131-5/+5
* scsi: megaraid_sas: latest controller OCR capability from FW before sending s...Shivasharan S2017-02-131-0/+7
* scsi: megaraid_sas: avoid unaligned access in ioctl pathShivasharan S2017-02-131-1/+3
* scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc ...Shivasharan S2017-02-131-11/+4
* scsi: megaraid_sas: add print in device removal pathShivasharan S2017-02-131-8/+11
* scsi: megaraid_sas: enhance debug logs in OCR contextShivasharan S2017-02-131-3/+35
* scsi: megaraid_sas: NVME interface target prop addedShivasharan S2017-02-131-4/+140
* scsi: megaraid_sas: NVME Interface detection and prop settingsShivasharan S2017-02-131-49/+121
* scsi: megaraid_sas: change issue_dcmd to return void from intShivasharan S2017-02-131-8/+11
* scsi: megaraid_sas: Use DID_REQUEUEShivasharan S2017-02-131-2/+2
* scsi: megaraid_sas: RAID map is accessed for SYS PDs when use_seqnum_jbod_fp ...Shivasharan S2017-02-131-11/+14
* scsi: megaraid_sas: Refactor MEGASAS_IS_LOGICAL macro using sdevShivasharan S2017-02-131-10/+10
* Revert "scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Thre...Shivasharan S2017-02-131-48/+0
* scsi: megaraid_sas: Implement the PD Map support for SAS3.5 Generic Megaraid ...Sasikumar Chandrasekaran2017-01-101-0/+3
* scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Ba...Sasikumar Chandrasekaran2017-01-101-0/+48
* scsi: megaraid_sas: Add the Support for SAS3.5 Generic Megaraid Controllers C...Sasikumar Chandrasekaran2017-01-101-28/+25
* scsi: megaraid_sas: Dynamic Raid Map Changes for SAS3.5 Generic Megaraid Cont...Sasikumar Chandrasekaran2017-01-101-17/+43
* scsi: megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detection and ...Sasikumar Chandrasekaran2017-01-101-1/+42
* scsi: megaraid_sas: 128 MSIX SupportSasikumar Chandrasekaran2017-01-101-7/+18
* scsi: megaraid_sas: Add new pci device Ids for SAS3.5 Generic Megaraid Contro...Sasikumar Chandrasekaran2017-01-101-1/+13
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* scsi: megaraid_sas: switch to pci_alloc_irq_vectorsHannes Reinecke2016-12-071-40/+38
* scsi: megaraid-sas: request irqs laterTomas Henzl2016-11-161-7/+5
* scsi: megaraid_sas: add in missing white spaces in error messages textColin Ian King2016-11-141-4/+2
* scsi: megaraid_sas: Send SYNCHRONIZE_CACHE for VD to firmwareKashyap Desai2016-11-081-5/+2
* scsi: megaraid_sas: Do not fire DCMDs during PCI shutdown/detachKashyap Desai2016-11-081-0/+39
* scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai2016-10-241-8/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-071-23/+5
|\
| * scsi: megaraid_sas: clean function declarations in megaraid_sas_base.c upBaoyou Xie2016-09-191-13/+0
| * scsi: megaraid_sas: add in missing white space in error message textColin Ian King2016-09-141-1/+1
| * scsi: megaraid_sas: Fix the search of first memory barChristophe JAILLET2016-08-301-1/+1
| * scsi: megaraid_sas: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-8/+3
* | megaraid_sas: Fix probing cards without io portYinghai Lu2016-08-101-3/+3
|/
* megaraid_sas: Do not fire MR_DCMD_PD_LIST_QUERY to controllers which do not s...Sumit Saxena2016-07-131-0/+6
* megaraid_sas: Downgrade two success messages to infoAndy Lutomirski2016-05-051-1/+1
* megaraid_sas: task management code optimizationsSumit Saxena2016-04-151-21/+46
* megaraid_sas: reduce memory footprints in kdump modeSumit Saxena2016-04-151-19/+29
* megaraid_sas: add missing curly braces in ioctl handlerArnd Bergmann2016-03-181-1/+2
* megaraid_sas: Don't issue kill adapter for MFI controllers in case of PD list...Sumit Saxena2016-03-101-4/+10
* megaraid_sas: Add an i/o barrierTomas Henzl2016-02-231-0/+1
* megaraid_sas: Fix SMAP issueSumit Saxena2016-02-231-7/+6
* megaraid_sas: Fix for IO failing post OCR in SRIOV environmentSumit Saxena2016-02-231-2/+4
* megaraid: fix null pointer check in megasas_detach_one().Maurizio Lombardi2016-02-231-5/+5
OpenPOWER on IntegriCloud