summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2020-01-29scsi: iscsi: Avoid potential deadlock in iscsi_if_rx funcBo Wu
2020-01-29scsi: libfc: fix null pointer dereference on a null lportColin Ian King
2020-01-29scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche
2020-01-29scsi: megaraid_sas: reduce module load timeSteve Sistare
2020-01-23scsi: core: scsi_trace: Use get_unaligned_be*()Bart Van Assche
2020-01-23scsi: bnx2i: fix potential use after freePan Bian
2020-01-23scsi: qla4xxx: fix double free bugPan Bian
2020-01-23scsi: esas2r: unlock on error in esas2r_nvram_read_direct()Dan Carpenter
2020-01-23scsi: fnic: fix invalid stack accessArnd Bergmann
2020-01-23scsi: fnic: use kernel's '%pM' format option to print MACAndy Shevchenko
2020-01-23scsi: libcxgbi: fix NULL pointer dereference in cxgbi_device_destroy()Varun Prakash
2020-01-23scsi: sd: Clear sdkp->protection_type if disk is reformatted without PIXiang Chen
2020-01-14scsi: bfa: release allocated memory in case of errorNavid Emamdoost
2020-01-12scsi: libsas: stop discovering if oob mode is disconnectedJason Yan
2020-01-12scsi: iscsi: qla4xxx: fix double free in probeDan Carpenter
2020-01-12scsi: qla2xxx: Don't call qlt_async_event twiceRoman Bolshakov
2020-01-12scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu
2020-01-04scsi: scsi_debug: num_tgts must be >= 0Maurizio Lombardi
2020-01-04scsi: pm80xx: Fix for SATA device discoverypeter chang
2020-01-04scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONEFinn Thain
2020-01-04scsi: ufs: fix potential bug which ends in system hangBean Huo
2020-01-04scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferencesJames Smart
2020-01-04scsi: lpfc: Fix duplicate unreg_rpi error in port offline flowJames Smart
2020-01-04scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6) and WRITE(6)Bart Van Assche
2020-01-04scsi: csiostor: Don't enable IRQs too earlyDan Carpenter
2020-01-04scsi: lpfc: Fix SLI3 hba in loop mode not discovering devicesJames Smart
2020-01-04scsi: lpfc: Fix locking on mailbox command completionJames Smart
2020-01-04scsi: mpt3sas: Fix clear pending bit in ioctl statusSreekanth Reddy
2019-12-21scsi: iscsi: Fix a potential deadlock in the timeout handlerBart Van Assche
2019-12-21scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return valueBart Van Assche
2019-12-21scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()Bart Van Assche
2019-12-21scsi: qla2xxx: Fix session lookup in qlt_abort_work()Bart Van Assche
2019-12-21scsi: qla2xxx: Fix DMA unmap leakHimanshu Madhani
2019-12-21scsi: lpfc: Cap NPIV vports to 256James Smart
2019-12-05scsi: libsas: Check SMP PHY control function resultJohn Garry
2019-12-05scsi: libsas: Support SATA PHY connection rate unmatch fixing during discoveryJohn Garry
2019-12-05scsi: csiostor: fix incorrect dma device in case of vportVarun Prakash
2019-12-05scsi: qla2xxx: deadlock by configfs_depend_itemAnatoliy Glagolev
2019-12-05scsi: lpfc: Fix dif and first burst use in write commandsJames Smart
2019-11-28scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart
2019-11-28scsi: megaraid_sas: Fix msleep granularityShivasharan S
2019-11-28scsi: mpt3sas: Fix driver modifying persistent data in Manufacturing page11Suganath Prabu
2019-11-28scsi: mpt3sas: Fix Sync cache command failure during driver unloadSuganath Prabu
2019-11-28scsi: dc395x: fix DMA API usage in sg_update_listChristoph Hellwig
2019-11-28scsi: dc395x: fix dma API usage in srb_doneChristoph Hellwig
2019-11-28scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_paramNathan Chancellor
2019-11-28scsi: isci: Change sci_controller_start_task's return type to sci_statusNathan Chancellor
2019-11-28scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handlerNathan Chancellor
2019-11-28scsi: ips: fix missing break in switchGustavo A. R. Silva
2019-11-25scsi: NCR5380: Handle BUS FREE during reselectionFinn Thain