summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-0110-36/+10
* scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-019-35/+21
* scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-019-16/+15
* scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-019-31/+30
* scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-0119-168/+113
* scsi: core: Don't memset() the entire scsi_cmnd in scsi_init_command()Christoph Hellwig2022-03-011-32/+28
* scsi: target: pscsi: Remove struct pscsi_plugin_taskChristoph Hellwig2022-03-012-38/+17
* 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-273-18/+12
* 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: core: docs: Update notes about scsi_times_outKhazhismel Kumykov2022-02-271-8/+7
* scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic con...Christophe JAILLET2022-02-271-1/+1
* scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-02-272-3/+3
* 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
* scsi: pm8001: Simplify pm8001_get_ncq_tag()Damien Le Moal2022-02-221-9/+5
* scsi: pm8001: Cleanup pm8001_exec_internal_task_abort()Damien Le Moal2022-02-221-17/+21
* scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commandsDamien Le Moal2022-02-221-7/+2
* scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()Damien Le Moal2022-02-221-1/+3
* scsi: pm8001: Fix tag leaks on errorDamien Le Moal2022-02-223-3/+17
* scsi: pm8001: Fix task leak in pm8001_send_abort_all()Damien Le Moal2022-02-221-3/+6
* scsi: pm8001: Fix tag values handlingDamien Le Moal2022-02-225-47/+28
* scsi: pm8001: Fix pm8001_mpi_task_abort_resp()Damien Le Moal2022-02-221-4/+3
* scsi: pm8001: Fix pm8001_tag_alloc() failures handlingDamien Le Moal2022-02-221-5/+10
* scsi: pm8001: Fix abort all task initializationDamien Le Moal2022-02-222-0/+3
* scsi: pm8001: Fix NCQ NON DATA command completion handlingDamien Le Moal2022-02-222-2/+4
* scsi: pm8001: Fix NCQ NON DATA command task initializationDamien Le Moal2022-02-222-14/+13
* scsi: pm8001: Remove local variable in pm8001_pci_resume()Damien Le Moal2022-02-221-4/+4
* scsi: pm8001: Fix use of struct set_phy_profile_req fieldsDamien Le Moal2022-02-222-6/+8
* scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req()Damien Le Moal2022-02-221-37/+45
* scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req()Damien Le Moal2022-02-221-16/+25
* scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update()Damien Le Moal2022-02-221-3/+4
* scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config()Damien Le Moal2022-02-221-27/+25
* scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()Damien Le Moal2022-02-221-3/+5
* scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()Damien Le Moal2022-02-221-1/+1
* scsi: pm8001: Fix pm80xx_pci_mem_copy() interfaceDamien Le Moal2022-02-221-5/+3