summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-02-21scsi: core: Fix a source code commentBart Van Assche
2023-02-21scsi: cxgbi: Remove unneeded version.h includeJesper Juhl
2023-02-21scsi: qedi: Remove unneeded version.h includeJesper Juhl
2023-02-21scsi: mpi3mr: Remove unneeded version.h includeJesper Juhl
2023-02-21scsi: mpi3mr: Fix missing mrioc->evtack_cmds initializationShin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Use number of bits to manage bitmap sizesShin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmiShin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()Shin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Fix an issue found by KASANTomas Henzl
2023-02-21scsi: ipr: Work around fortify-string warningArnd Bergmann
2023-02-21scsi: ipr: Make ipr_probe_ioa_part2() return voidDeepak R Varma
2023-02-21scsi: sd: Update DIX config every time sd_revalidate_disk() is calledXingui Yang
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-02-21scsi: sd: Remove unused sd_cdb_cacheFengnan Chang
2023-02-21scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra
2023-02-21scsi: ses: Don't attach if enclosure has no componentsJames Bottomley
2023-02-21scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()Tomas Henzl
2023-02-21scsi: ses: Fix possible desc_ptr out-of-bounds accessesTomas Henzl
2023-02-21scsi: ses: Fix possible addl_desc_ptr out-of-bounds accessesTomas Henzl
2023-02-21scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()Tomas Henzl
2023-02-20scsi: virtio_scsi: fix handling of kmalloc failureZheng Wang
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-08scsi: aic94xx: Add missing check for dma_map_single()Jiasheng Jiang
2023-02-08scsi: smartpqi: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-02-08scsi: mpt3sas: Fix a memory leakTomas Henzl
2023-02-08scsi: qla2xxx: Remove the unused variable wwnJiapeng Chong
2023-02-08scsi: snic: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-08scsi: aacraid: Allocate cmd_priv with scsicmdKees Cook
2023-02-03sd: factor out a sd_set_special_bvec helperChristoph Hellwig
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski
2023-01-26scsi: Revert "scsi: core: map PQ=1, PDT=other values to SCSI_SCAN_TARGET_PRES...Martin K. Petersen
2023-01-26scsi: core: Fix the scsi_device_put() might_sleep annotationBart Van Assche
2023-01-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-01-23scsi: qla2xxx: Simplify if condition evaluationDeepak R Varma
2023-01-23scsi: qla2xxx: Use a variable for repeated mem_size computationDeepak R Varma
2023-01-23scsi: elx: libefc_sli: Use "/*" for non-kernel-doc commentRandy Dunlap
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2023-01-18scsi: device_handler: alua: Remove a might_sleep() annotationBart Van Assche
2023-01-18scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddressMike Christie
2023-01-18scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie
2023-01-18scsi: hpsa: Fix allocation size for scsi_host_alloc()Alexey V. Vissarionov
2023-01-18scsi: qla2xxx: Make qla_trim_buf() and __qla_adjust_buf() staticTom Rix
2023-01-18scsi: ipr: Replace kmap() with kmap_local_page()Fabio M. De Francesco
2023-01-18scsi: ips: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco