summaryrefslogtreecommitdiff
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: snic: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-10-021-14/+2
* scsi: qla4xxx: Delete unneeded variable 'status' in qla4xxx_process_ddb_changedYe Bin2020-10-021-2/+1
* scsi: sun_esp: Use module_platform_driver to simplify the codeLiu Shixin2020-10-021-13/+1
* scsi: sun3x_esp: Use module_platform_driver to simplify the codeLiu Shixin2020-10-021-13/+1
* scsi: sni_53c710: Use module_platform_driver to simplify the codeLiu Shixin2020-10-021-13/+1
* scsi: qlogicpti: Use module_platform_driver to simplify the codeLiu Shixin2020-10-021-13/+1
* scsi: mac_esp: Use module_platform_driver to simplify the codeLiu Shixin2020-10-021-13/+1
* scsi: jazz_esp: Use module_platform_driver to simplify the codeLiu Shixin2020-10-021-13/+1
* scsi: mvumi: Fix error return in mvumi_io_attach()Jing Xiangfeng2020-10-021-0/+1
* scsi: lpfc: Drop nodelist reference on error in lpfc_gen_req()Hannes Reinecke2020-10-021-0/+2
* scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()Dan Carpenter2020-10-021-2/+2
* scsi: aacraid: Add a missing iounmap callTomas Henzl2020-10-021-0/+1
* scsi: qedi: Add schedule_hw_err_handler callback for fan failureManish Rangankar2020-10-022-0/+21
* scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.cYe Bin2020-10-021-3/+3
* scsi: snic: Remove unnecessary conditionJing Xiangfeng2020-10-021-4/+0
* scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke2020-10-021-2/+1
* scsi: ufs: Fix missing brace warning for old compilersPujin Shi2020-10-021-2/+2
* scsi: qla2xxx: Fix inconsistent format argument type in qla_dbg.cYe Bin2020-10-021-1/+1
* scsi: qla2xxx: Fix inconsistent format argument type in qla_os.cYe Bin2020-10-021-2/+2
* scsi: qla2xxx: Fix inconsistent format argument type in tcm_qla2xxx.cYe Bin2020-10-021-1/+1
* scsi: sd: Allow user to configure command retriesMike Christie2020-10-022-30/+72
* scsi: core: Add limitless cmd retry supportMike Christie2020-10-023-20/+43
* scsi: qla2xxx: Update version to 10.02.00.103-kNilesh Javali2020-09-291-2/+2
* scsi: qla2xxx: Fix point-to-point (N2N) device discovery issueArun Easi2020-09-293-1/+6
* scsi: qla2xxx: Fix crash on session cleanup with unloadQuinn Tran2020-09-291-6/+7
* scsi: qla2xxx: Fix reset of MPI firmwareArun Easi2020-09-294-39/+23
* scsi: qla2xxx: Fix MPI reset needed messageArun Easi2020-09-291-1/+1
* scsi: qla2xxx: Fix buffer-buffer credit extraction errorQuinn Tran2020-09-295-81/+34
* scsi: qla2xxx: Correct the check for sscanf() return valueSaurav Kashyap2020-09-291-2/+2
* scsi: ufs: ufs-exynos: Use devm_platform_ioremap_resource_byname()Bean Huo2020-09-291-7/+3
* scsi: ufs-mediatek: Support performance mode for inline encryption engineStanley Chu2020-09-222-6/+199
* scsi: libsas: Simplify the return expression of sas_discover_* functionsLiu Shixin2020-09-222-14/+2
* scsi: oak: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
* scsi: bnx2i: Remove unnecessary mutex_init()Qinglang Miao2020-09-221-2/+0
* scsi: qla2xxx: Update version to 10.02.00.102-kNilesh Javali2020-09-222-4/+3
* scsi: qla2xxx: Add SLER and PI control supportSaurav Kashyap2020-09-227-5/+45
* scsi: qla2xxx: Add IOCB resource trackingQuinn Tran2020-09-228-0/+151
* scsi: qla2xxx: Add rport fields in debugfsArun Easi2020-09-221-0/+53
* scsi: qla2xxx: Make tgt_port_database available in initiator modeArun Easi2020-09-221-32/+32
* scsi: qla2xxx: Fix I/O errors during LIP reset testsArun Easi2020-09-221-0/+8
* scsi: qla2xxx: Performance tweakQuinn Tran2020-09-228-39/+91
* scsi: qla2xxx: Fix memory size truncationQuinn Tran2020-09-223-6/+8
* scsi: qla2xxx: Reduce duplicate code in reporting speedQuinn Tran2020-09-224-137/+9
* scsi: qla2xxx: Honor status qualifier in FCP_RSP per specArun Easi2020-09-223-18/+40
* scsi: qla2xxx: Allow dev_loss_tmo setting for FC-NVMe devicesArun Easi2020-09-221-0/+58
* scsi: qla2xxx: Setup debugfs entries for remote portsArun Easi2020-09-225-1/+51
* scsi: qla2xxx: Fix I/O failures during remote port toggle testingArun Easi2020-09-222-4/+1
* scsi: ibmvfc: Protect vhost->task_set increment by the host lockBrian King2020-09-221-1/+1
* scsi: core: Only re-run queue in scsi_end_request() if device queue is busyMing Lei2020-09-151-4/+44
* scsi: aic7xxx: Use kmemdup() in two placesAlex Dewar2020-09-152-4/+2