aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds75-1766/+2469
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-8/+2
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-6/+6
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li2-8/+2
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska6-6/+6
2024-02-26scsi: core: Constify the struct device_type usageRicardo B. Marliere3-4/+4
2024-02-26scsi: libfc: replace deprecated strncpy() with memcpy()Justin Stitt1-6/+8
2024-02-26scsi: lpfc: Replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2024-02-26scsi: bfa: Fix function pointer type mismatch for state machinesArnd Bergmann13-435/+582
2024-02-26scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann4-13/+19
2024-02-26scsi: bfa: Remove additional unnecessary struct declarationsSimone Weiß1-2/+0
2024-02-26scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar1-1/+3
2024-02-26scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports()Arnd Bergmann1-1/+6
2024-02-15scsi: jazz_esp: Only build if SCSI core is builtinRandy Dunlap1-1/+1
2024-02-15scsi: csiostor: Avoid function pointer castsArnd Bergmann3-19/+20
2024-02-15scsi: qla1280: Remove redundant assignment to variable 'mr'Colin Ian King1-1/+0
2024-02-15scsi: smartpqi: Fix disable_managed_interruptsDon Brace1-1/+4
2024-02-15scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen1-2/+20
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-1/+25
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig1-1/+1
2024-02-12scsi: fnic: Move fnic_fnic_flush_tx() to a work queueLee Duncan4-5/+8
2024-02-12scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan1-12/+8
2024-02-12scsi: core: Make scsi_bus_type constRicardo B. Marliere2-2/+2
2024-02-12scsi: core: Really include kunit tests with SCSI_LIB_KUNIT_TESTLukas Bulwahn1-1/+1
2024-02-05scsi: scsi_debug: Make pseudo_lld_bus constRicardo B. Marliere1-2/+2
2024-02-05scsi: iscsi: Make iscsi_flashnode_bus constRicardo B. Marliere1-2/+2
2024-02-05scsi: fcoe: Make fcoe_bus_type constRicardo B. Marliere1-2/+2
2024-02-05Merge patch series "Update lpfc to revision 14.4.0.0"Martin K. Petersen17-873/+717
2024-02-05scsi: lpfc: Copyright updates for 14.4.0.0 patchesJustin Tee17-18/+18
2024-02-05scsi: lpfc: Update lpfc version to 14.4.0.0Justin Tee1-1/+1
2024-02-05scsi: lpfc: Change lpfc_vport load_flag member into a bitmaskJustin Tee10-120/+108
2024-02-05scsi: lpfc: Change lpfc_vport fc_flag member into a bitmaskJustin Tee11-590/+425
2024-02-05scsi: lpfc: Protect vport fc_nodes list with an explicit spin lockJustin Tee6-54/+53
2024-02-05scsi: lpfc: Change nlp state statistic counters into atomic_tJustin Tee5-37/+50
2024-02-05scsi: lpfc: Remove shost_lock protection for fc_host_port shost APIsJustin Tee1-16/+0
2024-02-05scsi: lpfc: Move handling of reset congestion statistics eventsJustin Tee2-4/+7
2024-02-05scsi: lpfc: Save FPIN frequency statistics upon receipt of peer cgn notificationsJustin Tee1-0/+3
2024-02-05scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTSJustin Tee1-2/+12
2024-02-05scsi: lpfc: Fix failure to delete vports when discovery is in progressJustin Tee1-4/+4
2024-02-05scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlpsJustin Tee1-8/+0
2024-02-05scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodesJustin Tee1-17/+32
2024-02-05scsi: lpfc: Remove D_ID swap log message from trace event loggerJustin Tee1-1/+1
2024-02-05scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's lengthJustin Tee1-4/+4
2024-02-05scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee1-2/+4
2024-02-05scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee1-1/+1
2024-02-05scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke1-6/+6
2024-02-05scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei2-2/+5
2024-01-29Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen11-253/+834
2024-01-29scsi: core: Add kunit tests for scsi_check_passthrough()Mike Christie3-0/+343