summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-24scsi: qla2xxx: Declare qla2xxx_mqueuecommand() staticBart Van Assche1-2/+2
2026-01-24scsi: megaraid_sas: Return SCSI_MLQUEUE_HOST_BUSY instead of 1Bart Van Assche1-5/+5
2026-01-24scsi: megaraid: Return SCSI_MLQUEUE_HOST_BUSY instead of 1Bart Van Assche1-5/+5
2026-01-24scsi: aha152x: Return SCSI_MLQUEUE_HOST_BUSY instead of 0x2003Bart Van Assche1-2/+2
2026-01-17Merge patch series "Clean up the SCSI disk driver source code"Martin K. Petersen1-144/+132
2026-01-17scsi: sd: Do not split error messagesBart Van Assche1-31/+24
2026-01-17scsi: sd: Move the sd_fops definitionBart Van Assche1-16/+15
2026-01-17scsi: sd: Move the scsi_disk_release() function definitionBart Van Assche1-12/+11
2026-01-17scsi: sd: Move the sd_config_discard() function definitionBart Van Assche1-58/+56
2026-01-17scsi: sd: Move the sd_remove() function definitionBart Van Assche1-27/+26
2026-01-17scsi: ufs: core: Handle sentinel value for dHIDAvailableSizeKeoseong Park1-0/+4
2026-01-17scsi: ufs: exynos: Call phy_notify_state() from hibern8 callbacksPeter Griffin1-0/+10
2026-01-12Merge patch series "Call scsi_host_busy() after the SCSI host has been added"Martin K. Petersen2-5/+6
2026-01-12scsi: core: Revert "Fix a regression triggered by scsi_host_busy()"Bart Van Assche1-3/+2
2026-01-12scsi: ufs: core: Only call scsi_host_busy() after the SCSI host has been addedBart Van Assche1-2/+4
2026-01-12scsi: ufs: core: Improve the documentation of UFS data framesBart Van Assche2-10/+12
2026-01-12scsi: mpt3sas: Simplify the workqueue allocation codeBart Van Assche2-8/+3
2026-01-12scsi: mpi3mr: Simplify the workqueue allocation codeBart Van Assche2-6/+1
2026-01-12Merge patch series "scsi: Make use of bus callbacks"Martin K. Petersen8-72/+139
2026-01-12scsi: ufs: core: Convert to SCSI bus methodsUwe Kleine-König1-9/+9
2026-01-12scsi: st: Convert to SCSI bus methodsUwe Kleine-König1-9/+9
2026-01-12scsi: sr: Convert to SCSI bus methodsUwe Kleine-König1-9/+8
2026-01-12scsi: ses: Convert to SCSI bus methodsUwe Kleine-König1-9/+2
2026-01-12scsi: sd: Convert to SCSI bus methodsUwe Kleine-König1-12/+13
2026-01-12scsi: ch: Convert to SCSI bus methodsUwe Kleine-König1-7/+7
2026-01-12scsi: core: sysfs: Make use of bus callbacksUwe Kleine-König2-2/+74
2026-01-12scsi: core: Pass a struct scsi_driver to scsi_{,un}register_driver()Uwe Kleine-König8-15/+17
2026-01-04scsi: target: Constify struct configfs_item_operations and configfs_group_ope...Christophe JAILLET2-24/+24
2026-01-04scsi: target: sbp: Potential integer overflow in sbp_make_tpg()ReBeating1-2/+2
2025-12-17Merge patch series "qla2xxx: Misc feature and bug fixes"Martin K. Petersen12-56/+559
2025-12-17scsi: qla2xxx: Update version to 10.02.10.100-kNilesh Javali1-4/+4
2025-12-17scsi: qla2xxx: Fix bsg_done() causing double freeAnil Gurumurthy1-13/+20
2025-12-17scsi: qla2xxx: Query FW again before proceeding with loginAnil Gurumurthy2-4/+34
2025-12-17scsi: qla2xxx: Validate sp before freeing associated memoryAnil Gurumurthy1-16/+18
2025-12-17scsi: qla2xxx: Free sp in error path to fix system crashAnil Gurumurthy1-2/+2
2025-12-17scsi: qla2xxx: Delay module unload while fabric scan in progressAnil Gurumurthy1-1/+2
2025-12-17scsi: qla2xxx: Allow recovery for tape devicesShreyas Deodhar2-12/+0
2025-12-17scsi: qla2xxx: Add bsg interface to support firmware img validationManish Rangankar5-0/+192
2025-12-17scsi: qla2xxx: Validate MCU signature before executing MBC 03hManish Rangankar4-1/+34
2025-12-17scsi: qla2xxx: Add load flash firmware mailbox support for 28xxxManish Rangankar4-4/+236
2025-12-17scsi: qla2xxx: Add support for 64G SFP speedManish Rangankar2-3/+7
2025-12-17scsi: qla2xxx: Add Speed in SFP print informationHimanshu Madhani1-0/+14
2025-12-17scsi: core: Introduce an enumeration type for the SCSI_MLQUEUE constantsBart Van Assche3-11/+16
2025-12-17Merge patch series "mpt3sas: Improve device readiness handling and event reco...Martin K. Petersen3-37/+1313
2025-12-17scsi: mpt3sas: Fixed the W=1 compilation warningRanjan Kumar1-4/+4
2025-12-17scsi: mpt3sas: Add configurable command retry limit for slow-to-respond devicesRanjan Kumar1-6/+78
2025-12-17scsi: mpt3sas: Add firmware event requeue support for busy devicesRanjan Kumar1-18/+112
2025-12-17scsi: mpt3sas: Improve device discovery and readiness handling for slow devicesRanjan Kumar3-17/+1119
2025-12-17scsi: mpt3sas: Added no_turs flag to device unblock logicRanjan Kumar1-3/+11
2025-12-17Merge patch series "Update lpfc to revision 14.4.0.13"Martin K. Petersen14-3/+197