summaryrefslogtreecommitdiffstats
path: root/crypto/ghash-generic.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-02scsi: mpi3mr: Rework mrioc->bsg_device model to fix warningsSumit Saxena2-27/+23
2022-05-24scsi: myrb: Fix up null pointer access on myrb_cleanup()Hannes Reinecke1-3/+8
2022-05-24scsi: core: Unexport scsi_bus_typeChristoph Hellwig1-1/+0
2022-05-24scsi: sd: Don't call blk_cleanup_disk() in sd_probe()Christoph Hellwig1-1/+1
2022-05-24scsi: ufs: ufshcd: Delete unnecessary NULL checkDan Carpenter1-4/+1
2022-05-24scsi: isci: Fix typo in commentJulia Lawall1-1/+1
2022-05-24scsi: pmcraid: Fix typo in commentJulia Lawall1-1/+1
2022-05-24scsi: smartpqi: Fix typo in commentJulia Lawall1-1/+1
2022-05-24scsi: qedf: Fix typo in commentJulia Lawall1-1/+1
2022-05-24scsi: esas2r: Fix typo in commentJulia Lawall1-1/+1
2022-05-24scsi: storvsc: Fix typo in commentJulia Lawall1-1/+1
2022-05-20scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche53-133/+156
2022-05-20scsi: qla1280: Remove redundant variableColin Ian King1-2/+1
2022-05-20scsi: lpfc: Add support for VMID tagging of NVMe I/OsJames Smart1-0/+45
2022-05-20scsi: lpfc: Rework lpfc_vmid_get_appid() to be protocol independentJames Smart2-5/+7
2022-05-20scsi: lpfc: Commonize VMID code locationJames Smart4-257/+291
2022-05-20scsi: nvme-fc: Add new routine nvme_fc_io_getuuid()Muneendra Kumar2-0/+32
2022-05-20scsi: target: tcmu: Avoid holding XArray lock when calling lock_pageBodo Stroesser1-5/+5
2022-05-20scsi: elx: efct: Remove NULL check after calling container_of()Haowen Bai1-3/+0
2022-05-20scsi: dpt_i2o: Drop redundant spinlock initializationHaowen Bai1-1/+0
2022-05-20scsi: qedf: Remove redundant variable opColin Ian King1-2/+1
2022-05-20scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()John Garry1-0/+2
2022-05-20scsi: fnic: Replace DMA mask of 64 bits with 47 bitsKaran Tilak Kumar2-4/+4
2022-05-20scsi: mpi3mr: Add target device related sysfs attributesSreekanth Reddy3-0/+122
2022-05-20scsi: mpi3mr: Add shost related sysfs attributesSreekanth Reddy1-2/+141
2022-05-20scsi: elx: efct: Remove redundant memset() statementHarshit Mogalapalli1-1/+0
2022-05-20scsi: megaraid_sas: Remove redundant memset() statementHarshit Mogalapalli1-2/+0
2022-05-20scsi: mpi3mr: Return error if dma_alloc_coherent() failsDan Carpenter1-2/+6
2022-05-20scsi: hisi_sas: Fix rescan after deleting a diskJohn Garry1-29/+18
2022-05-20scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus resetJohn Garry1-7/+12
2022-05-20scsi: libsas: Refactor sas_ata_hard_reset()John Garry2-14/+34
2022-05-20scsi: mpt3sas: Update driver version to 42.100.00.00Sreekanth Reddy1-2/+2
2022-05-20scsi: mpt3sas: Fix junk chars displayed while printing ChipNameSreekanth Reddy1-1/+1
2022-05-17scsi: ipr: Use kobj_to_dev()Minghao Chi1-5/+5
2022-05-17scsi: mpi3mr: Fix a NULL vs IS_ERR() bug in mpi3mr_bsg_init()Dan Carpenter1-1/+1
2022-05-17scsi: bnx2fc: Avoid using get_cpu() in bnx2fc_cmd_alloc()Sebastian Andrzej Siewior1-3/+1
2022-05-17scsi: libfc: Remove get_cpu() semantics in fc_exch_em_alloc()Davidlohr Bueso1-2/+1
2022-05-17scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior8-107/+62
2022-05-17scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso2-2/+6
2022-05-11scsi: target: iscsi: Rename iscsi_session to iscsit_sessionMax Gurtovoy23-125/+125
2022-05-11scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy33-456/+456
2022-05-11scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy27-393/+393
2022-05-11scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERRORSreekanth Reddy1-0/+6
2022-05-11scsi: mpi3mr: Hidden drives not removed during soft resetSreekanth Reddy1-3/+5
2022-05-11scsi: mpi3mr: Increase I/O timeout value to 60sSreekanth Reddy2-0/+7
2022-05-11scsi: lpfc: Update lpfc version to 14.2.0.3James Smart1-1/+1
2022-05-11scsi: lpfc: Use sg_dma_address() and sg_dma_len() macros for NVMe I/OJames Smart1-2/+2
2022-05-11scsi: lpfc: Alter FPIN stat accounting logicJames Smart2-54/+17
2022-05-11scsi: lpfc: Rework FDMI initialization after link upJames Smart5-20/+129
2022-05-11scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart4-11/+14