summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-07-086-35/+25
|\
| * scsi: core: Simplify scsi_cdl_check_cmd()Damien Le Moal2023-06-281-23/+14
| * scsi: isci: Fix comment typoYueh-Shun Li2023-06-281-1/+1
| * scsi: smartpqi: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2023-06-212-5/+4
| * scsi: ncr53c8xx: Replace strlcpy() with strscpy()Azeem Shaikh2023-06-211-1/+1
| * scsi: lpfc: Fix lpfc_name struct packingArnd Bergmann2023-06-211-5/+5
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-3093-1240/+2029
|\|
| * Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen2023-06-166-47/+48
| |\
| | * scsi: core: Improve warning message in scsi_device_block()Martin Wilck2023-06-161-2/+4
| | * scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck2023-06-165-16/+23
| | * scsi: core: Don't wait for quiesce in scsi_device_block()Martin Wilck2023-06-161-7/+10
| | * scsi: core: Don't wait for quiesce in scsi_stop_queue()Martin Wilck2023-06-161-16/+16
| | * scsi: core: Merge scsi_internal_device_block() and device_block()Martin Wilck2023-06-161-19/+8
| | * scsi: sg: Increase number of devicesHannes Reinecke2023-06-161-1/+1
| * | scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar2023-06-162-4/+0
| * | Merge patch series "qla2xxx klocwork fixes"Martin K. Petersen2023-06-167-8/+19
| |\ \
| | * | scsi: qla2xxx: Update version to 10.02.08.400-kNilesh Javali2023-06-141-2/+2
| | * | scsi: qla2xxx: Correct the index of arrayBikash Hazarika2023-06-141-1/+4
| | * | scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar2023-06-141-0/+2
| | * | scsi: qla2xxx: Fix buffer overrunQuinn Tran2023-06-141-1/+1
| | * | scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali2023-06-141-0/+4
| | * | scsi: qla2xxx: Avoid fcport pointer dereferenceNilesh Javali2023-06-141-2/+2
| | * | scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika2023-06-141-1/+2
| | * | scsi: qla2xxx: Array index may go out of boundNilesh Javali2023-06-141-1/+2
| * | | scsi: sd: sd_zbc: Use PAGE_SECTORS_SHIFTJohannes Thumshirn2023-06-161-1/+1
| * | | scsi: qla2xxx: Drop useless LIST_HEADChristophe JAILLET2023-06-071-1/+0
| * | | scsi: qla2xxx: Replace one-element array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-06-072-4/+4
| * | | scsi: hisi_sas: Convert to platform remove callback returning voidUwe Kleine-König2023-06-074-15/+4
| * | | scsi: lpfc: Avoid -Wstringop-overflow warningGustavo A. R. Silva2023-06-071-2/+6
| * | | scsi: lpfc: Use struct_size() helperJustin Tee2023-06-071-4/+2
| * | | scsi: mpi3mr: Propagate sense data for admin queue SCSI I/OSathya Prakash2023-05-311-0/+5
| * | | scsi: fnic: Use vzalloc()Christophe JAILLET2023-05-311-6/+2
| * | | scsi: pm80xx: Add fatal error checksChangyuan Lyu2023-05-311-0/+22
| * | | scsi: Add HAS_IOPORT dependenciesNiklas Schnelle2023-05-318-21/+26
| * | | scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID pathsJustin Tee2023-05-312-52/+52
| * | | Merge patch series "lpfc: Update lpfc to revision 14.2.0.13"Martin K. Petersen2023-05-3111-320/+195
| |\ \ \
| | * | | scsi: lpfc: Copyright updates for 14.2.0.13 patchesJustin Tee2023-05-312-2/+2
| | * | | scsi: lpfc: Update lpfc version to 14.2.0.13Justin Tee2023-05-311-1/+1
| | * | | scsi: lpfc: Enhance congestion statistics collectionJustin Tee2023-05-312-208/+81
| | * | | scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee2023-05-315-50/+41
| | * | | scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee2023-05-313-41/+41
| | * | | scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee2023-05-311-2/+12
| | * | | scsi: lpfc: Account for fabric domain ctlr device loss recoveryJustin Tee2023-05-311-5/+14
| | * | | scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscoveryJustin Tee2023-05-311-3/+3
| | * | | scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_po...Justin Tee2023-05-311-8/+0
| * | | | scsi: smartpqi: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-311-1/+1
| * | | | scsi: sym53c8xx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-311-1/+1
| * | | | scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-311-1/+1
| * | | | scsi: lpfc: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-311-1/+1
| * | | | Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen2023-05-312-11/+17
| |\ \ \ \