summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen10-110/+208
2023-03-24scsi: target: iscsi: Handle abort for WRITE_PENDING cmdsDmitry Bogdanov1-0/+11
2023-03-24scsi: target: iscsit: Fix TAS handling during conn cleanupMike Christie1-7/+9
2023-03-24scsi: target: Fix multiple LUN_RESET handlingMike Christie2-3/+24
2023-03-24scsi: target: iscsit: Free cmds before session freeDmitry Bogdanov1-3/+3
2023-03-24scsi: target: iscsit: Stop/wait on cmds during conn closeMike Christie1-0/+10
2023-03-24scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie4-17/+17
2023-03-24scsi: target: Pass in cmd counter to use during cmd setupMike Christie4-25/+25
2023-03-24scsi: target: Move cmd counter allocationMike Christie4-42/+39
2023-03-24scsi: target: Move sess cmd counter to new structMike Christie2-40/+97
2023-03-24scsi: hpsa: Remove unused variable transMethodJiapeng Chong1-6/+0
2023-03-16Merge patch series "mpi3mr: Few Enhancements and minor fixes"Martin K. Petersen13-52/+207
2023-03-16scsi: mpi3mr: Update driver version to 8.4.1.0.0Ranjan Kumar1-2/+2
2023-03-16scsi: mpi3mr: Update copyright yearRanjan Kumar13-13/+13
2023-03-16scsi: mpi3mr: Fix W=1 compilation warningsRanjan Kumar1-0/+3
2023-03-16scsi: mpi3mr: Update MPI Headers to revision 27Ranjan Kumar4-14/+123
2023-03-16scsi: mpi3mr: Avoid escalating to higher level reset when target is removedRanjan Kumar1-5/+23
2023-03-16scsi: mpi3mr: Modify MUR timeout value to 120 secondsRanjan Kumar2-1/+2
2023-03-16scsi: mpi3mr: Fix admin queue memory leak upon soft resetRanjan Kumar1-2/+0
2023-03-16scsi: mpi3mr: Successive VD delete and add causes FW faultRanjan Kumar2-15/+41
2023-03-16scsi: ufs: hisi: Drop of_match_ptr() for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16scsi: ufs: exynos: Drop of_match_ptr() for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16scsi: ufs: qcom: Add __maybe_unused to OF ID tableKrzysztof Kozlowski1-1/+1
2023-03-16scsi: qlogicpti: sun_esp: Use of_property_read_bool() for boolean propertiesRob Herring2-7/+6
2023-03-16Merge patch series "add virtual remote fabric"Martin K. Petersen19-315/+361
2023-03-16scsi: target: Add virtual remote targetDmitry Bogdanov6-0/+300
2023-03-16scsi: efct: Remove default fabric ops calloutsDmitry Bogdanov1-20/+0
2023-03-16scsi: qla2xxx: Remove default fabric ops calloutsDmitry Bogdanov1-14/+0
2023-03-16scsi: xen-scsiback: Remove default fabric ops calloutsDmitry Bogdanov1-30/+0
2023-03-16scsi: vhost-scsi: Remove default fabric ops calloutsDmitry Bogdanov1-31/+0
2023-03-16scsi: usb: gadget: f_tcm: Remove default fabric ops calloutsDmitry Bogdanov1-31/+0
2023-03-16scsi: target: fcoe: Remove default fabric ops calloutsDmitry Bogdanov3-21/+0
2023-03-16scsi: target: sbp: Remove default fabric ops calloutsDmitry Bogdanov1-31/+0
2023-03-16scsi: target: loop: Remove default fabric ops calloutsDmitry Bogdanov1-41/+0
2023-03-16scsi: ibmvscsit: Remove default fabric ops calloutsDmitry Bogdanov1-30/+0
2023-03-16scsi: infiniband: srpt: Remove default fabric ops calloutsDmitry Bogdanov1-33/+0
2023-03-16scsi: target: Add default fabric ops calloutsDmitry Bogdanov1-33/+61
2023-03-16Merge patch series "scsi_debug: Some minor improvements"Martin K. Petersen1-133/+76
2023-03-16scsi: scsi_debug: Add poll mode deferred completions to statisticsJohn Garry1-0/+7
2023-03-16scsi: scsi_debug: Get command abort feature working againJohn Garry1-9/+8
2023-03-16scsi: scsi_debug: Drop sdebug_dev_info.num_in_qJohn Garry1-47/+16
2023-03-16scsi: scsi_debug: Drop check for num_in_q exceeding queue depthJohn Garry1-9/+2
2023-03-16scsi: scsi_debug: Drop scsi_debug_host_reset() device NULL pointer checkJohn Garry1-1/+1
2023-03-16scsi: scsi_debug: Drop scsi_debug_bus_reset() NULL pointer checksJohn Garry1-18/+8
2023-03-16scsi: scsi_debug: Drop scsi_debug_target_reset() NULL pointer checksJohn Garry1-21/+10
2023-03-16scsi: scsi_debug: Drop scsi_debug_device_reset() NULL pointer checksJohn Garry1-9/+8
2023-03-16scsi: scsi_debug: Drop scsi_debug_abort() NULL pointer checksJohn Garry1-7/+7
2023-03-16scsi: scsi_debug: Stop setting devip->sdbg_host twiceJohn Garry1-1/+0
2023-03-16scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[]John Garry1-13/+11
2023-03-16scsi: ufs: core: Add trace event for MCQZiqi Chen1-3/+12