summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: tcmu: Replace strlcpy() with strscpy()Azeem Shaikh2023-06-211-2/+2
* 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 patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen2023-06-168-49/+50
|\
| * 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-166-17/+24
| * 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: bsg: 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: ufs: ufs-pci: Add support for Intel Arrow LakeAdrian Hunter2023-06-161-0/+1
* | | scsi: sd: sd_zbc: Use PAGE_SECTORS_SHIFTJohannes Thumshirn2023-06-161-1/+1
* | | scsi: ufs: wb: Add explicit flush_threshold sysfs attributeLu Hongfei2023-06-162-0/+44
* | | scsi: ufs: ufs-qcom: Switch to the new ICE APIAbel Vesa2023-06-165-277/+104
* | | scsi: ufs: dt-bindings: qcom: Add ICE phandleAbel Vesa2023-06-161-0/+24
* | | scsi: ufs: ufs-mediatek: Set UFSHCD_QUIRK_MCQ_BROKEN_RTC quirkPo-Wen Kao2023-06-161-0/+1
* | | scsi: ufs: ufs-mediatek: Set UFSHCD_QUIRK_MCQ_BROKEN_INTR quirkPo-Wen Kao2023-06-161-0/+1
* | | scsi: ufs: core: Add host quirk UFSHCD_QUIRK_MCQ_BROKEN_RTCPo-Wen Kao2023-06-162-0/+18
* | | scsi: ufs: core: Add host quirk UFSHCD_QUIRK_MCQ_BROKEN_INTRPo-Wen Kao2023-06-162-1/+12
* | | scsi: ufs: core: Remove dedicated hwq for dev commandPo-Wen Kao2023-06-163-13/+6
* | | 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