summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid_sas: Use Block layer API to check SCSI device in-flight IO req...Anand Lodnoor2020-01-151-25/+31
* scsi: megaraid_sas: Limit the number of retries for the IOCTLs causing firmwa...Anand Lodnoor2020-01-151-3/+55
* scsi: megaraid_sas: Do not initiate OCR if controller is not in ready stateAnand Lodnoor2020-01-151-1/+2
* scsi: megaraid_sas: Do not set HBA Operational if FW is not in operational stateAnand Lodnoor2020-01-151-0/+9
* scsi: megaraid_sas: Do not kill HBA if JBOD Seqence map or RAID map is disabledAnand Lodnoor2020-01-151-2/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-15/+14
|\
| * scsi: megaraid_sas: Fix a compilation warningQian Cai2019-08-071-3/+0
| * scsi: megaraid_sas: Make a bunch of functions staticYueHaibing2019-08-071-12/+14
* | scsi: megaraid_sas: Make some functions staticYueHaibing2019-07-231-13/+14
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-154/+397
|\
| * scsi: megaraid_sas: Introduce various Aero performance modesChandrakanth Patil2019-06-271-7/+15
| * scsi: megaraid_sas: Use high IOPS queues based on IO workloadChandrakanth Patil2019-06-271-2/+14
| * scsi: megaraid_sas: Enable coalescing for high IOPS queuesChandrakanth Patil2019-06-271-0/+8
| * scsi: megaraid_sas: Add support for High IOPS queuesChandrakanth Patil2019-06-271-0/+11
| * scsi: megaraid_sas: Add support for MPI toolbox commandsChandrakanth Patil2019-06-271-0/+7
| * scsi: megaraid_sas: Offload Aero RAID5/6 division calculations to driverChandrakanth Patil2019-06-271-3/+3
| * scsi: megaraid_sas: RAID1 PCI bandwidth limit algorithm is applicable for onl...Chandrakanth Patil2019-06-271-11/+13
| * scsi: megaraid_sas: Handle sequence JBOD map failure at driver levelChandrakanth Patil2019-06-271-33/+44
| * scsi: megaraid_sas: Don't send FPIO to RL Bypass queueChandrakanth Patil2019-06-271-4/+0
| * scsi: megaraid_sas: In probe context, retry IOC INIT once if firmware is in f...Chandrakanth Patil2019-06-271-2/+23
| * scsi: megaraid_sas: Call disable_irq from process IRQ pollChandrakanth Patil2019-06-271-1/+11
| * scsi: megaraid_sas: Remove few debug counters from IO pathChandrakanth Patil2019-06-271-5/+0
| * scsi: megaraid_sas: Add 32 bit atomic descriptor support to AERO adaptersChandrakanth Patil2019-06-271-9/+36
| * scsi: megaraid_sas: Use struct_size() helperGustavo A. R. Silva2019-06-201-4/+2
| * scsi: megaraid_sas: Print firmware interrupt statusShivasharan S2019-06-181-6/+7
| * scsi: megaraid_sas: Print FW fault informationShivasharan S2019-06-181-11/+14
| * scsi: megaraid_sas: Enhance prints in OCR and TM pathShivasharan S2019-06-181-20/+24
| * scsi: megaraid_sas: Load balance completions across all MSI-XShivasharan S2019-06-181-4/+14
| * scsi: megaraid_sas: IRQ poll to avoid CPU hard lockupsShivasharan S2019-06-181-29/+93
| * scsi: megaraid_sas: Block PCI config space access from userspace during OCRShivasharan S2019-06-181-4/+62
| * scsi: megaraid_sas: Rework code around controller resetShivasharan S2019-06-181-13/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-081-1/+1
|\
| * scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"Colin Ian King2019-04-181-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-26/+1
|\
| * scsi: megaraid_sas: Remove a bunch of set but not used variablesYueHaibing2019-02-261-26/+0
| * scsi: megaraid_sas: Add support for DEVICE_LIST DCMD in driverShivasharan S2019-02-041-0/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-201-1/+2
|\ \
| * | scsi: megaraid_sas: Retry reads of outbound_intr_status regShivasharan S2019-01-111-1/+2
| |/
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+3
|/
* scsi: megaraid: fix out-of-bound array accessesQian Cai2018-12-201-1/+1
* scsi: megaraid_sas: add retry logic in megasas_readlShivasharan S2018-12-191-11/+17
* scsi: megaraid_sas: changes to function prototypesShivasharan S2018-12-191-24/+24
* scsi: megaraid_sas: Fix Ventura series based checksShivasharan S2018-12-191-11/+11
* scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer2018-12-071-8/+4
* scsi: megaraid_sas_fusion: Mark expected switch fall-throughGustavo A. R. Silva2018-11-281-1/+1
* scsi: megaraid_sas: increase timeout for IOC INIT to 180secondsShivasharan S2018-11-061-1/+1
* scsi: megaraid_sas: Remove double endian conversionShivasharan S2018-11-061-3/+1
* scsi: megaraid_sas: Re-use max_mfi_cmds to calculate queue sizesShivasharan S2018-11-061-3/+1
OpenPOWER on IntegriCloud