summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_fusion.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: megaraid_sas: mq_poll supportKashyap Desai2021-03-041-1/+41
* scsi: megaraid_sas: Replace sdev_busy with local counterKashyap Desai2021-03-041-8/+39
* scsi: megaraid: Fix ifnullfree.cocci warningskernel test robot2021-01-221-2/+1
* Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for ...Martin K. Petersen2020-12-161-13/+16
* Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug"Linus Torvalds2020-12-081-16/+13
* scsi: megaraid_sas: Added support for shared host tagset for cpuhotplugKashyap Desai2020-10-061-13/+16
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-081-1/+1
|\
| * scsi: megaraid_sas: Don't call disable_irq from process IRQ pollTomas Henzl2020-09-021-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-061-45/+48
|\
| * scsi: megaraid: Fix compilation warningsDamien Le Moal2020-07-081-15/+0
| * scsi: megaraid: Fix kdoc comments formatDamien Le Moal2020-07-081-30/+48
* | scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macroChandrakanth Patil2020-07-151-2/+0
|/
* scsi: megaraid_sas: TM command refire leads to controller firmware crashSumit Saxena2020-05-111-1/+6
* scsi: megaraid_sas: Remove IO buffer hole detection logicSumit Saxena2020-05-111-58/+0
* scsi: megaraid: Use true, false for bool variablesJason Yan2020-04-241-5/+5
* scsi: megaraid: make some symbols static in megaraid_sas_fusion.cJason Yan2020-04-141-3/+3
* scsi: megaraid_sas: silence a warningTomas Henzl2020-02-121-2/+3
* 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
|/