summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-03-22scsi: core: Fix a procfs host directory removal regressionBart Van Assche
2023-03-22scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan
2023-03-22scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()Tomas Henzl
2023-03-22scsi: mpi3mr: ioctl timeout when disabling/enabling interruptRanjan Kumar
2023-03-22scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()Tomas Henzl
2023-03-22scsi: mpi3mr: Return proper values for failures in firmware init pathRanjan Kumar
2023-03-22scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()Tomas Henzl
2023-03-22scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()Tomas Henzl
2023-03-22scsi: mpi3mr: Fix config page DMA memory leakTomas Henzl
2023-03-22scsi: mpi3mr: Fix throttle_groups memory leakTomas Henzl
2023-03-22scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()Wenchao Hao
2023-03-17scsi: sd: Fix wrong zone_write_granularity value during revalidateShin'ichiro Kawasaki
2023-03-17scsi: megaraid_sas: Update max supported LD IDs to 240Chandrakanth Patil
2023-03-17scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche
2023-03-11scsi: mpi3mr: Use number of bits to manage bitmap sizesShin'ichiro Kawasaki
2023-03-11scsi: mpi3mr: Fix an issue found by KASANTomas Henzl
2023-03-11scsi: ipr: Work around fortify-string warningArnd Bergmann
2023-03-10scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()Tomas Henzl
2023-03-10scsi: ses: Fix possible desc_ptr out-of-bounds accessesTomas Henzl
2023-03-10scsi: ses: Fix possible addl_desc_ptr out-of-bounds accessesTomas Henzl
2023-03-10scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()Tomas Henzl
2023-03-10scsi: ses: Don't attach if enclosure has no componentsJames Bottomley
2023-03-10scsi: qla2xxx: Remove increment of interface err cntSaurav Kashyap
2023-03-10scsi: qla2xxx: Fix erroneous link downQuinn Tran
2023-03-10scsi: qla2xxx: Remove unintended flag clearingQuinn Tran
2023-03-10scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requestsArun Easi
2023-03-10scsi: qla2xxx: Check if port is online before sending ELSShreyas Deodhar
2023-03-10scsi: qla2xxx: Fix link failure in NPIV environmentQuinn Tran
2023-03-10scsi: aacraid: Allocate cmd_priv with scsicmdKees Cook
2023-03-10scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmiShin'ichiro Kawasaki
2023-03-10scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()Shin'ichiro Kawasaki
2023-03-10scsi: mpi3mr: Fix missing mrioc->evtack_cmds initializationShin'ichiro Kawasaki
2023-03-10scsi: snic: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-03-10scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware writeJustin Tee
2023-03-10scsi: aic94xx: Add missing check for dma_map_single()Jiasheng Jiang
2023-03-10scsi: mpt3sas: Fix a memory leakTomas Henzl
2023-03-10scsi: qla2xxx: edif: Fix clang warningQuinn Tran
2023-03-10scsi: qla2xxx: Fix exchange oversubscription for management commandsQuinn Tran
2023-03-10scsi: qla2xxx: Fix exchange oversubscriptionQuinn Tran
2023-01-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
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-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-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-12scsi: hisi_sas: Set a port invalid only if there are no devices attached when...Yihang Li