summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid
AgeCommit message (Expand)AuthorFilesLines
2023-09-23scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2-13/+10
2023-04-26scsi: megaraid_sas: Fix fw_crash_buffer_show()Tomas Henzl1-1/+1
2023-04-05scsi: megaraid_sas: Fix crash after a double completionTomas Henzl1-2/+2
2023-03-17scsi: megaraid_sas: Update max supported LD IDs to 240Chandrakanth Patil2-1/+3
2022-09-15scsi: megaraid_sas: Fix double kfree()Guixin Liu1-1/+0
2022-04-20scsi: megaraid_sas: Target with invalid LUN ID is deleted during scanChandrakanth patil2-0/+10
2021-08-26scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()Harshvardhan Jha1-6/+15
2021-07-20scsi: megaraid_sas: Handle missing interrupts while re-enabling IRQsChandrakanth Patil1-2/+7
2021-07-20scsi: megaraid_sas: Early detection of VD deletion through RaidMap updateKashyap Desai3-9/+92
2021-07-20scsi: megaraid_sas: Fix resource leak in case of probe failureChandrakanth Patil2-0/+14
2021-01-27scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regressionArnd Bergmann1-4/+2
2020-12-26scsi: megaraid_sas: Check user-provided offsetsArnd Bergmann1-5/+11
2020-12-09Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug"Linus Torvalds2-55/+13
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-10-06scsi: megaraid_sas: Added support for shared host tagset for cpuhotplugKashyap Desai2-13/+55
2020-09-16scsi: megaraid: Make smp_affinity_enable staticJason Yan1-1/+1
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2020-09-03scsi: megaraid_sas: Don't call disable_irq from process IRQ pollTomas Henzl1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-3/+3
2020-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-133/+180
2020-07-25scsi: megaraid_sas: Clear affinity hintTomas Henzl1-1/+8
2020-07-15scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macroChandrakanth Patil1-2/+0
2020-07-08scsi: megaraid: Remove set but unused variableDamien Le Moal1-6/+5
2020-07-08scsi: megaraid: Fix compilation warningsDamien Le Moal3-19/+20
2020-07-08scsi: megaraid: Fix kdoc comments formatDamien Le Moal4-107/+147
2020-05-12scsi: megaraid_sas: Update driver version to 07.714.04.00-rc1Chandrakanth Patil1-2/+2
2020-05-12scsi: megaraid_sas: TM command refire leads to controller firmware crashSumit Saxena1-1/+6
2020-05-12scsi: megaraid_sas: Replace undefined MFI_BIG_ENDIAN macro with __BIG_ENDIAN_...Shivasharan S2-5/+5
2020-05-12scsi: megaraid_sas: Remove IO buffer hole detection logicSumit Saxena1-58/+0
2020-05-12scsi: megaraid_sas: Limit device queue depth to controller queue depthKashyap Desai1-3/+3
2020-04-25scsi: megaraid: Use true, false for bool variablesJason Yan1-5/+5
2020-04-15scsi: megaraid: make two symbols static in megaraid_sas_base.cJason Yan1-2/+2
2020-04-15scsi: megaraid: make some symbols static in megaraid_sas_fusion.cJason Yan1-3/+3
2020-04-15scsi: megaraid: make some symbols static in megaraid_sas_fp.cJason Yan1-6/+6
2020-04-15scsi: megaraid: make two symbols static in megaraid_mbox.cJason Yan1-3/+3
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+6
2020-03-17scsi: megaraid_sas: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+4
2020-02-13scsi: megaraid_sas: silence a warningTomas Henzl1-2/+3
2020-02-11scsi: megaraid_sas: fix indentation issueColin Ian King1-2/+2
2020-02-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+9
2020-01-30scsi: megaraid_sas: fixup MSIx interrupt setup during resumeHannes Reinecke1-11/+9
2020-01-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-67/+197
2020-01-16scsi: megaraid_sas: Update driver version to 07.713.01.00-rc1Anand Lodnoor1-2/+2
2020-01-16scsi: megaraid_sas: Use Block layer API to check SCSI device in-flight IO req...Anand Lodnoor1-25/+31
2020-01-16scsi: megaraid_sas: Limit the number of retries for the IOCTLs causing firmwa...Anand Lodnoor1-3/+55
2020-01-16scsi: megaraid_sas: Do not initiate OCR if controller is not in ready stateAnand Lodnoor3-2/+5
2020-01-16scsi: megaraid_sas: Re-Define enum DCMD_RETURN_STATUSAnand Lodnoor2-25/+34
2020-01-16scsi: megaraid_sas: Do not set HBA Operational if FW is not in operational stateAnand Lodnoor1-0/+9
2020-01-16scsi: megaraid_sas: Do not kill HBA if JBOD Seqence map or RAID map is disabledAnand Lodnoor1-2/+6
2020-01-16scsi: megaraid_sas: Do not kill host bus adapter, if adapter is already deadAnand Lodnoor1-0/+6