aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid
AgeCommit message (Expand)Author
2023-10-13Merge patch series "megaraid_sas: Driver version update to 07.727.03.00-rc1"Martin K. Petersen
2023-10-13scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1Chandrakanth patil
2023-10-13scsi: megaraid_sas: Log message when controller reset is requested but not is...Chandrakanth patil
2023-10-13scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil
2023-09-05scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi
2023-08-21scsi: megaraid: Use pci_dev_id() to simplify the codeJialin Zhang
2023-08-21scsi: megaraid_sas: Use pci_dev_id() to simplify the codeJialin Zhang
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-05-31scsi: Add HAS_IOPORT dependenciesNiklas Schnelle
2023-05-26overflow: Add struct_size_t() helperKees Cook
2023-05-16scsi: megaraid_sas: Convert union megasas_sgl to flex-arraysKees Cook
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen
2023-03-24scsi: megaraid_sas: Fix crash after a double completionTomas Henzl
2023-03-24scsi: megaraid_sas: Fix fw_crash_buffer_show()Tomas Henzl
2023-03-24scsi: megaraid: Declare SCSI host template constBart Van Assche
2023-03-06scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1Chandrakanth Patil
2023-03-06scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilitiesChandrakanth Patil
2023-03-06scsi: megaraid_sas: Update max supported LD IDs to 240Chandrakanth Patil
2023-01-18scsi: megaraid_sas: Add flexible array member for SGLsKees Cook
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-11-26scsi: megaraid_sas: Fix some spelling mistakes in commentYu Zhe
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche
2022-10-21Merge branch '6.1/scsi-queue' into 6.1/scsi-fixesMartin K. Petersen
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-01scsi: megaraid_sas: Move megasas_dbg_lvl init to megasas_init()Guixin Liu
2022-10-01scsi: megaraid_sas: Remove unnecessary memset()Guixin Liu
2022-10-01scsi: megaraid_sas: Simplify megasas_update_device_listGuixin Liu
2022-10-01scsi: megaraid_sas: Correct an error messageGuixin Liu
2022-10-01scsi: megaraid_sas: Correct value passed to scsi_device_lookup()Guixin Liu
2022-09-15scsi: megaraid: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang
2022-08-31scsi: megaraid_sas: Use struct_size() in code related to struct MR_PD_CFG_SEQ...Gustavo A. R. Silva
2022-08-31scsi: megaraid_sas: Use struct_size() in code related to struct MR_FW_RAID_MAPGustavo A. R. Silva
2022-08-31scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva
2022-08-31scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva
2022-08-31scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva
2022-08-31scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva
2022-08-31scsi: megaraid: Remove redundant assignment to variable mfiStatusColin Ian King
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-19Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-08-11scsi: megaraid_sas: Remove unnecessary kfree()Guixin Liu
2022-08-11scsi: megaraid_sas: Fix double kfree()Guixin Liu
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-08-01scsi: megaraid_sas: Remove redundant variable cmd_typeColin Ian King
2022-07-26scsi: megaraid: Remove the static variable initialisationJason Wang
2022-07-13scsi: megaraid: Clear READ queue map's nr_queuesMing Lei
2022-07-07scsi: megaraid_sas: Clean up some inconsistent indentingJiapeng Chong
2022-05-19scsi: megaraid_sas: Remove redundant memset() statementHarshit Mogalapalli
2022-04-18Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingMartin K. Petersen