summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2026-01-23scsi: mpi3mr: Avoid redundant diag-fault resetsRanjan Kumar
2026-01-23scsi: mpi3mr: Rename log data save helper to reflect threaded/BH contextRanjan Kumar
2026-01-23scsi: mpi3mr: Add module parameter to control threaded IRQ pollingRanjan Kumar
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche
2026-01-23scsi: qla2xxx: Declare qla2xxx_mqueuecommand() staticBart Van Assche
2026-01-23scsi: megaraid_sas: Return SCSI_MLQUEUE_HOST_BUSY instead of 1Bart Van Assche
2026-01-23scsi: megaraid: Return SCSI_MLQUEUE_HOST_BUSY instead of 1Bart Van Assche
2026-01-23scsi: aha152x: Return SCSI_MLQUEUE_HOST_BUSY instead of 0x2003Bart Van Assche
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei
2026-01-16scsi: sd: Do not split error messagesBart Van Assche
2026-01-16scsi: sd: Move the sd_fops definitionBart Van Assche
2026-01-16scsi: sd: Move the scsi_disk_release() function definitionBart Van Assche
2026-01-16scsi: sd: Move the sd_config_discard() function definitionBart Van Assche
2026-01-16scsi: sd: Move the sd_remove() function definitionBart Van Assche
2026-01-16scsi: qla2xxx: Sanitize payload size to prevent member overflowJiasheng Jiang
2026-01-16scsi: core: Wake up the error handler when final completions race against eac...David Jeffery
2026-01-16scsi: storvsc: Process unsupported MODE_SENSE_10Long Li
2026-01-16driver core: attribute_container: change return type to voidDaniel Gomez
2026-01-11Merge patch series "Call scsi_host_busy() after the SCSI host has been added"Martin K. Petersen
2026-01-11scsi: core: Revert "Fix a regression triggered by scsi_host_busy()"Bart Van Assche
2026-01-11scsi: mpt3sas: Simplify the workqueue allocation codeBart Van Assche
2026-01-11scsi: mpi3mr: Simplify the workqueue allocation codeBart Van Assche
2026-01-11Merge patch series "scsi: Make use of bus callbacks"Martin K. Petersen
2026-01-11scsi: st: Convert to SCSI bus methodsUwe Kleine-König
2026-01-11scsi: sr: Convert to SCSI bus methodsUwe Kleine-König
2026-01-11scsi: ses: Convert to SCSI bus methodsUwe Kleine-König
2026-01-11scsi: sd: Convert to SCSI bus methodsUwe Kleine-König
2026-01-11scsi: ch: Convert to SCSI bus methodsUwe Kleine-König
2026-01-11scsi: core: sysfs: Make use of bus callbacksUwe Kleine-König
2026-01-11scsi: core: Pass a struct scsi_driver to scsi_{,un}register_driver()Uwe Kleine-König
2026-01-08virtio_scsi: fix DMA cacheline issues for eventsMichael S. Tsirkin
2026-01-04scsi: bfa: Update outdated commentJulia Lawall
2026-01-04scsi: core: Fix error handler encryption supportBrian Kao
2026-01-04scsi: core: Correct documentation for scsi_test_unit_ready()Miao Li
2025-12-16Merge patch series "qla2xxx: Misc feature and bug fixes"Martin K. Petersen
2025-12-16scsi: qla2xxx: Update version to 10.02.10.100-kNilesh Javali
2025-12-16scsi: qla2xxx: Fix bsg_done() causing double freeAnil Gurumurthy
2025-12-16scsi: qla2xxx: Query FW again before proceeding with loginAnil Gurumurthy
2025-12-16scsi: qla2xxx: Validate sp before freeing associated memoryAnil Gurumurthy
2025-12-16scsi: qla2xxx: Free sp in error path to fix system crashAnil Gurumurthy
2025-12-16scsi: qla2xxx: Delay module unload while fabric scan in progressAnil Gurumurthy
2025-12-16scsi: qla2xxx: Allow recovery for tape devicesShreyas Deodhar
2025-12-16scsi: qla2xxx: Add bsg interface to support firmware img validationManish Rangankar
2025-12-16scsi: qla2xxx: Validate MCU signature before executing MBC 03hManish Rangankar
2025-12-16scsi: qla2xxx: Add load flash firmware mailbox support for 28xxxManish Rangankar
2025-12-16scsi: qla2xxx: Add support for 64G SFP speedManish Rangankar
2025-12-16scsi: qla2xxx: Add Speed in SFP print informationHimanshu Madhani
2025-12-16scsi: core: Introduce an enumeration type for the SCSI_MLQUEUE constantsBart Van Assche
2025-12-16Merge patch series "mpt3sas: Improve device readiness handling and event reco...Martin K. Petersen