summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Don't memset() the entire scsi_cmnd in scsi_init_command()Christoph Hellwig
2022-03-01scsi: target: pscsi: Remove struct pscsi_plugin_taskChristoph Hellwig
2022-02-27scsi: libsas: Use bool for queue_work() return codeJohn Garry
2022-02-27scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry
2022-02-27scsi: hisi_sas: Modify v3 HW SSP underflow error processingXingui Yang
2022-02-27scsi: hisi_sas: Limit users changing debugfs BIST count valueXiang Chen
2022-02-27scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe()Qi Liu
2022-02-27scsi: hisi_sas: Free irq vectors in order for v3 HWQi Liu
2022-02-27scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen
2022-02-27scsi: hisi_sas: Change permission of parameter prot_maskXiang Chen
2022-02-27scsi: qla4xxx: Remove unneeded variableChangcheng Deng
2022-02-27scsi: aha152x: Fix aha152x_setup() __setup handler return valueRandy Dunlap
2022-02-27scsi: pm80xx: Handle non-fatal errorsAjish Koshy
2022-02-27scsi: mac53c94: Stop using struct scsi_pointerFinn Thain
2022-02-27scsi: mesh: Stop using struct scsi_pointerFinn Thain
2022-02-27scsi: core: docs: Update notes about scsi_times_outKhazhismel Kumykov
2022-02-27scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic con...Christophe JAILLET
2022-02-27scsi: libfc: Replace one-element arrays with flexible-array membersGustavo A. R. Silva
2022-02-22scsi: pm8001: Fix pm8001_info() message formatDamien Le Moal
2022-02-22scsi: pm8001: Improve pm80XX_send_abort_all()Damien Le Moal
2022-02-22scsi: pm8001: Simplify pm8001_ccb_task_free()Damien Le Moal
2022-02-22scsi: pm8001: Simplify pm8001_task_exec()Damien Le Moal
2022-02-22scsi: pm8001: Simplify pm8001_mpi_build_cmd() interfaceDamien Le Moal
2022-02-22scsi: pm8001: Introduce ccb alloc/free helpersDamien Le Moal
2022-02-22scsi: pm8001: Simplify pm8001_get_ncq_tag()Damien Le Moal
2022-02-22scsi: pm8001: Cleanup pm8001_exec_internal_task_abort()Damien Le Moal
2022-02-22scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commandsDamien Le Moal
2022-02-22scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()Damien Le Moal
2022-02-22scsi: pm8001: Fix tag leaks on errorDamien Le Moal
2022-02-22scsi: pm8001: Fix task leak in pm8001_send_abort_all()Damien Le Moal
2022-02-22scsi: pm8001: Fix tag values handlingDamien Le Moal
2022-02-22scsi: pm8001: Fix pm8001_mpi_task_abort_resp()Damien Le Moal
2022-02-22scsi: pm8001: Fix pm8001_tag_alloc() failures handlingDamien Le Moal
2022-02-22scsi: pm8001: Fix abort all task initializationDamien Le Moal
2022-02-22scsi: pm8001: Fix NCQ NON DATA command completion handlingDamien Le Moal
2022-02-22scsi: pm8001: Fix NCQ NON DATA command task initializationDamien Le Moal
2022-02-22scsi: pm8001: Remove local variable in pm8001_pci_resume()Damien Le Moal
2022-02-22scsi: pm8001: Fix use of struct set_phy_profile_req fieldsDamien Le Moal
2022-02-22scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req()Damien Le Moal
2022-02-22scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req()Damien Le Moal
2022-02-22scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update()Damien Le Moal
2022-02-22scsi: pm8001: Fix le32 values handling in pm80xx_set_sas_protocol_timer_config()Damien Le Moal
2022-02-22scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()Damien Le Moal
2022-02-22scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()Damien Le Moal
2022-02-22scsi: pm8001: Fix pm80xx_pci_mem_copy() interfaceDamien Le Moal