summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: sd: Don't call blk_cleanup_disk() in sd_probe()Christoph Hellwig2022-05-231-1/+1
* scsi: ufs: ufshcd: Delete unnecessary NULL checkDan Carpenter2022-05-231-4/+1
* scsi: isci: Fix typo in commentJulia Lawall2022-05-231-1/+1
* scsi: pmcraid: Fix typo in commentJulia Lawall2022-05-231-1/+1
* scsi: smartpqi: Fix typo in commentJulia Lawall2022-05-231-1/+1
* scsi: qedf: Fix typo in commentJulia Lawall2022-05-231-1/+1
* scsi: esas2r: Fix typo in commentJulia Lawall2022-05-231-1/+1
* scsi: storvsc: Fix typo in commentJulia Lawall2022-05-231-1/+1
* scsi: ufs: Split the drivers/scsi/ufs directoryBart Van Assche2022-05-1952-2920/+146
* scsi: qla1280: Remove redundant variableColin Ian King2022-05-191-2/+1
* scsi: lpfc: Add support for VMID tagging of NVMe I/OsJames Smart2022-05-191-0/+45
* scsi: lpfc: Rework lpfc_vmid_get_appid() to be protocol independentJames Smart2022-05-192-5/+7
* scsi: lpfc: Commonize VMID code locationJames Smart2022-05-194-257/+291
* scsi: nvme-fc: Add new routine nvme_fc_io_getuuid()Muneendra Kumar2022-05-191-0/+18
* scsi: target: tcmu: Avoid holding XArray lock when calling lock_pageBodo Stroesser2022-05-191-5/+5
* scsi: elx: efct: Remove NULL check after calling container_of()Haowen Bai2022-05-191-3/+0
* scsi: dpt_i2o: Drop redundant spinlock initializationHaowen Bai2022-05-191-1/+0
* scsi: qedf: Remove redundant variable opColin Ian King2022-05-191-2/+1
* scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()John Garry2022-05-191-0/+2
* scsi: fnic: Replace DMA mask of 64 bits with 47 bitsKaran Tilak Kumar2022-05-192-4/+4
* scsi: mpi3mr: Add target device related sysfs attributesSreekanth Reddy2022-05-193-0/+122
* scsi: mpi3mr: Add shost related sysfs attributesSreekanth Reddy2022-05-191-2/+141
* scsi: elx: efct: Remove redundant memset() statementHarshit Mogalapalli2022-05-191-1/+0
* scsi: megaraid_sas: Remove redundant memset() statementHarshit Mogalapalli2022-05-191-2/+0
* scsi: mpi3mr: Return error if dma_alloc_coherent() failsDan Carpenter2022-05-191-2/+6
* scsi: hisi_sas: Fix rescan after deleting a diskJohn Garry2022-05-191-29/+18
* scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus resetJohn Garry2022-05-191-7/+12
* scsi: libsas: Refactor sas_ata_hard_reset()John Garry2022-05-191-14/+27
* scsi: mpt3sas: Update driver version to 42.100.00.00Sreekanth Reddy2022-05-191-2/+2
* scsi: mpt3sas: Fix junk chars displayed while printing ChipNameSreekanth Reddy2022-05-191-1/+1
* scsi: ipr: Use kobj_to_dev()Minghao Chi2022-05-161-5/+5
* scsi: mpi3mr: Fix a NULL vs IS_ERR() bug in mpi3mr_bsg_init()Dan Carpenter2022-05-161-1/+1
* scsi: bnx2fc: Avoid using get_cpu() in bnx2fc_cmd_alloc()Sebastian Andrzej Siewior2022-05-161-3/+1
* scsi: libfc: Remove get_cpu() semantics in fc_exch_em_alloc()Davidlohr Bueso2022-05-161-2/+1
* scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior2022-05-168-107/+62
* scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso2022-05-161-2/+4
* scsi: target: iscsi: Rename iscsi_session to iscsit_sessionMax Gurtovoy2022-05-1021-119/+119
* scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy2022-05-1031-401/+401
* scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy2022-05-1025-330/+330
* scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERRORSreekanth Reddy2022-05-101-0/+6
* scsi: mpi3mr: Hidden drives not removed during soft resetSreekanth Reddy2022-05-101-3/+5
* scsi: mpi3mr: Increase I/O timeout value to 60sSreekanth Reddy2022-05-102-0/+7
* scsi: lpfc: Update lpfc version to 14.2.0.3James Smart2022-05-101-1/+1
* scsi: lpfc: Use sg_dma_address() and sg_dma_len() macros for NVMe I/OJames Smart2022-05-101-2/+2
* scsi: lpfc: Alter FPIN stat accounting logicJames Smart2022-05-102-54/+17
* scsi: lpfc: Rework FDMI initialization after link upJames Smart2022-05-105-20/+129
* scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart2022-05-104-11/+14
* scsi: lpfc: Decrement outstanding gidft_inp counter if lpfc_err_lost_link()James Smart2022-05-102-4/+17
* scsi: lpfc: Use list_for_each_entry_safe() in rscn_recovery_check()James Smart2022-05-101-2/+2
* scsi: lpfc: Fix dmabuf ptr assignment in lpfc_ct_reject_event()James Smart2022-05-101-12/+3