summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-08-30scsi: core: raid_class: Remove raid_component_add()Zhu Wang
2023-08-30scsi: snic: Fix double free in snic_tgt_create()Zhu Wang
2023-08-16scsi: qedf: Fix firmware halt over suspend and resumeNilesh Javali
2023-08-16scsi: qedi: Fix firmware halt over suspend and resumeNilesh Javali
2023-08-16scsi: fnic: Replace return codes in fnic_clean_pending_aborts()Karan Tilak Kumar
2023-08-16scsi: core: Fix possible memory leak if device_add() failsZhu Wang
2023-08-16scsi: snic: Fix possible memory leak if device_add() failsZhu Wang
2023-08-16scsi: 53c700: Check that command slot is not NULLAlexandra Diupina
2023-08-16scsi: storvsc: Fix handling of virtual Fibre Channel timeoutsMichael Kelley
2023-08-16scsi: core: Fix legacy /proc parsing buffer overflowTony Battersby
2023-08-11scsi: storvsc: Limit max_sectors for virtual Fibre Channel devicesMichael Kelley
2023-07-27scsi: sg: Fix checking return value of blk_get_queue()Yu Kuai
2023-07-27scsi/sg: don't grab scsi host module referenceYu Kuai
2023-07-27scsi: sg: fix blktrace debugfs entries leakageYu Kuai
2023-07-23scsi: qla2xxx: Fix end of loop testDan Carpenter
2023-07-23scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar
2023-07-23scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar
2023-07-23scsi: qla2xxx: Correct the index of arrayBikash Hazarika
2023-07-23scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali
2023-07-23scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika
2023-07-23scsi: qla2xxx: Fix buffer overrunQuinn Tran
2023-07-23scsi: qla2xxx: Avoid fcport pointer dereferenceNilesh Javali
2023-07-23scsi: qla2xxx: Array index may go out of boundNilesh Javali
2023-07-23scsi: qla2xxx: Fix mem access after freeQuinn Tran
2023-07-23scsi: qla2xxx: Wait for io return on terminate rportQuinn Tran
2023-07-23scsi: qla2xxx: Fix hang in task managementQuinn Tran
2023-07-23scsi: qla2xxx: Fix task management cmd fail due to unavailable resourceQuinn Tran
2023-07-23scsi: qla2xxx: Fix task management cmd failureQuinn Tran
2023-07-23scsi: qla2xxx: Multi-que support for TMFQuinn Tran
2023-07-23scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...Justin Tee
2023-07-23scsi: mpi3mr: Propagate sense data for admin queue SCSI I/OSathya Prakash
2023-07-23scsi: qla2xxx: Fix error code in qla2x00_start_sp()Dan Carpenter
2023-07-19scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee
2023-07-19scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang
2023-07-19scsi: qedf: Fix NULL dereference in error handlingJinhong Zhu
2023-06-14scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee
2023-06-14scsi: storvsc: Always set no_report_opcodesMichael Kelley
2023-06-14scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinitySagar Biradar
2023-05-31scsi: stex: Fix gcc 13 warningsBart Van Assche
2023-05-22scsi: qla2xxx: Fix NULL pointer dereference in target modeGleb Chesnokov
2023-05-16scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao
2023-05-16scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if disp...Wenchao Hao
2023-05-16scsi: storvsc: Don't pass unused PFNs to Hyper-V hostMichael Kelley
2023-05-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-24scsi: qedi: Fix use after free bug in qedi_remove()Zheng Wang