summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei2021-06-161-1/+1
* scsi: core: Fix error handling of scsi_host_alloc()Ming Lei2021-06-161-10/+13
* scsi: target: qla2xxx: Wait for stop_phase1 at WWN removalDmitry Bogdanov2021-06-161-0/+2
* scsi: vmw_pvscsi: Set correct residual data lengthMatt Wang2021-06-161-1/+7
* scsi: libsas: Use _safe() loop in sas_resume_port()Dan Carpenter2021-06-031-2/+2
* scsi: BusLogic: Fix 64-bit system enumeration error for BuslogicMatt Wang2021-06-032-4/+4
* scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()Zhen Lei2021-05-261-1/+2
* scsi: sni_53c710: Add IRQ checkSergey Shtylyov2021-05-221-1/+4
* scsi: sun3x_esp: Add IRQ checkSergey Shtylyov2021-05-221-1/+3
* scsi: jazz_esp: Add IRQ checkSergey Shtylyov2021-05-221-1/+3
* scsi: libfc: Fix a format specifierBart Van Assche2021-05-221-1/+1
* scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart2021-05-222-3/+0
* scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg()Ewan D. Milne2021-05-221-2/+3
* scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats()Bart Van Assche2021-05-221-1/+7
* scsi: libsas: Reset num_scatter if libata marks qc as NODATAJolly Shah2021-04-281-5/+4
* scsi: qla2xxx: Fix broken #endif placementAlexey Dobriyan2021-04-071-1/+1
* scsi: st: Fix a use after free in st_open()Lv Yunlong2021-04-071-1/+1
* scsi: lpfc: Fix some error codes in debugfsDan Carpenter2021-03-241-2/+2
* scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handlingMike Christie2021-03-171-8/+3
* scsi: iscsi: Verify lengths on passthrough PDUsChris Leech2021-03-071-0/+9
* scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech2021-03-072-82/+89
* scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan2021-03-071-0/+6
* scsi: bnx2fc: Fix Kconfig warning & CNIC build errorsRandy Dunlap2021-03-031-0/+1
* scsi: qla2xxx: Fix crash during driver load on big endian machinesArun Easi2021-02-232-5/+6
* scsi: ibmvfc: Set default timeout to avoid crash during migrationBrian King2021-02-101-1/+3
* scsi: libfc: Avoid invoking response handler twice if ep is already completedJaved Hasan2021-02-101-2/+14
* scsi: ufs: Correct the LUN used in eh_device_reset_handler() callbackCan Guo2021-01-301-7/+4
* scsi: fnic: Fix error return code in fnic_probe()Zhang Changzhong2020-12-291-0/+1
* scsi: pm80xx: Fix error return in pm8001_pci_probe()Zhang Qilong2020-12-291-1/+2
* scsi: mpt3sas: Increase IOCInit request timeout to 30sSreekanth Reddy2020-12-291-1/+1
* scsi: bnx2i: Requires MMURandy Dunlap2020-12-291-0/+1
* scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"Dan Carpenter2020-12-291-2/+2
* scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu2020-12-021-5/+1
* scsi: libiscsi: Fix NOP race conditionLee Duncan2020-12-021-8/+15
* scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()Hannes Reinecke2020-11-181-4/+5
* scsi: hpsa: Fix memory leak in hpsa_init_one()Keita Suzuki2020-11-181-1/+3
* scsi: core: Don't start concurrent async scan on same hostMing Lei2020-11-101-3/+4
* scsi: ibmvfc: Fix error return in ibmvfc_probe()Jing Xiangfeng2020-10-291-0/+1
* scsi: mvumi: Fix error return in mvumi_io_attach()Jing Xiangfeng2020-10-291-0/+1
* scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()Dan Carpenter2020-10-291-2/+2
* scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()Tianjia Zhang2020-10-291-1/+1
* scsi: qla4xxx: Fix an error handling path in 'qla4xxx_get_host_stats()'Christophe JAILLET2020-10-291-1/+1
* scsi: lpfc: Fix coverity errors in fmdi attribute handlingJames Smart2020-10-012-88/+85
* scsi: lpfc: Fix RQ buffer leakage when no IOCBs availableJames Smart2020-10-011-0/+4
* scsi: aacraid: fix illegal IO beyond last LBABalsundar P2020-10-011-4/+4
* scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discoveryJames Smart2020-09-231-1/+3
* scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abortDinghao Liu2020-09-231-1/+1
* scsi: libsas: Set data_dir as DMA_NONE if libata marks qc as NODATALuo Jiaxing2020-09-231-1/+4
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2020-09-121-3/+0
* scsi: ufs: Improve interrupt handling for shared interruptsAdrian Hunter2020-09-031-3/+3