summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: ibmvfc: Fix command state accounting and stale response detectionTyrel Datwyler2021-08-122-2/+18
* scsi: sr: Return correct event when media event code is 3Li Manyi2021-08-121-1/+1
* scsi: iscsi: Fix iface sysfs attr detectionMike Christie2021-07-281-56/+34
* scsi: qedf: Add check to synchronize abort and flushJaved Hasan2021-07-251-1/+21
* scsi: libfc: Fix array index out of bound exceptionJaved Hasan2021-07-251-5/+8
* scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-07-258-0/+16
* scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King2021-07-251-1/+1
* scsi: scsi_dh_alua: Fix signedness bug in alua_rtpg()Dan Carpenter2021-07-201-1/+2
* scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET2021-07-201-0/+1
* scsi: storvsc: Correctly handle multiple flags in srb_statusMichael Kelley2021-07-201-28/+33
* scsi: qedi: Fix cleanup session block/unblock useMike Christie2021-07-202-2/+16
* scsi: qedi: Fix TMF session block/unblock useMike Christie2021-07-201-6/+1
* scsi: qedi: Fix race during abort timeoutsMike Christie2021-07-202-18/+17
* scsi: qedi: Fix null ref during abort handlingMike Christie2021-07-201-1/+1
* scsi: iscsi: Fix shost->max_id useMike Christie2021-07-204-6/+6
* scsi: iscsi: Fix conn use after free during resetsMike Christie2021-07-201-60/+55
* scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie2021-07-202-5/+14
* scsi: megaraid_sas: Handle missing interrupts while re-enabling IRQsChandrakanth Patil2021-07-201-2/+7
* scsi: megaraid_sas: Early detection of VD deletion through RaidMap updateKashyap Desai2021-07-203-9/+92
* scsi: megaraid_sas: Fix resource leak in case of probe failureChandrakanth Patil2021-07-202-0/+14
* scsi: scsi_dh_alua: Check for negative result valueHannes Reinecke2021-07-201-4/+4
* scsi: core: Fixup calling convention for scsi_mode_sense()Hannes Reinecke2021-07-204-16/+17
* scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S2021-07-201-0/+22
* scsi: core: Cap scsi_host cmd_per_lun at can_queueJohn Garry2021-07-201-0/+3
* scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLsJames Smart2021-07-201-2/+3
* scsi: lpfc: Fix "Unexpected timeout" error in direct attach topologyJames Smart2021-07-201-0/+9
* scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw()Sergey Shtylyov2021-07-201-6/+6
* scsi: arcmsr: Fix doorbell status being updated late on ARC-1886ching Huang2021-07-201-2/+9
* scsi: arcmsr: Fix the wrong CDB payload report to IOPching Huang2021-07-201-2/+6
* scsi: core: Fix bad pointer dereference when ehandler kthread is invalidTyrel Datwyler2021-07-201-0/+1
* scsi: core: Retry I/O for Notify (Enable Spinup) Required errorQuat Le2021-07-141-0/+1
* scsi: libfc: Correct the condition check and invalid argument passedJaved Hasan2021-07-141-3/+5
* scsi: lpfc: Fix Node recovery when driver is handling simultaneous PLOGIsJames Smart2021-07-141-3/+18
* scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart2021-07-146-40/+115
* scsi: megaraid_sas: Send all non-RW I/Os for TYPE_ENCLOSURE device through fi...Chandrakanth Patil2021-07-141-2/+8
* scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei2021-07-141-1/+3
* scsi: iscsi: Flush block work before unblockMike Christie2021-07-141-0/+2
* scsi: iscsi: Fix in-kernel conn failure handlingMike Christie2021-07-141-197/+274
* scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie2021-07-146-32/+73
* scsi: iscsi: Use system_unbound_wq for destroy_workMike Christie2021-07-141-14/+1
* scsi: iscsi: Force immediate failure during shutdownMike Christie2021-07-141-4/+10
* scsi: iscsi: Stop queueing during ep_disconnectMike Christie2021-07-148-11/+75
* scsi: FlashPoint: Rename si_flags fieldRandy Dunlap2021-07-141-16/+16
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-06-252-4/+20
|\
| * scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)Christoph Hellwig2021-06-221-4/+18
| * scsi: sr: Return appropriate error code when disk is ejectedManYi Li2021-06-181-0/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-06-131-21/+26
|\|
| * scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei2021-06-071-1/+1
| * scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei2021-06-071-2/+6
| * scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei2021-06-071-8/+6