summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-081-1/+1
* scsi: arcmsr: Add support for ARC-1886 series RAID controllersching Huang2020-10-082-18/+367
* scsi: arcmsr: Fix device hot-plug monitoring timer stopching Huang2020-10-082-26/+3
* scsi: arcmsr: Remove unnecessary syntaxching Huang2020-10-081-45/+18
* scsi: pm80xx: Driver version updateViswas G2020-10-081-1/+1
* scsi: pm80xx: Increase the number of outstanding I/O supported to 1024Viswas G2020-10-085-47/+73
* scsi: pm80xx: Remove DMA memory allocation for ccb and device structuresViswas G2020-10-082-23/+33
* scsi: pm80xx: Increase number of supported queuesViswas G2020-10-086-104/+160
* scsi: sym53c8xx_2: Fix sizeof() mismatchColin Ian King2020-10-081-1/+1
* scsi: isci: Fix a typo in a commentChristophe JAILLET2020-10-081-1/+1
* scsi: qla4xxx: Fix inconsistent format argument typeYe Bin2020-10-081-1/+1
* scsi: myrb: Fix inconsistent format argument typesYe Bin2020-10-081-2/+2
* scsi: myrb: Remove redundant assignment to variable timeoutJing Xiangfeng2020-10-081-1/+0
* scsi: bfa: Fix error return in bfad_pci_init()Jing Xiangfeng2020-10-081-0/+1
* scsi: fcoe: Simplify the return expression of fcoe_sysfs_setup()Qinglang Miao2020-10-081-7/+1
* scsi: snic: Simplify the return expression of svnic_cq_alloc()Liu Shixin2020-10-081-7/+1
* scsi: fnic: Simplify the return expression of vnic_wq_copy_alloc()Liu Shixin2020-10-081-7/+1
* scsi: target: rd: Drop double zeroingJulia Lawall2020-10-081-1/+1
* scsi: qla2xxx: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-10-081-60/+8
* scsi: qla2xxx: Initialize variable in qla8044_poll_reg()Tom Rix2020-10-081-1/+1
* scsi: qla2xxx: Do not consume srb greedilyDaniel Wagner2020-10-081-27/+15
* scsi: qla2xxx: Use constant when it is knownPavel Machek (CIP)2020-10-081-3/+3
* scsi: 53c700: Remove set but not used variableZheng Yongjun2020-10-081-4/+0
* scsi: gdth: Make option_setup() staticJason Yan2020-10-081-75/+76
* scsi: initio: Use module_pci_driver() to simplify the codeLiu Shixin2020-10-081-13/+1
* scsi: dc395x: Use module_pci_driver() to simplify the codeLiu Shixin2020-10-081-24/+1
* scsi: core: Only start the request just before dispatchingChristoph Hellwig2020-10-081-3/+1
* scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd()Christoph Hellwig2020-10-081-33/+18
* scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig2020-10-083-36/+29
* scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd()Christoph Hellwig2020-10-081-2/+2
* scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check()Christoph Hellwig2020-10-081-2/+2
* scsi: core: Use rq_dma_dir in scsi_setup_cmnd()Christoph Hellwig2020-10-081-6/+1
* scsi: core: Move command size detection out of the fast pathChristoph Hellwig2020-10-081-2/+2
* scsi: core: Remove scsi_init_cmd_errhChristoph Hellwig2020-10-081-16/+4
* scsi: core: Don't export scsi_device_from_queue()Christoph Hellwig2020-10-081-1/+0
* scsi: hisi_sas: Recover PHY state according to the status before resetXiang Chen2020-10-071-3/+1
* scsi: hisi_sas: Filter out new PHY up events during suspendXiang Chen2020-10-071-0/+6
* scsi: hisi_sas: Add device link between SCSI devices and hisi_hbaXiang Chen2020-10-071-1/+28
* scsi: hisi_sas: Add check for methods _PS0 and _PR0Xiang Chen2020-10-072-0/+5
* scsi: hisi_sas: Add controller runtime PM support for v3 hwXiang Chen2020-10-072-2/+56
* scsi: hisi_sas: Switch to new framework to support suspend and resumeXiang Chen2020-10-071-5/+10
* scsi: hisi_sas: Use hisi_hba->cq_nvecs for calling calling synchronize_irq()Luo Jiaxing2020-10-071-2/+3
* scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng2020-10-031-1/+0
* scsi: lpfc: Remove unneeded variable 'status' in lpfc_fcp_cpu_map_store()Ye Bin2020-10-031-2/+1
* scsi: snic: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-10-031-14/+2
* scsi: qla4xxx: Delete unneeded variable 'status' in qla4xxx_process_ddb_changedYe Bin2020-10-031-2/+1
* scsi: sun_esp: Use module_platform_driver to simplify the codeLiu Shixin2020-10-031-13/+1