summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+4
2023-02-22Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2023-02-22scsi: sd: Remove unused sd_cdb_cacheFengnan Chang1-15/+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-21scsi: virtio_scsi: fix handling of kmalloc failureZheng Wang1-2/+12
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-19/+17
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2-2/+2
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: snic: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-2/+2
2023-02-09scsi: aacraid: Allocate cmd_priv with scsicmdKees Cook1-2/+3
2023-02-03sd: factor out a sd_set_special_bvec helperChristoph Hellwig1-19/+17
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+5
2023-01-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-6/+5
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-15/+50
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski1-0/+1
2023-01-27scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRES...Martin K. Petersen1-4/+3
2023-01-27scsi: core: Fix the scsi_device_put() might_sleep annotationBart Van Assche2-2/+2
2023-01-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-15/+50
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-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+3
2023-01-19scsi: device_handler: alua: Remove a might_sleep() annotationBart Van Assche1-2/+3
2023-01-19scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie1-3/+6
2023-01-19scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie2-9/+40
2023-01-19scsi: hpsa: Fix allocation size for scsi_host_alloc()Alexey V. Vissarionov1-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