summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: core: mcq: Fix the incorrect OCS value for the device commandStanley Chu2023-06-162-4/+7
* scsi: ufs: dt-bindings: samsung,exynos: Drop unneeded quotesKrzysztof Kozlowski2023-06-161-1/+1
* scsi: block: Improve ioprio value validity checksDamien Le Moal2023-06-162-17/+34
* 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: ufs: core: Combine ufshcd_mq_poll_cqe functionsStanley Chu2023-06-071-13/+4
* scsi: ufs: core: Fix ufshcd_inc_sq_tail() function bugzhanghui2023-06-071-2/+3
* scsi: ufs: core: Remove a ufshcd_add_command_trace() callBart Van Assche2023-06-071-1/+0
* Merge patch series "UFS host controller driver patches"Martin K. Petersen2023-05-3113-77/+25
|\
| * scsi: ufs: core: Simplify driver shutdownBart Van Assche2023-05-3113-53/+5
| * scsi: ufs: core: Move ufshcd_wl_shutdown()Bart Van Assche2023-05-311-22/+22
| * scsi: ufs: core: Fix handling of lrbp->cmdBart Van Assche2023-05-311-6/+1
| * scsi: ufs: core: Increase the START STOP UNIT timeout from one to ten secondsBart Van Assche2023-05-311-1/+2
* | scsi: mpi3mr: Propagate sense data for admin queue SCSI I/OSathya Prakash2023-05-311-0/+5
* | Merge patch series "ufs: core: mcq: Add ufshcd_abort() and error handler supp...Martin K. Petersen2023-05-316-62/+501
|\ \
| * | scsi: ufs: core: Add error handling for MCQ modeBao D. Nguyen2023-05-313-18/+139
| * | scsi: ufs: mcq: Use ufshcd_mcq_poll_cqe_lock() in MCQ modeBao D. Nguyen2023-05-315-8/+6
| * | scsi: ufs: mcq: Added ufshcd_mcq_abort()Bao D. Nguyen2023-05-313-5/+71
| * | scsi: ufs: mcq: Add support for cleaning up MCQ resourcesBao D. Nguyen2023-05-312-9/+66
| * | scsi: ufs: mcq: Add supporting functions for MCQ abortBao D. Nguyen2023-05-315-1/+197
| * | scsi: ufs: core: Update the ufshcd_clear_cmds() functionalityBao D. Nguyen2023-05-311-16/+21
| * | scsi: ufs: core: Combine 32-bit command_desc_base_addr_lo/hiBao D. Nguyen2023-05-312-8/+4
| |/
* | 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: message: fusion: Add HAS_IOPORT dependenciesNiklas Schnelle2023-05-311-1/+1
* | 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: ufs: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-311-1/+1
* | | 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: message: fusion: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-312-3/+3
* | | 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
* | | scsi: dt-bindings: ufs: qcom: Add compatible for sa8775pBartosz Golaszewski2023-05-311-0/+2
* | | scsi: ufs: core: Do not open code SZ_xAvri Altman2023-05-316-25/+25
* | | Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen2023-05-318-76/+54
|\ \ \
| * | | scsi: ufs: Ungate the clock synchronouslyBart Van Assche2023-05-314-62/+30