summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| | * | | scsi: pm8001: Introduce pm8001_kill_tasklet()Damien Le Moal2023-09-211-21/+19
| | * | | scsi: pm8001: Introduce pm8001_init_tasklet()Damien Le Moal2023-09-211-24/+27
| | * | | scsi: pm8001: Introduce pm8001_free_irq()Damien Le Moal2023-09-211-21/+28
| * | | | scsi: imm: Add a module parameter for the transfer modeAlex Henrie2023-09-133-52/+37
| * | | | scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal2023-09-131-1/+1
| * | | | scsi: libsas: Declare sas_set_phy_speed() staticDamien Le Moal2023-09-131-2/+2
| * | | | scsi: libsas: Move local functions declarations to sas_internal.hDamien Le Moal2023-09-131-0/+12
| * | | | scsi: qla2xxx: Use FIELD_GET() to extract PCIe capability fieldsIlpo Järvinen2023-09-131-2/+3
| * | | | scsi: esas2r: Use FIELD_GET() to extract PCIe capability fieldsIlpo Järvinen2023-09-131-10/+6
| | |/ / | |/| |
* | | | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-021-4/+8
|\ \ \ \