summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-10-13scsi: hp_sw: Fix sshdr useMike Christie1-39/+40
2023-10-13scsi: sd: Fix sshdr use in sd_spinup_diskMike Christie1-11/+13
2023-10-13scsi: sd: Fix sshdr use in read_capacity_16Mike Christie1-4/+3
2023-10-13Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen3-0/+14
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie3-0/+14
2023-10-13Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen15-365/+452
2023-10-13scsi: mpi3mr: Split off bus_reset function from host_resetHannes Reinecke1-20/+37
2023-10-13scsi: pmcraid: Select device in pmcraid_eh_target_reset_handler()Hannes Reinecke1-2/+14
2023-10-13scsi: pmcraid: Select device in pmcraid_eh_bus_reset_handler()Hannes Reinecke1-8/+38
2023-10-13scsi: qla1280: Separate out host reset function from qla1280_error_action()Hannes Reinecke1-20/+22
2023-10-13scsi: sym53c8xx_2: Rework reset handlingHannes Reinecke1-27/+55
2023-10-13scsi: sym53c8xx_2: Split off bus reset from host resetHannes Reinecke1-41/+66
2023-10-13scsi: ips: Do not try to abort command from host resetHannes Reinecke1-18/+0
2023-10-13scsi: megaraid: Pass in NULL scb for host resetHannes Reinecke1-26/+16
2023-10-13scsi: ibmvfc: Open-code reset loop for target resetHannes Reinecke1-19/+23
2023-10-13scsi: aic79xx: Do not reference SCSI command when resetting deviceHannes Reinecke1-6/+15
2023-10-13scsi: aic79xx: Make BUILD_SCSIID() a functionHannes Reinecke1-4/+7
2023-10-13scsi: aic7xxx: Do not reference SCSI command when resetting deviceHannes Reinecke1-51/+57
2023-10-13scsi: aic7xxx: Make BUILD_SCSIID() a functionHannes Reinecke1-6/+13
2023-10-13scsi: bnx2fc: Do not rely on a SCSI command for LUN or target resetHannes Reinecke3-52/+57
2023-10-13scsi: qedf: Use FC rport as argument for qedf_initiate_tmf()Hannes Reinecke3-66/+33
2023-10-13scsi: ibmvfc: Use 'unsigned int' for single-bit bitfields in 'struct ibmvfc_h...Nathan Chancellor1-9/+9
2023-10-13scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao1-0/+6
2023-10-13scsi: cxgbi: Fix 'generated' typoMuhammad Muzammil1-1/+1
2023-10-11scsi: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2-2/+0
2023-10-11scsi: ipr: Do PCI error checks on own lineIlpo Järvinen1-4/+8
2023-10-10scsi: lpfc: Use topology_core_id()Thomas Gleixner1-1/+1
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner1-5/+1
2023-10-10scsi: Do not rescan devices with a suspended queueDamien Le Moal1-5/+6
2023-10-10Merge patch series "ibmvfc: fixes and generic prep work for NVMeoF support"Martin K. Petersen2-137/+360
2023-10-04scsi: qla2xxx: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang1-52/+7
2023-10-04scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsXingui Yang1-128/+9
2023-10-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-18/+54
2023-10-03scsi: Remove scsi device no_start_on_resume flagDamien Le Moal1-6/+3
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds3-20/+100
2023-09-28scsi: sd: Do not issue commands to suspended disks on shutdownDamien Le Moal2-4/+14
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal1-1/+17
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal1-18/+72
2023-09-27scsi: fnic: Clean up some inconsistent indentingJiapeng Chong1-5/+6
2023-09-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-1/+12
2023-09-27scsi: fnic: Fix sg_reset success pathKaran Tilak Kumar4-18/+54
2023-09-22scsi: ibmvfc: Add protocol field to target structureTyrel Datwyler1-5/+6
2023-09-22scsi: ibmvfc: Make discovery buffer per protocol channel groupTyrel Datwyler2-20/+33
2023-09-22scsi: ibmvfc: Add protocol field to ibmvfc_channelsTyrel Datwyler2-4/+27
2023-09-22scsi: ibmvfc: Make channel allocation genericTyrel Datwyler1-52/+75
2023-09-22scsi: ibmvfc: Track max and desired queue size in ibmvfc_channelsTyrel Datwyler2-7/+11
2023-09-22scsi: ibmvfc: Rename ibmvfc_scsi_channels to ibmvfc_channelsTyrel Datwyler2-4/+4
2023-09-22scsi: ibmvfc: Use a bitfield for boolean flagsTyrel Datwyler1-10/+10
2023-09-22scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return codeTyrel Datwyler1-2/+1
2023-09-22scsi: ibmvfc: Limit max hw queues by num_online_cpus()Tyrel Datwyler1-1/+2