aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2025-01-02scsi: core: Constify 'struct bin_attribute'Thomas Weißschuh1-8/+8
2025-01-02Merge patch series "Update lpfc to revision 14.4.0.7"Martin K. Petersen15-174/+351
2025-01-02scsi: lpfc: Copyright updates for 14.4.0.7 patchesJustin Tee2-2/+2
2025-01-02scsi: lpfc: Update lpfc version to 14.4.0.7Justin Tee1-1/+1
2025-01-02scsi: lpfc: Add support for large fw object application layer readsJustin Tee3-9/+224
2025-01-02scsi: lpfc: Update definition of firmware configuration mbox cmdsJustin Tee3-66/+28
2025-01-02scsi: lpfc: Change lpfc_nodelist save_flags member into a bitmaskJustin Tee7-53/+33
2025-01-02scsi: lpfc: Add handling for LS_RJT reason explanation authentication requiredJustin Tee2-0/+27
2025-01-02scsi: lpfc: Modify handling of ADISC based on ndlp state and RPI registrationJustin Tee1-19/+24
2025-01-02scsi: lpfc: Delete NLP_TARGET_REMOVE flag due to obsolete usageJustin Tee3-21/+7
2025-01-02scsi: lpfc: Restrict the REG_FCFI MAM field to FCoE adapters onlyJustin Tee1-2/+4
2025-01-02scsi: lpfc: Redefine incorrect type in lpfc_create_device_data()Justin Tee1-1/+1
2025-01-02scsi: myrb: Remove dead codeAriel Otilibili1-2/+0
2025-01-02scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1Paul Menzel1-2/+1
2025-01-02scsi: mpt3sas: Add details to EEDPTagMode error messagePaul Menzel1-1/+1
2025-01-02scsi: esp: Fix variable typoSiddharth Menon1-1/+1
2025-01-02scsi: isci: Remove unused isci_remote_device_reset_complete()Dr. David Alan Gilbert2-46/+0
2025-01-02scsi: iscsi: Remove unused iscsi_create_session()Dr. David Alan Gilbert1-27/+0
2025-01-02scsi: qedi: Use kthread_create_on_cpu()Frederic Weisbecker1-4/+2
2025-01-02scsi: bnx2i: Use kthread_create_on_cpu()Frederic Weisbecker1-5/+2
2025-01-02scsi: bnx2fc: Use kthread_create_on_cpu()Frederic Weisbecker1-5/+2
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+0
2024-12-23virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queuesDaniel Wagner1-2/+1
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner12-21/+13
2024-12-23scsi: add support for user-meta interfaceAnuj Gupta1-2/+2
2024-12-13scsi/cxlflash: Deprecate driverAndrew Donnellan2-2/+6
2024-12-09scsi: Constify struct pci_device_idChristophe JAILLET32-32/+32
2024-12-09scsi: storvsc: Don't assume cpu_possible_mask is denseMichael Kelley1-7/+6
2024-12-09scsi: Eliminate scsi_register() and scsi_unregister() usage & docsRandy Dunlap1-1/+1
2024-12-04Merge patch series "Replace the "slave_*" function names"Martin K. Petersen58-303/+335
2024-12-04scsi: core: Remove the .slave_configure() methodBart Van Assche1-3/+1
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche38-107/+144
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche14-46/+43
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche39-152/+152
2024-12-04scsi: pm80xx: Improve debugging for aborted commandsVishakha Channapattan4-9/+77
2024-12-04scsi: pm80xx: Increase reserved tags from 8 to 128Igor Pylypiv1-1/+1
2024-12-04scsi: pm80xx: Use dynamic tag numbers for PHY start and stopJolly Shah1-9/+28
2024-12-04scsi: pm80xx: Do not use libsas port IDIgor Pylypiv1-19/+2
2024-12-04scsi: scsi_debug: Fix hrtimer support for ndelayJohn Garry1-1/+1
2024-12-04scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_STATUS_DATA_OVERRUN a...Cathy Avery1-1/+6
2024-12-04scsi: sg: Fix slab-use-after-free read in sg_release()Suraj Sonawane1-1/+1
2024-12-04scsi: qla2xxx: Update version to 10.02.09.400-kNilesh Javali1-2/+2
2024-12-04scsi: qla2xxx: Supported speed displayed incorrectly for VPortsAnil Gurumurthy1-0/+1
2024-12-04scsi: qla2xxx: Fix NVMe and NPIV connect issueQuinn Tran1-0/+1
2024-12-04scsi: qla2xxx: Remove check req_sg_cnt should be equal to rsp_sg_cntSaurav Kashyap1-10/+0
2024-12-04scsi: qla2xxx: Move FCE Trace buffer allocation to user controlQuinn Tran4-31/+126
2024-12-04scsi: csiostor: Fix typo doesnt->doesn'tPrateek Singh Rathore1-1/+1
2024-12-04scsi: fnic: Use vcalloc() instead of vmalloc() and memset(0)Thorsten Blum1-13/+3
2024-12-04scsi: qla2xxx: Fix use after free on unloadQuinn Tran1-7/+8
2024-12-04scsi: qla2xxx: Fix abort in bsg timeoutQuinn Tran1-22/+92