summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-03-27scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar1-1/+3
2024-03-01scsi: jazz_esp: Only build if SCSI core is builtinRandy Dunlap1-1/+1
2024-03-01scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke1-6/+6
2024-02-23scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan1-12/+8
2024-02-23scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei2-2/+5
2024-02-23scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei3-6/+6
2024-02-23scsi: core: Introduce enum scsi_dispositionBart Van Assche6-38/+42
2024-02-23scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui1-1/+1
2024-02-23scsi: libfc: Fix up timeout error in fc_fcp_rec_error()Hannes Reinecke1-1/+1
2024-02-23scsi: libfc: Don't schedule abort twiceHannes Reinecke1-5/+11
2024-02-23scsi: arcmsr: Support new PCI device IDs 1883 and 1886ching Huang2-0/+10
2024-02-23scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee2-2/+3
2024-01-26scsi: hisi_sas: Replace with standard error code return valueYihang Li2-3/+3
2024-01-26scsi: fnic: Return error if vmalloc() failedArtem Chernyshev1-1/+2
2024-01-12scsi: core: Always send batch on reset or error handling commandAlexander Atanasov1-0/+2
2024-01-12Revert "scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request"Greg Kroah-Hartman4-34/+29
2024-01-12Revert "scsi: core: Use a structure member to track the SCSI command submitter"Greg Kroah-Hartman3-17/+11
2024-01-12Revert "scsi: core: Always send batch on reset or error handling command"Greg Kroah-Hartman1-2/+0
2024-01-05scsi: core: Always send batch on reset or error handling commandAlexander Atanasov1-0/+2
2024-01-05scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche3-11/+17
2024-01-05scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche4-29/+34
2024-01-05scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun1-6/+3
2023-12-13scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()Dinghao Liu1-0/+1
2023-12-08scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran1-2/+10
2023-12-08scsi: qla2xxx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2023-11-28scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil1-2/+2
2023-11-28scsi: mpt3sas: Fix loop logicRanjan Kumar1-2/+2
2023-11-28scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao1-0/+6
2023-11-20scsi: ufs: core: Leave space for '\0' in utf8 desc stringDaniel Mentz1-1/+1
2023-11-08scsi: mpt3sas: Fix in error pathTomas Henzl1-1/+3
2023-10-10scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...Michal Grzedzicki1-0/+2
2023-10-10scsi: pm80xx: Use phy-specific SAS address when sending PHY_START commandMichal Grzedzicki2-2/+2
2023-10-10scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan2-3/+14
2023-09-23scsi: pm8001: Setup IRQs on resumeDamien Le Moal1-34/+17
2023-09-23scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2-13/+10
2023-09-23scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan1-5/+5
2023-09-23scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan1-3/+3
2023-09-19scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran4-9/+4
2023-09-19scsi: qla2xxx: Fix crash in PCIe error handlingQuinn Tran10-105/+265
2023-09-19scsi: qla2xxx: Consolidate zio threshold setting for both FCP & NVMeQuinn Tran2-21/+14
2023-09-19scsi: qla2xxx: If fcport is undergoing deletion complete I/O with retrySaurav Kashyap1-4/+4
2023-09-19scsi: qla2xxx: Remove unsupported ql2xenabledif optionManish Rangankar3-5/+8
2023-09-19scsi: qla2xxx: Turn off noisy message logQuinn Tran1-1/+1
2023-09-19scsi: qla2xxx: Fix erroneous link up failureQuinn Tran2-2/+7
2023-09-19scsi: qla2xxx: fix inconsistent TMF timeoutQuinn Tran1-1/+0
2023-09-19scsi: qla2xxx: Fix deletion race conditionQuinn Tran2-9/+21
2023-09-19scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar2-13/+34
2023-09-19Revert "scsi: qla2xxx: Fix buffer overrun"Nilesh Javali1-1/+1
2023-09-19scsi: fcoe: Fix potential deadlock on &fip->ctlr_lockChengfeng Ye1-8/+12
2023-09-19scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby1-2/+2