summaryrefslogtreecommitdiff
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-12-126-9/+15
|\
| * Revert "scsi: storvsc: Validate length of incoming packet in storvsc_on_chann...Andrea Parri (Microsoft)2020-12-111-5/+0
| * scsi: hisi_sas: Select a suitable queue for internal I/OsXiang Chen2020-12-072-0/+11
| * scsi: core: Fix race between handling STS_RESOURCE and completionMing Lei2020-12-071-2/+1
| * scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"Dan Carpenter2020-12-031-2/+2
| * scsi: bnx2i: Requires MMURandy Dunlap2020-12-021-0/+1
* | Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug"Linus Torvalds2020-12-082-55/+13
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-12-053-3/+10
|\ \ | |/
| * scsi: mpt3sas: Increase IOCInit request timeout to 30sSreekanth Reddy2020-12-011-1/+1
| * scsi: mpt3sas: Fix ioctl timeoutSuganath Prabu S2020-12-011-1/+1
| * scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callb...Andrea Parri (Microsoft)2020-11-301-0/+5
| * scsi: storvsc: Fix error return in storvsc_probe()Jing Xiangfeng2020-11-301-1/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-11-271-14/+23
|\ \ | |/
| * scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu2020-11-191-5/+1
| * scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVECan Guo2020-11-181-0/+7
| * scsi: ufs: Fix unexpected values from ufshcd_read_desc_param()Can Guo2020-11-181-9/+15
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-11-201-8/+15
|\ \ | |/
| * scsi: libiscsi: Fix NOP race conditionLee Duncan2020-11-161-8/+15
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-11-142-5/+31
|\ \ | |/
| * scsi: ufshcd: Fix missing destroy_workqueue()Qinglang Miao2020-11-101-0/+2
| * scsi: ufs: Try to save power mode change and UIC cmd completion timeoutCan Guo2020-11-042-2/+26
| * scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo2020-11-041-3/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-11-063-5/+15
|\ \ | |/
| * scsi: mpt3sas: Fix timeouts observed while reenabling IRQSreekanth Reddy2020-11-021-0/+7
| * scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()Hannes Reinecke2020-11-021-4/+5
| * scsi: hpsa: Fix memory leak in hpsa_init_one()Keita Suzuki2020-10-291-1/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-10-314-16/+35
|\ \ | |/
| * scsi: hisi_sas: Stop using queue #0 always for v2 hwJohn Garry2020-10-261-1/+1
| * scsi: ibmvscsi: Fix potential race after loss of transportTyrel Datwyler2020-10-261-10/+26
| * scsi: qla2xxx: Return EBUSY on fcport deletionDaniel Wagner2020-10-261-2/+4
| * scsi: core: Don't start concurrent async scan on same hostMing Lei2020-10-261-3/+4
* | scsi: qla2xxx: remove incorrect sparse #ifdefLinus Torvalds2020-10-261-4/+0
|/
* Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-241-0/+9
|\
| * scsi: handle zone resources errorsDamien Le Moal2020-10-131-0/+9
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-2327-582/+815
|\ \
| * | scsi: qla2xxx: Fix return of uninitialized value in rvalColin Ian King2020-10-081-1/+1
| * | scsi: core: Set sc_data_direction to DMA_NONE for no-transfer commandsChristoph Hellwig2020-10-081-1/+4
| * | scsi: sr: Initialize ->cmd_lenChristoph Hellwig2020-10-081-0/+1
| * | scsi: arcmsr: Update driver version to v1.50.00.02-20200819ching Huang2020-10-071-1/+1
| * | scsi: arcmsr: Add support for ARC-1886 series RAID controllersching Huang2020-10-072-18/+367
| * | scsi: arcmsr: Fix device hot-plug monitoring timer stopching Huang2020-10-072-26/+3
| * | scsi: arcmsr: Remove unnecessary syntaxching Huang2020-10-071-45/+18
| * | scsi: pm80xx: Driver version updateViswas G2020-10-071-1/+1
| * | scsi: pm80xx: Increase the number of outstanding I/O supported to 1024Viswas G2020-10-075-47/+73
| * | scsi: pm80xx: Remove DMA memory allocation for ccb and device structuresViswas G2020-10-072-23/+33
| * | scsi: pm80xx: Increase number of supported queuesViswas G2020-10-076-104/+160
| * | scsi: sym53c8xx_2: Fix sizeof() mismatchColin Ian King2020-10-071-1/+1
| * | scsi: isci: Fix a typo in a commentChristophe JAILLET2020-10-071-1/+1
| * | scsi: qla4xxx: Fix inconsistent format argument typeYe Bin2020-10-071-1/+1
| * | scsi: myrb: Fix inconsistent format argument typesYe Bin2020-10-071-2/+2