summaryrefslogtreecommitdiffstats
path: root/include/target/iscsi (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-05scsi: qla2xxx: Move sess cmd list/lock to driverMike Christie5-22/+42
2020-11-05scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie2-34/+0
2020-11-05scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie2-13/+12
2020-11-05scsi: target: Fix cmd_count ref leakMike Christie1-0/+8
2020-11-05scsi: target: Fix LUN ref count handlingMike Christie1-23/+20
2020-11-05scsi: fcoe: Remove unneeded semicolonTom Rix2-3/+3
2020-11-05scsi: bnx2fc: Remove unneeded semicolonTom Rix1-1/+1
2020-11-05scsi: target: Return COMPARE AND WRITE miscompare offsetsDavid Disseldorp2-10/+27
2020-11-05scsi: target: Split out COMPARE AND WRITE memcmp into helperDavid Disseldorp1-53/+68
2020-11-05scsi: target: Rename cmd.bad_sector to cmd.sense_infoDavid Disseldorp4-10/+10
2020-11-05scsi: target: Rename struct sense_info to sense_detailDavid Disseldorp1-11/+11
2020-11-05scsi: megaraid_sas: Simplify compat_ioctl handlingArnd Bergmann2-74/+46
2020-11-05scsi: megaraid_sas: Check user-provided offsetsArnd Bergmann1-5/+11
2020-11-05scsi: aacraid: Improve compat_ioctl handlersArnd Bergmann2-61/+22
2020-11-05scsi: mpt3sas: Bump driver version to 35.101.00.00Sreekanth Reddy1-2/+2
2020-11-05scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy4-7/+76
2020-11-05scsi: mpt3sas: Handle vSES vphy object during HBA resetSreekanth Reddy1-0/+233
2020-11-05scsi: mpt3sas: Add bypass_dirty_port_flag parameterSreekanth Reddy3-30/+44
2020-11-05scsi: mpt3sas: Handling HBA vSES deviceSreekanth Reddy3-11/+198
2020-11-05scsi: mpt3sas: Set valid PhysicalPort in SMPPassThroughSreekanth Reddy3-6/+72
2020-11-05scsi: mpt3sas: Update hba_port objects after host resetSreekanth Reddy1-0/+338
2020-11-05scsi: mpt3sas: Get sas_device objects using device's rphySreekanth Reddy3-6/+47
2020-11-05scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()Sreekanth Reddy2-12/+30
2020-11-05scsi: mpt3sas: Get device objects using sas_address & portIDSreekanth Reddy3-87/+178
2020-11-05scsi: mpt3sas: Update hba_port's sas_address & phy_maskSreekanth Reddy3-27/+126
2020-11-05scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()Sreekanth Reddy1-58/+58
2020-11-05scsi: mpt3sas: Allocate memory for hba_port objectsSreekanth Reddy1-4/+69
2020-11-05scsi: mpt3sas: Define hba_port structureSreekanth Reddy1-1/+34
2020-10-30scsi: zfcp: Handle event-lost notification for Version Change eventsJulian Wiedmann4-0/+16
2020-10-30scsi: zfcp: Process Version Change eventsJulian Wiedmann2-0/+26
2020-10-30scsi: zfcp: Clarify & assert the stat_lock locking in zfcp_qdio_send()Julian Wiedmann1-0/+8
2020-10-30scsi: zfcp: Remove orphaned function declarationsVasily Gorbik1-2/+0
2020-10-30scsi: zfcp: Lift Input Queue tasklet from qdioJulian Wiedmann2-0/+41
2020-10-30scsi: arcmsr: Ensure getting a free ccb is done under the spin_lockching Huang1-1/+3
2020-10-30scsi: arcmsr: Configure the default command timeout valueching Huang2-0/+17
2020-10-30scsi: ufs: qcom: Enable aggressive power collapse for ufs HBAAsutosh Das1-0/+1
2020-10-30scsi: ufs: Put HBA into LPM during clk gatingCan Guo2-2/+20
2020-10-30scsi: libfc: Fix enum-conversion warningArnd Bergmann1-1/+1
2020-10-30scsi: libfc: Work around -Warray-bounds warningArnd Bergmann1-11/+19
2020-10-30scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann12-39/+36
2020-10-27scsi: doc: Fix some kernel-doc markupsMauro Carvalho Chehab5-8/+9
2020-10-27scsi: lpfc: Update lpfc version to 12.8.0.5James Smart1-1/+1
2020-10-27scsi: lpfc: Reject CT request for MIB commandsJames Smart3-39/+296
2020-10-27scsi: lpfc: Add FDMI Vendor MIB supportJames Smart9-6/+117
2020-10-27scsi: lpfc: Enlarge max_sectors in scsi host templatesJames Smart2-6/+3
2020-10-27scsi: lpfc: Fix duplicate wq_create_version checkJames Smart1-6/+0
2020-10-27scsi: lpfc: Removed unused macros in lpfc_attr.cJames Smart1-4/+0
2020-10-27scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()James Smart1-1/+1
2020-10-27scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart8-42/+136
2020-10-27scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()James Smart2-5/+9