summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-02-22scsi: core: Extend struct scsi_exec_argsBart Van Assche1-0/+1
2023-02-22scsi: lpfc: Fix double word in commentsBo Liu7-13/+13
2023-02-22scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche1-0/+2
2023-02-22scsi: core: Fix a source code commentBart Van Assche1-1/+1
2023-02-22scsi: cxgbi: Remove unneeded version.h includeJesper Juhl1-1/+0
2023-02-22scsi: qedi: Remove unneeded version.h includeJesper Juhl1-1/+0
2023-02-22scsi: mpi3mr: Remove unneeded version.h includeJesper Juhl1-1/+0
2023-02-22scsi: mpi3mr: Fix missing mrioc->evtack_cmds initializationShin'ichiro Kawasaki1-0/+4
2023-02-22scsi: mpi3mr: Use number of bits to manage bitmap sizesShin'ichiro Kawasaki2-52/+33
2023-02-22scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmiShin'ichiro Kawasaki1-11/+2
2023-02-22scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()Shin'ichiro Kawasaki1-7/+8
2023-02-22scsi: mpi3mr: Fix an issue found by KASANTomas Henzl1-1/+1
2023-02-22scsi: ipr: Work around fortify-string warningArnd Bergmann1-20/+21
2023-02-22scsi: ipr: Make ipr_probe_ioa_part2() return voidDeepak R Varma1-10/+3
2023-02-22scsi: sd: Update DIX config every time sd_revalidate_disk() is calledXingui Yang2-12/+11
2023-02-22scsi: sd: Remove unused sd_cdb_cacheFengnan Chang1-15/+1
2023-02-22scsi: ufs: mcq: Fix incorrectly set queue depthAsutosh Das1-4/+6
2023-02-22scsi: ufs: ufs-mediatek: Guard power management functions with CONFIG_PMYangtao Li1-0/+2
2023-02-22scsi: ufs: core: Initialize devfreq synchronouslyAdrien Thierry1-16/+31
2023-02-22scsi: ufs: Make the TC G210 driver dependent on CONFIG_OFBart Van Assche1-1/+1
2023-02-22scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra3-5/+9
2023-02-22scsi: ses: Don't attach if enclosure has no componentsJames Bottomley1-0/+6
2023-02-22scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()Tomas Henzl1-1/+2
2023-02-22scsi: ses: Fix possible desc_ptr out-of-bounds accessesTomas Henzl1-5/+9
2023-02-22scsi: ses: Fix possible addl_desc_ptr out-of-bounds accessesTomas Henzl1-9/+26
2023-02-22scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()Tomas Henzl1-2/+4
2023-02-09scsi: ufs: core: Fix an error handling path in ufshcd_read_desc_param()Christophe JAILLET1-1/+2
2023-02-09scsi: ufs: core: Fix device management cmd timeout flowMason Zhang1-0/+16
2023-02-09scsi: aic94xx: Add missing check for dma_map_single()Jiasheng Jiang1-0/+3
2023-02-09scsi: smartpqi: Replace one-element array with flexible-array memberGustavo A. R. Silva2-2/+3
2023-02-09scsi: mpt3sas: Fix a memory leakTomas Henzl1-0/+3
2023-02-09scsi: qla2xxx: Remove the unused variable wwnJiapeng Chong1-2/+0
2023-02-09scsi: ufs: core: Fix kernel-doc syntaxBart Van Assche1-5/+5
2023-02-09scsi: ufs: core: Add hibernation callbacksAnjana Hari2-1/+58
2023-02-09scsi: snic: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-2/+2
2023-02-09scsi: ufs: core: Limit DMA alignment checkBjorn Andersson1-6/+3
2023-02-09scsi: aacraid: Allocate cmd_priv with scsicmdKees Cook1-2/+3
2023-02-09scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW version major 5Abel Vesa2-3/+11
2023-02-04scsi: ufs: qcom: fix platform_msi_domain_free_irqs() referenceArnd Bergmann2-9/+2
2023-01-24scsi: ufs: core: Enable DMA clusteringBart Van Assche1-1/+0
2023-01-24scsi: ufs: exynos: Fix the maximum segment sizeBart Van Assche1-0/+8
2023-01-24scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096Bart Van Assche2-3/+3
2023-01-24scsi: qla2xxx: Simplify if condition evaluationDeepak R Varma1-2/+1
2023-01-24scsi: qla2xxx: Use a variable for repeated mem_size computationDeepak R Varma1-7/+6
2023-01-24scsi: elx: libefc_sli: Use "/*" for non-kernel-doc commentRandy Dunlap1-1/+1
2023-01-19scsi: qla2xxx: Make qla_trim_buf() and __qla_adjust_buf() staticTom Rix1-2/+2
2023-01-19scsi: ipr: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-7/+2
2023-01-19scsi: ips: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-6/+5
2023-01-19scsi: mpt3sas: Demote log level for trace buffer allocation to infoPaul Menzel1-1/+1
2023-01-19scsi: qla2xxx: Fix printk() format stringArnd Bergmann1-1/+1