aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-12scsi: megaraid_sas: silence a warningTomas Henzl1-2/+3
2020-01-15scsi: megaraid_sas: Use Block layer API to check SCSI device in-flight IO requestsAnand Lodnoor1-25/+31
2020-01-15scsi: megaraid_sas: Limit the number of retries for the IOCTLs causing firmware faultAnand Lodnoor1-3/+55
2020-01-15scsi: megaraid_sas: Do not initiate OCR if controller is not in ready stateAnand Lodnoor1-1/+2
2020-01-15scsi: megaraid_sas: Do not set HBA Operational if FW is not in operational stateAnand Lodnoor1-0/+9
2020-01-15scsi: megaraid_sas: Do not kill HBA if JBOD Seqence map or RAID map is disabledAnand Lodnoor1-2/+6
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+14
2019-08-07scsi: megaraid_sas: Fix a compilation warningQian Cai1-3/+0
2019-08-07scsi: megaraid_sas: Make a bunch of functions staticYueHaibing1-12/+14
2019-07-23scsi: megaraid_sas: Make some functions staticYueHaibing1-13/+14
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-154/+397
2019-06-27scsi: megaraid_sas: Introduce various Aero performance modesChandrakanth Patil1-7/+15
2019-06-27scsi: megaraid_sas: Use high IOPS queues based on IO workloadChandrakanth Patil1-2/+14
2019-06-27scsi: megaraid_sas: Enable coalescing for high IOPS queuesChandrakanth Patil1-0/+8
2019-06-27scsi: megaraid_sas: Add support for High IOPS queuesChandrakanth Patil1-0/+11
2019-06-27scsi: megaraid_sas: Add support for MPI toolbox commandsChandrakanth Patil1-0/+7
2019-06-27scsi: megaraid_sas: Offload Aero RAID5/6 division calculations to driverChandrakanth Patil1-3/+3
2019-06-27scsi: megaraid_sas: RAID1 PCI bandwidth limit algorithm is applicable for only VenturaChandrakanth Patil1-11/+13
2019-06-27scsi: megaraid_sas: Handle sequence JBOD map failure at driver levelChandrakanth Patil1-33/+44
2019-06-27scsi: megaraid_sas: Don't send FPIO to RL Bypass queueChandrakanth Patil1-4/+0
2019-06-27scsi: megaraid_sas: In probe context, retry IOC INIT once if firmware is in faultChandrakanth Patil1-2/+23
2019-06-27scsi: megaraid_sas: Call disable_irq from process IRQ pollChandrakanth Patil1-1/+11
2019-06-27scsi: megaraid_sas: Remove few debug counters from IO pathChandrakanth Patil1-5/+0
2019-06-27scsi: megaraid_sas: Add 32 bit atomic descriptor support to AERO adaptersChandrakanth Patil1-9/+36
2019-06-20scsi: megaraid_sas: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-06-18scsi: megaraid_sas: Print firmware interrupt statusShivasharan S1-6/+7
2019-06-18scsi: megaraid_sas: Print FW fault informationShivasharan S1-11/+14
2019-06-18scsi: megaraid_sas: Enhance prints in OCR and TM pathShivasharan S1-20/+24
2019-06-18scsi: megaraid_sas: Load balance completions across all MSI-XShivasharan S1-4/+14
2019-06-18scsi: megaraid_sas: IRQ poll to avoid CPU hard lockupsShivasharan S1-29/+93
2019-06-18scsi: megaraid_sas: Block PCI config space access from userspace during OCRShivasharan S1-4/+62
2019-06-18scsi: megaraid_sas: Rework code around controller resetShivasharan S1-13/+10
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-04-18scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"Colin Ian King1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-26/+1
2019-02-26scsi: megaraid_sas: Remove a bunch of set but not used variablesYueHaibing1-26/+0
2019-02-04scsi: megaraid_sas: Add support for DEVICE_LIST DCMD in driverShivasharan S1-0/+1
2019-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2019-01-11scsi: megaraid_sas: Retry reads of outbound_intr_status regShivasharan S1-1/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+3
2018-12-20scsi: megaraid: fix out-of-bound array accessesQian Cai1-1/+1
2018-12-19scsi: megaraid_sas: add retry logic in megasas_readlShivasharan S1-11/+17
2018-12-19scsi: megaraid_sas: changes to function prototypesShivasharan S1-24/+24
2018-12-19scsi: megaraid_sas: Fix Ventura series based checksShivasharan S1-11/+11
2018-12-07scsi: megaraid_sas: NULL check before some freeing functions is not neededThomas Meyer1-8/+4
2018-11-28scsi: megaraid_sas_fusion: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-06scsi: megaraid_sas: increase timeout for IOC INIT to 180secondsShivasharan S1-1/+1
2018-11-06scsi: megaraid_sas: Remove double endian conversionShivasharan S1-3/+1