summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: sg: Fix checking return value of blk_get_queue()Yu Kuai2023-07-271-3/+4
* scsi/sg: don't grab scsi host module referenceYu Kuai2023-07-271-3/+3
* scsi: sg: fix blktrace debugfs entries leakageYu Kuai2023-07-271-0/+9
* scsi: qla2xxx: Fix end of loop testDan Carpenter2023-07-231-1/+1
* scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar2023-07-232-4/+0
* scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar2023-07-231-0/+2
* scsi: qla2xxx: Correct the index of arrayBikash Hazarika2023-07-231-1/+4
* scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali2023-07-231-0/+4
* scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika2023-07-231-1/+2
* scsi: qla2xxx: Fix buffer overrunQuinn Tran2023-07-231-1/+1
* scsi: qla2xxx: Avoid fcport pointer dereferenceNilesh Javali2023-07-231-2/+2
* scsi: qla2xxx: Array index may go out of boundNilesh Javali2023-07-231-1/+2
* scsi: qla2xxx: Fix mem access after freeQuinn Tran2023-07-232-73/+95
* scsi: qla2xxx: Wait for io return on terminate rportQuinn Tran2023-07-231-0/+13
* scsi: qla2xxx: Fix hang in task managementQuinn Tran2023-07-232-3/+61
* scsi: qla2xxx: Fix task management cmd fail due to unavailable resourceQuinn Tran2023-07-232-5/+61
* scsi: qla2xxx: Fix task management cmd failureQuinn Tran2023-07-234-23/+139
* scsi: qla2xxx: Multi-que support for TMFQuinn Tran2023-07-234-18/+66
* scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused by lpfc_nlp_no...Justin Tee2023-07-233-45/+10
* scsi: mpi3mr: Propagate sense data for admin queue SCSI I/OSathya Prakash2023-07-231-0/+5
* scsi: qla2xxx: Fix error code in qla2x00_start_sp()Dan Carpenter2023-07-231-1/+1
* scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee2023-07-191-2/+12
* scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang2023-07-191-1/+3
* scsi: qedf: Fix NULL dereference in error handlingJinhong Zhu2023-07-191-2/+1
* scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee2023-06-141-4/+4
* scsi: storvsc: Always set no_report_opcodesMichael Kelley2023-06-141-0/+2
* scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinitySagar Biradar2023-06-144-3/+43
* scsi: stex: Fix gcc 13 warningsBart Van Assche2023-05-311-0/+4
* scsi: qla2xxx: Fix NULL pointer dereference in target modeGleb Chesnokov2023-05-224-0/+10
* scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao2023-05-161-0/+2
* scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if disp...Wenchao Hao2023-05-161-1/+2
* scsi: storvsc: Don't pass unused PFNs to Hyper-V hostMichael Kelley2023-05-161-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-05-066-847/+40
|\
| * scsi: qedi: Fix use after free bug in qedi_remove()Zheng Wang2023-04-241-0/+3
| * scsi: ipr: Remove several unused variablesTom Rix2023-04-241-14/+0
| * scsi: pm80xx: Log device registrationAkshat Jain2023-04-241-3/+4
| * scsi: ipr: Remove SATA supportBrian King2023-04-183-830/+11
| * scsi: scsi_debug: Abort commands from scsi_debug_device_reset()John Garry2023-04-181-0/+22
* | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-15/+1
|\ \
| * | scsi: simplify sysctl registration with register_sysctl()Luis Chamberlain2023-04-131-15/+1
* | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+1
|\ \ \
| * | | Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-1/+1
* | | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-278-21/+16
|\ \ \ \
| * | | | driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-032-8/+6
| * | | | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-0326-87/+219
| |\ \ \ \
| * | | | | driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-232-8/+6
| * | | | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-174-4/+4
| * | | | | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-12/+8
| |\ \ \ \ \