summaryrefslogtreecommitdiffstats
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-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
| * | scsi: myrb: Remove redundant assignment to variable timeoutJing Xiangfeng2020-10-071-1/+0
| * | scsi: bfa: Fix error return in bfad_pci_init()Jing Xiangfeng2020-10-071-0/+1
| * | scsi: fcoe: Simplify the return expression of fcoe_sysfs_setup()Qinglang Miao2020-10-071-7/+1
| * | scsi: snic: Simplify the return expression of svnic_cq_alloc()Liu Shixin2020-10-071-7/+1
| * | scsi: fnic: Simplify the return expression of vnic_wq_copy_alloc()Liu Shixin2020-10-071-7/+1
| * | scsi: qla2xxx: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-10-071-60/+8
| * | scsi: qla2xxx: Initialize variable in qla8044_poll_reg()Tom Rix2020-10-071-1/+1
| * | scsi: qla2xxx: Do not consume srb greedilyDaniel Wagner2020-10-071-27/+15
| * | scsi: qla2xxx: Use constant when it is knownPavel Machek (CIP)2020-10-071-3/+3
| * | scsi: 53c700: Remove set but not used variableZheng Yongjun2020-10-071-4/+0
| * | scsi: gdth: Make option_setup() staticJason Yan2020-10-071-75/+76
| * | scsi: initio: Use module_pci_driver() to simplify the codeLiu Shixin2020-10-071-13/+1
| * | scsi: dc395x: Use module_pci_driver() to simplify the codeLiu Shixin2020-10-071-24/+1
| * | scsi: core: Only start the request just before dispatchingChristoph Hellwig2020-10-071-3/+1
| * | scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd()Christoph Hellwig2020-10-071-33/+18
| * | scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig2020-10-073-36/+29
| * | scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd()Christoph Hellwig2020-10-071-2/+2
| * | scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check()Christoph Hellwig2020-10-071-2/+2
| * | scsi: core: Use rq_dma_dir in scsi_setup_cmnd()Christoph Hellwig2020-10-071-6/+1
| * | scsi: core: Move command size detection out of the fast pathChristoph Hellwig2020-10-071-2/+2
| * | scsi: core: Remove scsi_init_cmd_errhChristoph Hellwig2020-10-071-16/+4
| * | scsi: core: Don't export scsi_device_from_queue()Christoph Hellwig2020-10-071-1/+0