summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)Author
2020-10-06scsi: hisi_sas: Add device link between SCSI devices and hisi_hbaXiang Chen
2020-10-06scsi: hisi_sas: Add check for methods _PS0 and _PR0Xiang Chen
2020-10-06scsi: hisi_sas: Add controller runtime PM support for v3 hwXiang Chen
2020-10-06scsi: hisi_sas: Switch to new framework to support suspend and resumeXiang Chen
2020-10-06scsi: hisi_sas: Use hisi_hba->cq_nvecs for calling calling synchronize_irq()Luo Jiaxing
2020-10-06scsi: megaraid_sas: Added support for shared host tagset for cpuhotplugKashyap Desai
2020-10-06scsi: scsi_debug: Support host tagsetJohn Garry
2020-10-06scsi: hisi_sas: Switch v3 hw to MQJohn Garry
2020-10-06scsi: core: Show nr_hw_queues in sysfsJohn Garry
2020-10-06scsi: Add host and host template flag 'host_tagset'Hannes Reinecke
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-10-02scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng
2020-10-02scsi: lpfc: Remove unneeded variable 'status' in lpfc_fcp_cpu_map_store()Ye Bin
2020-10-02scsi: snic: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin
2020-10-02scsi: qla4xxx: Delete unneeded variable 'status' in qla4xxx_process_ddb_changedYe Bin
2020-10-02scsi: sun_esp: Use module_platform_driver to simplify the codeLiu Shixin
2020-10-02scsi: sun3x_esp: Use module_platform_driver to simplify the codeLiu Shixin
2020-10-02scsi: sni_53c710: Use module_platform_driver to simplify the codeLiu Shixin
2020-10-02scsi: qlogicpti: Use module_platform_driver to simplify the codeLiu Shixin
2020-10-02scsi: mac_esp: Use module_platform_driver to simplify the codeLiu Shixin
2020-10-02scsi: jazz_esp: Use module_platform_driver to simplify the codeLiu Shixin
2020-10-02scsi: mvumi: Fix error return in mvumi_io_attach()Jing Xiangfeng
2020-10-02scsi: lpfc: Drop nodelist reference on error in lpfc_gen_req()Hannes Reinecke
2020-10-02scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()Dan Carpenter
2020-10-02scsi: aacraid: Add a missing iounmap callTomas Henzl
2020-10-02scsi: qedi: Add schedule_hw_err_handler callback for fan failureManish Rangankar
2020-10-02scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.cYe Bin
2020-10-02scsi: snic: Remove unnecessary conditionJing Xiangfeng
2020-10-02scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke
2020-10-02scsi: ufs: Fix missing brace warning for old compilersPujin Shi
2020-10-02scsi: qla2xxx: Fix inconsistent format argument type in qla_dbg.cYe Bin
2020-10-02scsi: qla2xxx: Fix inconsistent format argument type in qla_os.cYe Bin
2020-10-02scsi: qla2xxx: Fix inconsistent format argument type in tcm_qla2xxx.cYe Bin
2020-10-02scsi: sd: Allow user to configure command retriesMike Christie
2020-10-02scsi: core: Add limitless cmd retry supportMike Christie
2020-10-02scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()Coly Li
2020-10-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-09-29scsi: qla2xxx: Update version to 10.02.00.103-kNilesh Javali
2020-09-29scsi: qla2xxx: Fix point-to-point (N2N) device discovery issueArun Easi
2020-09-29scsi: qla2xxx: Fix crash on session cleanup with unloadQuinn Tran
2020-09-29scsi: qla2xxx: Fix reset of MPI firmwareArun Easi
2020-09-29scsi: qla2xxx: Fix MPI reset needed messageArun Easi
2020-09-29scsi: qla2xxx: Fix buffer-buffer credit extraction errorQuinn Tran
2020-09-29scsi: qla2xxx: Correct the check for sscanf() return valueSaurav Kashyap
2020-09-29scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()Mark Mielke
2020-09-29scsi: ufs: ufs-exynos: Use devm_platform_ioremap_resource_byname()Bean Huo
2020-09-28scsi: storvsc: Support PAGE_SIZE larger than 4KBoqun Feng
2020-09-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-09-2553c700: convert to dma_alloc_noncoherentChristoph Hellwig