summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig
2023-06-07scsi: qla2xxx: Drop useless LIST_HEADChristophe JAILLET
2023-06-07scsi: qla2xxx: Replace one-element array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2023-06-07scsi: hisi_sas: Convert to platform remove callback returning voidUwe Kleine-König
2023-06-07scsi: lpfc: Avoid -Wstringop-overflow warningGustavo A. R. Silva
2023-06-07scsi: lpfc: Use struct_size() helperJustin Tee
2023-06-05ata: libata-sata: Simplify ata_change_queue_depth()Damien Le Moal
2023-05-31scsi: mpi3mr: Propagate sense data for admin queue SCSI I/OSathya Prakash
2023-05-31scsi: fnic: Use vzalloc()Christophe JAILLET
2023-05-31scsi: pm80xx: Add fatal error checksChangyuan Lyu
2023-05-31scsi: Add HAS_IOPORT dependenciesNiklas Schnelle
2023-05-31scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID pathsJustin Tee
2023-05-31Merge patch series "lpfc: Update lpfc to revision 14.2.0.13"Martin K. Petersen
2023-05-31scsi: lpfc: Copyright updates for 14.2.0.13 patchesJustin Tee
2023-05-31scsi: lpfc: Update lpfc version to 14.2.0.13Justin Tee
2023-05-31scsi: lpfc: Enhance congestion statistics collectionJustin Tee
2023-05-31scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee
2023-05-31scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee
2023-05-31scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee
2023-05-31scsi: lpfc: Account for fabric domain ctlr device loss recoveryJustin Tee
2023-05-31scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscoveryJustin Tee
2023-05-31scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_po...Justin Tee
2023-05-31scsi: smartpqi: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-31scsi: sym53c8xx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-31scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-31scsi: lpfc: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-31Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche
2023-05-31scsi: core: Rework scsi_host_block()Bart Van Assche
2023-05-31scsi: virtio_scsi: Remove a useless function callChristophe JAILLET
2023-05-31scsi: stex: Fix gcc 13 warningsBart Van Assche
2023-05-31scsi: qla2xxx: Fix end of loop testDan Carpenter
2023-05-31scsi: core: Only kick the requeue list if necessaryBart Van Assche
2023-05-31scsi: core: Use min() instead of open-coding itBart Van Assche
2023-05-26overflow: Add struct_size_t() helperKees Cook
2023-05-26scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-26scsi: aacraid: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-26scsi: bnx2i: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-26scsi: qedi: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-26scsi: ibmvscsi: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-22scsi: NCR5380: Use default @max_active for hostdata->work_qTejun Heo
2023-05-22scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-05-22scsi: qla2xxx: Fix NULL pointer dereference in target modeGleb Chesnokov
2023-05-22scsi: mpi3mr: Fix the type used for pointers to bitmapChristophe JAILLET
2023-05-22scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang
2023-05-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen
2023-05-22scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel