summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: iscsi: qla4xxx: fix double free in probeDan Carpenter2020-04-281-1/+0
* scsi: bnx2i: fix potential use after freePan Bian2020-02-111-1/+1
* scsi: qla4xxx: fix double free bugPan Bian2020-02-111-3/+0
* scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferencesJames Smart2020-02-111-1/+1
* scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6) and WRITE(6)Bart Van Assche2020-02-111-4/+7
* scsi: core: scsi_trace: Use get_unaligned_be*()Bart Van Assche2020-02-111-78/+32
* scsi: esas2r: unlock on error in esas2r_nvram_read_direct()Dan Carpenter2020-02-111-0/+1
* scsi: csiostor: Don't enable IRQs too earlyDan Carpenter2020-02-111-6/+9
* scsi: libsas: stop discovering if oob mode is disconnectedJason Yan2020-01-111-1/+10
* scsi: qla2xxx: stop timer in shutdown pathNicholas Piggin2019-12-191-0/+4
* scsi: lpfc: Honor module parameter lpfc_use_adiscDaniel Wagner2019-12-191-2/+2
* scsi: core: try to get module before removing deviceYufen Yu2019-12-191-1/+10
* scsi: sd: Ignore a failure to sync cache due to lack of authorizationOliver Neukum2019-12-191-1/+2
* scsi: bfa: release allocated memory in case of errorNavid Emamdoost2019-12-101-1/+3
* scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()Jan Kara2019-10-051-2/+4
* scsi: ufs: Avoid runtime suspend possibly being blocked foreverStanley Chu2019-10-051-7/+4
* scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King2019-10-051-1/+1
* scsi: libsas: delete sas port if expander discover failedJason Yan2019-09-231-0/+2
* scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche2019-09-231-13/+21
* scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez2019-09-231-2/+2
* scsi: qla4xxx: avoid freeing unallocated dma memoryArnd Bergmann2019-09-231-1/+1
* scsi: libsas: fix a race condition when smp task timeoutJason Yan2019-08-131-5/+4
* scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi2019-07-091-2/+0
* scsi: megaraid_sas: return error when create DMA pool failedJason Yan2019-06-201-0/+1
* scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry2019-05-021-0/+2
* scsi: bnx2fc: Fix error handling in probe()Dan Carpenter2019-05-021-2/+2
* scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe2019-05-021-7/+7
* scsi: sd: Fix cache_type_store()Ivan Mironov2019-05-021-0/+6
* sd: Clear PS bit before Mode Select.Gabriel Krisman Bertazi2019-05-021-0/+1
* scsi: megaraid_sas: Use 63-bit DMA addressingShivasharan S2019-04-041-1/+1
* scsi: sd: use mempool for discard special pageJens Axboe2019-02-111-2/+15
* scsi: bnx2fc: Fix NULL dereference in error handlingDan Carpenter2019-02-111-1/+1
* bnx2fc: fix an error code in _bnx2fc_create()Dan Carpenter2019-02-111-0/+1
* scsi: esp_scsi: Track residual for PIO transfersFinn Thain2019-02-113-0/+5
* scsi: qla2xxx: shutdown chip if reset failQuinn Tran2019-02-111-1/+1
* scsi: qla2xxx: Fix incorrect port speed being set for FC adaptersHimanshu Madhani2019-02-111-4/+1
* scsi: aic94xx: fix an error code in aic94xx_init()Dan Carpenter2018-12-161-1/+3
* scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlockBart Van Assche2018-12-161-2/+18
* scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devicesGreg Edwards2018-12-161-2/+4
* scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche2018-11-201-10/+23
* scsi: qla2xxx: Return error when TMF returnsAnil Gurumurthy2018-11-201-4/+3
* scsi: qla2xxx: Fix ISP recovery on unloadQuinn Tran2018-11-201-2/+3
* scsi: sg: mitigate read/write abuseJann Horn2018-11-201-2/+40
* scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani2018-11-201-1/+2
* scsi: qlogicpti: Fix an error handling path in 'qpti_sbus_probe()'Christophe Jaillet2018-11-201-3/+3
* fnic: Fix misleading indentationBen Hutchings2018-11-201-1/+2
* scsi: sd: Defer spinning up drive while SANITIZE is in progressMahesh Rajashekhara2018-10-211-0/+2
* scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings2018-10-211-2/+2
* scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com2018-10-211-0/+1
* scsi: libsas: defer ata device eh commands to libataJason Yan2018-09-251-20/+13