summaryrefslogtreecommitdiffstats
path: root/include/scsi/libiscsi.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-02scsi: iscsi: Drop temp workq_nameMike Christie1-1/+0
2022-03-02scsi: iscsi: Use the session workqueue for recoveryMike Christie1-16/+4
2022-03-02scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie3-6/+17
2022-03-02scsi: iscsi: Remove iscsi_scan_finished()Mike Christie2-37/+4
2022-03-02scsi: iscsi: Speed up session unblocking and removalMike Christie1-4/+5
2022-03-02scsi: iscsi: Fix recovery and unblocking raceMike Christie1-5/+2
2022-03-02scsi: scsi_transport_fc: Fix FPIN Link Integrity statistics countersJames Smart1-23/+16
2022-03-02scsi: libsas: Clean up sas_form_port()Damien Le Moal1-31/+42
2022-03-02scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig5-11/+0
2022-03-02scsi: core: Remove struct scsi_requestChristoph Hellwig10-36/+10
2022-03-02scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig9-35/+21
2022-03-02scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig9-16/+15
2022-03-02scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig9-31/+30
2022-03-02scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig19-168/+113
2022-03-02scsi: core: Don't memset() the entire scsi_cmnd in scsi_init_command()Christoph Hellwig1-32/+28
2022-03-02scsi: target: pscsi: Remove struct pscsi_plugin_taskChristoph Hellwig2-38/+17
2022-02-28scsi: libsas: Use bool for queue_work() return codeJohn Garry2-20/+12
2022-02-28scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry3-18/+12
2022-02-28scsi: hisi_sas: Modify v3 HW SSP underflow error processingXingui Yang1-13/+26
2022-02-28scsi: hisi_sas: Limit users changing debugfs BIST count valueXiang Chen1-2/+50
2022-02-28scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe()Qi Liu1-10/+10
2022-02-28scsi: hisi_sas: Free irq vectors in order for v3 HWQi Liu1-5/+11
2022-02-28scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen2-2/+3
2022-02-28scsi: hisi_sas: Change permission of parameter prot_maskXiang Chen1-1/+1
2022-02-28scsi: qla4xxx: Remove unneeded variableChangcheng Deng1-2/+1
2022-02-28scsi: aha152x: Fix aha152x_setup() __setup handler return valueRandy Dunlap1-4/+2
2022-02-28scsi: pm80xx: Handle non-fatal errorsAjish Koshy2-8/+29
2022-02-28scsi: mac53c94: Stop using struct scsi_pointerFinn Thain2-16/+15
2022-02-28scsi: mesh: Stop using struct scsi_pointerFinn Thain2-15/+14
2022-02-28scsi: core: docs: Update notes about scsi_times_outKhazhismel Kumykov1-8/+7
2022-02-28scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic con...Christophe JAILLET1-1/+1
2022-02-28scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2-3/+3
2022-02-23scsi: pm8001: Fix pm8001_info() message formatDamien Le Moal1-1/+1
2022-02-23scsi: pm8001: Improve pm80XX_send_abort_all()Damien Le Moal2-22/+8
2022-02-23scsi: pm8001: Simplify pm8001_ccb_task_free()Damien Le Moal4-62/+52
2022-02-23scsi: pm8001: Simplify pm8001_task_exec()Damien Le Moal1-92/+78
2022-02-23scsi: pm8001: Simplify pm8001_mpi_build_cmd() interfaceDamien Le Moal3-166/+89
2022-02-23scsi: pm8001: Introduce ccb alloc/free helpersDamien Le Moal4-171/+166
2022-02-23scsi: pm8001: Simplify pm8001_get_ncq_tag()Damien Le Moal1-9/+5
2022-02-23scsi: pm8001: Cleanup pm8001_exec_internal_task_abort()Damien Le Moal1-17/+21
2022-02-23scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commandsDamien Le Moal1-7/+2
2022-02-23scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()Damien Le Moal1-1/+3
2022-02-23scsi: pm8001: Fix tag leaks on errorDamien Le Moal3-3/+17
2022-02-23scsi: pm8001: Fix task leak in pm8001_send_abort_all()Damien Le Moal1-3/+6
2022-02-23scsi: pm8001: Fix tag values handlingDamien Le Moal5-47/+28
2022-02-23scsi: pm8001: Fix pm8001_mpi_task_abort_resp()Damien Le Moal1-4/+3
2022-02-23scsi: pm8001: Fix pm8001_tag_alloc() failures handlingDamien Le Moal1-5/+10
2022-02-23scsi: pm8001: Fix abort all task initializationDamien Le Moal2-0/+3
2022-02-23scsi: pm8001: Fix NCQ NON DATA command completion handlingDamien Le Moal2-2/+4
2022-02-23scsi: pm8001: Fix NCQ NON DATA command task initializationDamien Le Moal2-14/+13