summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-11-15scsi: lpfc: Return early in lpfc_poll_eratt() when the driver is unloadingJustin Tee
2023-11-15scsi: lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss()Justin Tee
2023-11-15scsi: lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi()Justin Tee
2023-11-15scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee
2023-11-15scsi: lpfc: Correct maximum PCI function value for RAS fw loggingJustin Tee
2023-11-15scsi: elx: libefc: Replace deprecated strncpy() with strscpy_pad()/memcpy()Justin Stitt
2023-11-15scsi: csiostor: Replace deprecated strncpy() with strscpy()Justin Stitt
2023-11-15scsi: ch: Replace deprecated strncpy() with strscpy()Justin Stitt
2023-11-15scsi: bnx2fc: Replace deprecated strncpy() with strscpy()Justin Stitt
2023-11-15scsi: 3w-sas: Replace deprecated strncpy() with strscpy()Justin Stitt
2023-11-15scsi: mpt3sas: Replace dynamic allocations with local variablesJames Seo
2023-11-15scsi: mpt3sas: Replace a dynamic allocation with a local variableJames Seo
2023-11-15scsi: mpt3sas: Fix typo of "TRIGGER"James Seo
2023-11-15scsi: mpt3sas: Fix an outdated commentJames Seo
2023-11-15scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter structJames Seo
2023-11-15scsi: mpt3sas: Use struct_size() for struct size calculationsJames Seo
2023-11-15scsi: mpt3sas: Make MPI26_CONFIG_PAGE_PIOUNIT_1::PhyData[] a flexible arrayJames Seo
2023-11-15scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_1::PhyData[] a flexible arrayJames Seo
2023-11-15scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_0::PhyData[] a flexible arrayJames Seo
2023-11-15scsi: mpt3sas: Make MPI2_CONFIG_PAGE_RAID_VOL_0::PhysDisk[] a flexible arrayJames Seo
2023-11-15scsi: mpt3sas: Make MPI2_CONFIG_PAGE_IO_UNIT_8::Sensor[] a flexible arrayJames Seo
2023-11-15scsi: mpt3sas: Use flexible arrays when obviously possibleJames Seo
2023-11-14Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen
2023-11-08scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie
2023-11-08scsi: scsi_debug: Delete some bogus error checkingDan Carpenter
2023-11-08scsi: scsi_debug: Fix some bugs in sdebug_error_write()Dan Carpenter
2023-11-08scsi: qla2xxx: Fix system crash due to bad pointer accessQuinn Tran
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-11-01Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-27Merge tag 'ata-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/git/dl...Linus Torvalds
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal
2023-10-24scsi: megaraid: Fix up debug message in megaraid_abort_and_reset()Hannes Reinecke
2023-10-24scsi: aic79xx: Fix up NULL command in ahd_done()Hannes Reinecke
2023-10-24scsi: mpt3sas: Fix loop logicRanjan Kumar
2023-10-24scsi: snic: Remove useless code in snic_dr_clean_pending_req()Su Hui
2023-10-24scsi: core: Clean up scsi_dev_queue_ready()Wenchao Hao
2023-10-24scsi: pmcraid: Add missing scsi_device_put() in pmcraid_eh_target_reset_handl...Hannes Reinecke
2023-10-24scsi: pmcraid: Fix kernel-doc commentYang Li
2023-10-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-10-16scsi: qla2xxx: Fix double free of dsd_list during driver loadQuinn Tran
2023-10-16scsi: mpt3sas: Fix in error pathTomas Henzl
2023-10-16scsi: core: Handle depopulation and restoration in progressDouglas Gilbert
2023-10-16Merge patch series "scsi: scsi_debug: Add error injection for single device"Martin K. Petersen
2023-10-16scsi: scsi_debug: Add param to control sdev's allow_restartWenchao Hao
2023-10-16scsi: scsi_debug: Add debugfs interface to fail target resetWenchao Hao
2023-10-16scsi: scsi_debug: Add new error injection type: Reset LUN failedWenchao Hao