summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-06-08scsi: lpfc: Use struct_size() helperJustin Tee1-4/+2
2023-06-08scsi: ufs: core: Combine ufshcd_mq_poll_cqe functionsStanley Chu1-13/+4
2023-06-08scsi: ufs: core: Fix ufshcd_inc_sq_tail() function bugzhanghui1-2/+3
2023-06-08scsi: ufs: core: Remove a ufshcd_add_command_trace() callBart Van Assche1-1/+0
2023-06-01Merge patch series "UFS host controller driver patches"Martin K. Petersen12-76/+25
2023-06-01scsi: ufs: core: Simplify driver shutdownBart Van Assche12-52/+5
2023-06-01scsi: ufs: core: Move ufshcd_wl_shutdown()Bart Van Assche1-22/+22
2023-06-01scsi: ufs: core: Fix handling of lrbp->cmdBart Van Assche1-6/+1
2023-06-01scsi: ufs: core: Increase the START STOP UNIT timeout from one to ten secondsBart Van Assche1-1/+2
2023-06-01scsi: mpi3mr: Propagate sense data for admin queue SCSI I/OSathya Prakash1-0/+5
2023-06-01Merge patch series "ufs: core: mcq: Add ufshcd_abort() and error handler supp...Martin K. Petersen4-57/+478
2023-06-01scsi: ufs: core: Add error handling for MCQ modeBao D. Nguyen3-18/+139
2023-06-01scsi: ufs: mcq: Use ufshcd_mcq_poll_cqe_lock() in MCQ modeBao D. Nguyen4-7/+5
2023-06-01scsi: ufs: mcq: Added ufshcd_mcq_abort()Bao D. Nguyen3-5/+71
2023-06-01scsi: ufs: mcq: Add support for cleaning up MCQ resourcesBao D. Nguyen2-9/+66
2023-06-01scsi: ufs: mcq: Add supporting functions for MCQ abortBao D. Nguyen3-1/+177
2023-06-01scsi: ufs: core: Update the ufshcd_clear_cmds() functionalityBao D. Nguyen1-16/+21
2023-06-01scsi: ufs: core: Combine 32-bit command_desc_base_addr_lo/hiBao D. Nguyen1-4/+2
2023-06-01scsi: fnic: Use vzalloc()Christophe JAILLET1-6/+2
2023-06-01scsi: pm80xx: Add fatal error checksChangyuan Lyu1-0/+22
2023-06-01scsi: Add HAS_IOPORT dependenciesNiklas Schnelle8-21/+26
2023-06-01scsi: message: fusion: Add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2023-06-01scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID pathsJustin Tee2-52/+52
2023-06-01Merge patch series "lpfc: Update lpfc to revision 14.2.0.13"Martin K. Petersen11-320/+195
2023-06-01scsi: lpfc: Copyright updates for 14.2.0.13 patchesJustin Tee2-2/+2
2023-06-01scsi: lpfc: Update lpfc version to 14.2.0.13Justin Tee1-1/+1
2023-06-01scsi: lpfc: Enhance congestion statistics collectionJustin Tee2-208/+81
2023-06-01scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee5-50/+41
2023-06-01scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee3-41/+41
2023-06-01scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee1-2/+12
2023-06-01scsi: lpfc: Account for fabric domain ctlr device loss recoveryJustin Tee1-5/+14
2023-06-01scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscoveryJustin Tee1-3/+3
2023-06-01scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_po...Justin Tee1-8/+0
2023-06-01scsi: ufs: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-01scsi: smartpqi: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-01scsi: sym53c8xx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-01scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-3/+3
2023-06-01scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-01scsi: lpfc: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-05-31scsi: ufs: core: Do not open code SZ_xAvri Altman5-24/+24
2023-05-31Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen6-75/+47
2023-05-31scsi: ufs: Ungate the clock synchronouslyBart Van Assche3-61/+29
2023-05-31scsi: ufs: Declare ufshcd_{hold,release}() onceBart Van Assche1-3/+0
2023-05-31scsi: ufs: Conditionally enable the BLK_MQ_F_BLOCKING flagBart Van Assche1-0/+1
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche2-7/+5
2023-05-31scsi: core: Rework scsi_host_block()Bart Van Assche1-5/+13
2023-05-31scsi: virtio_scsi: Remove a useless function callChristophe JAILLET1-3/+1
2023-05-31scsi: ata: libata-scsi: Fix ata_msense_control kdoc commentDamien Le Moal1-0/+1
2023-05-31scsi: qla2xxx: Fix end of loop testDan Carpenter1-1/+1
2023-05-31scsi: core: Only kick the requeue list if necessaryBart Van Assche1-5/+8