summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2020-02-11scsi: bnx2i: fix potential use after freePan Bian
2020-02-11scsi: qla4xxx: fix double free bugPan Bian
2020-02-11scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferencesJames Smart
2020-02-11scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6) and WRITE(6)Bart Van Assche
2020-02-11scsi: core: scsi_trace: Use get_unaligned_be*()Bart Van Assche
2020-02-11scsi: esas2r: unlock on error in esas2r_nvram_read_direct()Dan Carpenter
2020-02-11scsi: csiostor: Don't enable IRQs too earlyDan Carpenter
2020-01-11scsi: libsas: stop discovering if oob mode is disconnectedJason Yan
2019-12-19scsi: qla2xxx: stop timer in shutdown pathNicholas Piggin
2019-12-19scsi: lpfc: Honor module parameter lpfc_use_adiscDaniel Wagner
2019-12-19scsi: core: try to get module before removing deviceYufen Yu
2019-12-19scsi: sd: Ignore a failure to sync cache due to lack of authorizationOliver Neukum
2019-12-10scsi: bfa: release allocated memory in case of errorNavid Emamdoost
2019-10-05scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()Jan Kara
2019-10-05scsi: ufs: Avoid runtime suspend possibly being blocked foreverStanley Chu
2019-10-05scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King
2019-09-23scsi: libsas: delete sas port if expander discover failedJason Yan
2019-09-23scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche
2019-09-23scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez
2019-09-23scsi: qla4xxx: avoid freeing unallocated dma memoryArnd Bergmann
2019-08-13scsi: libsas: fix a race condition when smp task timeoutJason Yan
2019-07-09scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi
2019-06-20scsi: megaraid_sas: return error when create DMA pool failedJason Yan
2019-05-02scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry
2019-05-02scsi: bnx2fc: Fix error handling in probe()Dan Carpenter
2019-05-02scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe
2019-05-02scsi: sd: Fix cache_type_store()Ivan Mironov
2019-05-02sd: Clear PS bit before Mode Select.Gabriel Krisman Bertazi
2019-04-04scsi: megaraid_sas: Use 63-bit DMA addressingShivasharan S
2019-02-11scsi: sd: use mempool for discard special pageJens Axboe
2019-02-11scsi: bnx2fc: Fix NULL dereference in error handlingDan Carpenter
2019-02-11bnx2fc: fix an error code in _bnx2fc_create()Dan Carpenter
2019-02-11scsi: esp_scsi: Track residual for PIO transfersFinn Thain
2019-02-11scsi: qla2xxx: shutdown chip if reset failQuinn Tran
2019-02-11scsi: qla2xxx: Fix incorrect port speed being set for FC adaptersHimanshu Madhani
2018-12-16scsi: aic94xx: fix an error code in aic94xx_init()Dan Carpenter
2018-12-16scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlockBart Van Assche
2018-12-16scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devicesGreg Edwards
2018-11-20scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche
2018-11-20scsi: qla2xxx: Return error when TMF returnsAnil Gurumurthy
2018-11-20scsi: qla2xxx: Fix ISP recovery on unloadQuinn Tran
2018-11-20scsi: sg: mitigate read/write abuseJann Horn
2018-11-20scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani
2018-11-20scsi: qlogicpti: Fix an error handling path in 'qpti_sbus_probe()'Christophe Jaillet
2018-11-20fnic: Fix misleading indentationBen Hutchings
2018-10-21scsi: sd: Defer spinning up drive while SANITIZE is in progressMahesh Rajashekhara
2018-10-21scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings
2018-10-21scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com
2018-09-25scsi: libsas: defer ata device eh commands to libataJason Yan
2018-09-25scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()Alexander Potapenko