aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-6/+15
2021-08-11scsi: megaraid: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-7/+7
2021-07-28scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()Harshvardhan Jha1-6/+15
2021-06-22scsi: megaraid_mbox: Use DEVICE_ATTR_ADMIN_RO() macroZhen Lei1-10/+8
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen3-19/+9
2021-06-02scsi: megaraid_sas: Update driver version to 07.717.02.00-rc1Chandrakanth Patil1-2/+2
2021-06-02scsi: megaraid_sas: Handle missing interrupts while re-enabling IRQsChandrakanth Patil1-2/+7
2021-06-02scsi: megaraid_sas: Early detection of VD deletion through RaidMap updateKashyap Desai3-9/+92
2021-06-02scsi: megaraid_sas: Fix resource leak in case of probe failureChandrakanth Patil2-0/+14
2021-06-02scsi: megaraid_sas: Send all non-RW I/Os for TYPE_ENCLOSURE device through firmwareChandrakanth Patil1-2/+8
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke1-2/+2
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke3-8/+2
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-9/+5
2021-05-10scsi: megaraid_sas: Use DEFINE_SPINLOCK() for spinlockShixin Liu1-3/+1
2021-05-10scsi: megaraid_mbox: Remove redundant initialization of pointer mboxColin Ian King1-2/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada4-8/+0
2021-03-15scsi: megaraid_mbox: Fix function name megaraid_queue_command_lck() in descriptionLee Jones1-1/+1
2021-03-15scsi: megaraid_sas: Fix a bunch of misnamed functions in their headersLee Jones1-5/+6
2021-03-15scsi: megaraid_mm: Fix incorrect function name in headerLee Jones1-1/+1
2021-03-04scsi: megaraid_sas: mq_poll supportKashyap Desai4-11/+123
2021-03-04scsi: megaraid_sas: Replace sdev_busy with local counterKashyap Desai2-8/+41
2021-01-29scsi: megaraid_mbox: Fix spelling of 'allocated'dingsenjie1-1/+1
2021-01-26Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen1-4/+2
2021-01-22scsi: megaraid: Fix ifnullfree.cocci warningskernel test robot1-2/+1
2021-01-07scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regressionArnd Bergmann1-4/+2
2021-01-04Merge branch '5.11/scsi-postmerge' into 5.11/scsi-fixesMartin K. Petersen2-13/+55
2020-12-16Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug""Martin K. Petersen2-13/+55
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-119/+71
2020-12-08Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug"Linus Torvalds2-55/+13
2020-11-25scsi: megaraid_sas: Update function descriptionVaibhav Gupta1-1/+1
2020-11-25scsi: megaraid_sas: Use generic power managementVaibhav Gupta1-38/+13
2020-11-25scsi: megaraid_sas: Drop PCI wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-11-04scsi: megaraid_sas: Simplify compat_ioctl handlingArnd Bergmann2-74/+46
2020-11-04scsi: megaraid_sas: Check user-provided offsetsArnd Bergmann1-5/+11
2020-10-14Merge 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-15scsi: 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/scsiLinus Torvalds1-1/+1
2020-09-02scsi: megaraid_sas: Don't call disable_irq from process IRQ pollTomas Henzl1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-3/+3
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-133/+180
2020-07-24scsi: 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-11scsi: megaraid_sas: Update driver version to 07.714.04.00-rc1Chandrakanth Patil1-2/+2
2020-05-11scsi: megaraid_sas: TM command refire leads to controller firmware crashSumit Saxena1-1/+6
2020-05-11scsi: megaraid_sas: Replace undefined MFI_BIG_ENDIAN macro with __BIG_ENDIAN_BITFIELD macroShivasharan S2-5/+5
2020-05-11scsi: megaraid_sas: Remove IO buffer hole detection logicSumit Saxena1-58/+0