aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva97-290/+287
2020-08-20scsi: libcxgbi: Use kvzalloc instead of opencoded kzalloc/vzallocDenis Efremov2-20/+4
2020-08-20scsi: dc395x: Use %*ph to print small bufferAndy Shevchenko1-8/+2
2020-08-20scsi: mpt3sas: Remove superfluous memset()Li Heng1-1/+0
2020-08-20scsi: qla2xxx: Remove superfluous memset()Li Heng1-2/+0
2020-08-20scsi: pmcraid: Remove superfluous memset()Li Heng1-1/+0
2020-08-20scsi: mvsas: Remove superfluous memset()Li Heng1-4/+0
2020-08-20scsi: ufs: ufs-mediatek: Modify the minimum RX/TX lane count to 2Andy Teng1-2/+2
2020-08-20scsi: ufs: Remove an unpaired ufshcd_scsi_unblock_requests() in err_handler()Can Guo1-1/+0
2020-08-20scsi: ufs: Change fDeviceInit busy waitKiwoong Kim1-12/+21
2020-08-20scsi: ufs: Remove several redundant goto statementsBean Huo1-20/+5
2020-08-20scsi: ufs: Change ufshcd_comp_devman_upiu() to ufshcd_compose_devman_upiu()Bean Huo1-3/+4
2020-08-20scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap2-0/+16
2020-08-20scsi: qedf: Don't process ELS completion if event is flushed or cleaned upSaurav Kashyap1-0/+9
2020-08-20scsi: qedf: Initiate cleanup for ELS commands as wellSaurav Kashyap1-0/+7
2020-08-20scsi: qedf: Send cleanup even for RRQ on timeoutSaurav Kashyap1-1/+1
2020-08-20scsi: qedf: Do not kill timeout work for original I/O on RRQ completionSaurav Kashyap1-4/+0
2020-08-20scsi: qedf: Check the validity of rjt frame before processingSaurav Kashyap1-0/+5
2020-08-20scsi: qedf: Check for port type and role before processing an eventSaurav Kashyap1-0/+11
2020-08-20scsi: ufs-qcom: Remove unused MSM bus scaling APIsSai Prakash Ranjan2-235/+1
2020-08-20scsi: smartpqi: Bump version to 1.2.16-010Don Brace1-3/+3
2020-08-20scsi: smartpqi: Add RAID bypass counterKevin Barnett2-24/+54
2020-08-20scsi: smartpqi: Support device deletion via sysfsKevin Barnett1-49/+43
2020-08-20scsi: smartpqi: Avoid crashing kernel for controller issuesKevin Barnett2-35/+68
2020-08-20scsi: smartpqi: Update logical volume size after expansionMahesh Rajashekhara2-5/+17
2020-08-20scsi: smartpqi: Add id support for SmartRAID 3152-8iMahesh Rajashekhara1-0/+4
2020-08-20scsi: smartpqi: Identify physical devices without issuing INQUIRYKevin Barnett2-87/+87
2020-08-20scsi: mpt3sas: Update driver version to 35.100.00.00Suganath Prabu S1-2/+2
2020-08-20scsi: mpt3sas: Postprocessing of target and LUN resetSuganath Prabu S3-5/+139
2020-08-20scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and LUNSuganath Prabu S3-19/+88
2020-08-20scsi: mpt3sas: Rename and export interrupt mask/unmask functionsSuganath Prabu S2-13/+13
2020-08-20scsi: mpt3sas: Cancel the running work during host resetSuganath Prabu S2-5/+16
2020-08-20scsi: mpt3sas: Dump system registers for debuggingSuganath Prabu S1-0/+20
2020-08-20scsi: mpt3sas: Memset config_cmds.reply buffer with zerosSuganath Prabu S1-1/+1
2020-08-20scsi: ufs: Properly release resources if a task is aborted successfullyCan Guo1-4/+1
2020-08-17Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe"Quinn Tran1-4/+0
2020-08-17Revert "scsi: qla2xxx: Fix crash on qla2x00_mailbox_command"Saurav Kashyap1-8/+0
2020-08-17scsi: qla2xxx: Fix null pointer access during disconnect from subsystemQuinn Tran1-0/+5
2020-08-17scsi: qla2xxx: Check if FW supports MQ before enablingSaurav Kashyap1-0/+5
2020-08-17scsi: qla2xxx: Fix WARN_ON in qla_nvme_register_hbaArun Easi2-1/+10
2020-08-17scsi: qla2xxx: Allow ql2xextended_error_logging special value 1 to be set anytimeArun Easi1-0/+3
2020-08-17scsi: qla2xxx: Reduce noisy debug messageQuinn Tran1-2/+2
2020-08-17scsi: qla2xxx: Fix login timeoutQuinn Tran2-4/+16
2020-08-17scsi: qla2xxx: Indicate correct supported speeds for Mezz cardQuinn Tran1-5/+12
2020-08-17scsi: qla2xxx: Flush I/O on zone disableQuinn Tran1-1/+0
2020-08-17scsi: qla2xxx: Flush all sessions on zone disableQuinn Tran1-0/+12
2020-08-17scsi: qla2xxx: Use MBX_TOV_SECONDS for mailbox command timeout valuesEnzo Matsumiya1-7/+7
2020-08-17scsi: scsi_debug: Fix scp is NULL errorsDouglas Gilbert1-0/+2
2020-08-17scsi: ufs: No need to send Abort Task if the task in DB was clearedBean Huo1-7/+8
2020-08-17scsi: ufs: Clean up completed request without interrupt notificationStanley Chu1-1/+2