summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | scsi: spi: Fix sshdr useMike Christie2023-10-131-2/+2
| | * | | scsi: rdac: Fix sshdr useMike Christie2023-10-131-3/+6
| | * | | scsi: rdac: Fix send_mode_select retry handlingMike Christie2023-10-131-9/+9
| | * | | scsi: hp_sw: Fix sshdr useMike Christie2023-10-131-39/+40
| | * | | scsi: sd: Fix sshdr use in sd_spinup_diskMike Christie2023-10-131-11/+13
| | * | | scsi: sd: Fix sshdr use in read_capacity_16Mike Christie2023-10-131-4/+3
| | |/ /
| * | | Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen2023-10-133-0/+14
| |\ \ \
| | * | | scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-133-0/+14
| | |/ /
| * | | Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen2023-10-1315-365/+452
| |\ \ \
| | * | | scsi: mpi3mr: Split off bus_reset function from host_resetHannes Reinecke2023-10-131-20/+37
| | * | | scsi: pmcraid: Select device in pmcraid_eh_target_reset_handler()Hannes Reinecke2023-10-131-2/+14
| | * | | scsi: pmcraid: Select device in pmcraid_eh_bus_reset_handler()Hannes Reinecke2023-10-131-8/+38
| | * | | scsi: qla1280: Separate out host reset function from qla1280_error_action()Hannes Reinecke2023-10-131-20/+22
| | * | | scsi: sym53c8xx_2: Rework reset handlingHannes Reinecke2023-10-131-27/+55
| | * | | scsi: sym53c8xx_2: Split off bus reset from host resetHannes Reinecke2023-10-131-41/+66
| | * | | scsi: ips: Do not try to abort command from host resetHannes Reinecke2023-10-131-18/+0
| | * | | scsi: megaraid: Pass in NULL scb for host resetHannes Reinecke2023-10-131-26/+16
| | * | | scsi: ibmvfc: Open-code reset loop for target resetHannes Reinecke2023-10-131-19/+23
| | * | | scsi: aic79xx: Do not reference SCSI command when resetting deviceHannes Reinecke2023-10-131-6/+15
| | * | | scsi: aic79xx: Make BUILD_SCSIID() a functionHannes Reinecke2023-10-131-4/+7
| | * | | scsi: aic7xxx: Do not reference SCSI command when resetting deviceHannes Reinecke2023-10-131-51/+57
| | * | | scsi: aic7xxx: Make BUILD_SCSIID() a functionHannes Reinecke2023-10-131-6/+13
| | * | | scsi: bnx2fc: Do not rely on a SCSI command for LUN or target resetHannes Reinecke2023-10-133-52/+57
| | * | | scsi: qedf: Use FC rport as argument for qedf_initiate_tmf()Hannes Reinecke2023-10-133-66/+33
| | |/ /
| * | | scsi: ibmvfc: Use 'unsigned int' for single-bit bitfields in 'struct ibmvfc_h...Nathan Chancellor2023-10-131-9/+9
| * | | scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao2023-10-131-0/+6
| * | | scsi: cxgbi: Fix 'generated' typoMuhammad Muzammil2023-10-131-1/+1
| * | | Merge patch series "ibmvfc: fixes and generic prep work for NVMeoF support"Martin K. Petersen2023-10-092-137/+360
| |\ \ \
| | * | | scsi: ibmvfc: Add protocol field to target structureTyrel Datwyler2023-09-211-5/+6
| | * | | scsi: ibmvfc: Make discovery buffer per protocol channel groupTyrel Datwyler2023-09-212-20/+33
| | * | | scsi: ibmvfc: Add protocol field to ibmvfc_channelsTyrel Datwyler2023-09-212-4/+27
| | * | | scsi: ibmvfc: Make channel allocation genericTyrel Datwyler2023-09-211-52/+75
| | * | | scsi: ibmvfc: Track max and desired queue size in ibmvfc_channelsTyrel Datwyler2023-09-212-7/+11
| | * | | scsi: ibmvfc: Rename ibmvfc_scsi_channels to ibmvfc_channelsTyrel Datwyler2023-09-212-4/+4
| | * | | scsi: ibmvfc: Use a bitfield for boolean flagsTyrel Datwyler2023-09-211-10/+10
| | * | | scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return codeTyrel Datwyler2023-09-211-2/+1
| | * | | scsi: ibmvfc: Limit max hw queues by num_online_cpus()Tyrel Datwyler2023-09-211-1/+2
| | * | | scsi: ibmvfc: Implement channel queue depth and event buffer accountingTyrel Datwyler2023-09-212-41/+80
| | * | | scsi: ibmvfc: Remove BUG_ON in the case of an empty event poolTyrel Datwyler2023-09-211-2/+122
| | |/ /
| * | | scsi: fnic: Clean up some inconsistent indentingJiapeng Chong2023-09-271-5/+6
| * | | scsi: hisi_sas: Allocate DFX memory during dump triggerYihang Li2023-09-212-49/+46
| * | | scsi: hisi_sas: Directly call register snapshot instead of using workqueueYihang Li2023-09-213-14/+8
| * | | scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfsYihang Li2023-09-211-6/+7
| * | | Merge patch series "scsi: pm8001: Bug fix and cleanup"Martin K. Petersen2023-09-2118-334/+275
| |\ \ \
| | * | | scsi: pm8001: Remove PM8001_READ_VPDDamien Le Moal2023-09-212-25/+28
| | * | | scsi: pm8001: Remove PM8001_USE_TASKLETDamien Le Moal2023-09-212-22/+21
| | * | | scsi: pm8001: Remove PM8001_USE_MSIXDamien Le Moal2023-09-214-55/+67
| | * | | scsi: pm8001: Remove pm80xx_chip_intx_interrupt_enable/disable()Damien Le Moal2023-09-211-26/+5
| | * | | scsi: pm8001: Simplify pm8001_chip_interrupt_enable/disable()Damien Le Moal2023-09-211-63/+6
| | * | | scsi: pm8001: Introduce pm8001_handle_irq()Damien Le Moal2023-09-211-28/+22