summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | scsi: lpfc: Remove failing soft_wwn supportJames Smart2022-03-143-242/+1
| * | scsi: ufs: core: scsi_get_lba() error fixPeter Wang2022-03-081-2/+3
| * | scsi: mpt3sas: Fix incorrect 4GB boundary checkSreekanth Reddy2022-03-081-13/+12
| * | scsi: mpt3sas: Remove scsi_dma_map() error messagesSreekanth Reddy2022-03-081-15/+3
| * | scsi: libfc: Fix use after free in fc_exch_abts_resp()Jianglei Nie2022-03-081-0/+1
| * | scsi: scsi_debug: Fix qc_lock use in sdebug_blk_mq_poll()Damien Le Moal2022-03-081-9/+7
| * | scsi: scsi_debug: Silence unexpected unlock warningsDamien Le Moal2022-03-081-24/+44
| * | scsi: ufs: Fix runtime PM messages never-ending cycleAdrian Hunter2022-03-011-2/+19
| * | scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter2022-03-012-4/+11
| * | scsi: lpfc: Use rport as argument for lpfc_chk_tgt_mapped()Hannes Reinecke2022-03-011-7/+8
| * | scsi: lpfc: Use rport as argument for lpfc_send_taskmgmt()Hannes Reinecke2022-03-011-6/+6
| * | scsi: lpfc: Use fc_block_rport()Hannes Reinecke2022-03-011-5/+8
| * | scsi: lpfc: Drop lpfc_no_handler()Hannes Reinecke2022-03-011-10/+0
| * | scsi: lpfc: Kill lpfc_bus_reset_handler()Hannes Reinecke2022-03-011-91/+0
| * | scsi: wd719x: Return proper error code when dma_set_mask() failsZheyu Ma2022-03-011-1/+2
| * | scsi: iscsi: Drop temp workq_nameMike Christie2022-03-011-4/+2
| * | scsi: iscsi: Use the session workqueue for recoveryMike Christie2022-03-011-16/+4
| * | scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie2022-03-012-6/+15
| * | scsi: iscsi: Remove iscsi_scan_finished()Mike Christie2022-03-011-35/+4
| * | scsi: iscsi: Speed up session unblocking and removalMike Christie2022-03-011-4/+5
| * | scsi: iscsi: Fix recovery and unblocking raceMike Christie2022-03-011-5/+2
| * | scsi: scsi_transport_fc: Fix FPIN Link Integrity statistics countersJames Smart2022-03-011-23/+16
| * | scsi: libsas: Clean up sas_form_port()Damien Le Moal2022-03-011-31/+42
| * | scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig2022-03-011-1/+0
| * | scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-017-25/+9
| * | scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-016-28/+16
| * | scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-016-11/+11
| * | scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-016-28/+27
| * | scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-0111-138/+94
| * | scsi: core: Don't memset() the entire scsi_cmnd in scsi_init_command()Christoph Hellwig2022-03-011-32/+28
| * | scsi: libsas: Use bool for queue_work() return codeJohn Garry2022-02-272-20/+12
| * | scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry2022-02-272-14/+8
| * | scsi: hisi_sas: Modify v3 HW SSP underflow error processingXingui Yang2022-02-271-13/+26
| * | scsi: hisi_sas: Limit users changing debugfs BIST count valueXiang Chen2022-02-271-2/+50
| * | scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe()Qi Liu2022-02-271-10/+10
| * | scsi: hisi_sas: Free irq vectors in order for v3 HWQi Liu2022-02-271-5/+11
| * | scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen2022-02-272-2/+3
| * | scsi: hisi_sas: Change permission of parameter prot_maskXiang Chen2022-02-271-1/+1
| * | scsi: qla4xxx: Remove unneeded variableChangcheng Deng2022-02-271-2/+1
| * | scsi: aha152x: Fix aha152x_setup() __setup handler return valueRandy Dunlap2022-02-271-4/+2
| * | scsi: pm80xx: Handle non-fatal errorsAjish Koshy2022-02-272-8/+29
| * | scsi: mac53c94: Stop using struct scsi_pointerFinn Thain2022-02-272-16/+15
| * | scsi: mesh: Stop using struct scsi_pointerFinn Thain2022-02-272-15/+14
| * | scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-02-271-1/+1
| * | scsi: pm8001: Fix pm8001_info() message formatDamien Le Moal2022-02-221-1/+1
| * | scsi: pm8001: Improve pm80XX_send_abort_all()Damien Le Moal2022-02-222-22/+8
| * | scsi: pm8001: Simplify pm8001_ccb_task_free()Damien Le Moal2022-02-224-62/+52
| * | scsi: pm8001: Simplify pm8001_task_exec()Damien Le Moal2022-02-221-92/+78
| * | scsi: pm8001: Simplify pm8001_mpi_build_cmd() interfaceDamien Le Moal2022-02-223-166/+89
| * | scsi: pm8001: Introduce ccb alloc/free helpersDamien Le Moal2022-02-224-171/+166