aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-08scsi: libfc: Rework PRLI handlingHannes Reinecke1-18/+38
2016-11-08scsi: libfc: Implement RTV responderHannes Reinecke1-1/+40
2016-11-08scsi: libfc: use error code for fc_rport_error()Hannes Reinecke1-40/+61
2016-11-08scsi: libfc: do not overwrite DID_TIME_OUT statusHannes Reinecke1-3/+9
2016-11-08scsi: fcoe: make R_A_TOV and E_D_TOV configurableHannes Reinecke2-2/+81
2016-11-08scsi: libfc: sanitize E_D_TOV and R_A_TOV settingHannes Reinecke3-9/+14
2016-11-08scsi: libfc: use configured rport E_D_TOVHannes Reinecke1-1/+1
2016-11-08scsi: libfc: use configured lport R_A_TOVHannes Reinecke1-1/+1
2016-11-08scsi: libfc: spurious I/O error under high loadHannes Reinecke1-8/+15
2016-11-08scsi: libfc: additional debugging messagesHannes Reinecke3-24/+101
2016-11-08scsi: libfc: Revert "[SCSI] libfc: use offload EM instance again instead jumping to next EM"Martin K. Petersen1-5/+10
2016-11-08scsi: lpfc: lpfc version changed to 11.2.0.2James Smart1-1/+1
2016-11-08scsi: lpfc: Fix fw download on SLI-4 FC adaptersJames Smart2-10/+13
2016-11-08scsi: lpfc: Synchronize link speed with boot driverJames Smart6-1/+122
2016-11-08scsi: lpfc: Correct panics with eh_timeout and eh_deadlineJames Smart2-7/+11
2016-11-08scsi: lpfc: Fix lost target in pt-to-pt connectJames Smart1-1/+1
2016-11-08scsi: lpfc: Revise strings with full lpfc parameter nameJames Smart1-11/+12
2016-11-08scsi: lpfc: Code cleanup for lpfc_sriov_nr_virtfn parameterJames Smart1-32/+3
2016-11-08scsi: lpfc: Code cleanup for lpfc_max_scsicmpl_time parameterJames Smart1-4/+2
2016-11-08scsi: lpfc: Code cleanup for lpfc_topology parameterJames Smart1-4/+3
2016-11-08scsi: lpfc: Code cleanup for lpfc_aer_support parameterJames Smart1-40/+3
2016-11-08scsi: lpfc: Code cleanup for lpfc_enable_rrq parameterJames Smart1-6/+2
2016-11-08scsi: lpfc: Code clean up for lpfc_iocb_cnt parameterJames Smart1-7/+1
2016-11-08scsi: lpfc: Make lpfc_prot_xxx params per hba parametersJames Smart4-24/+31
2016-11-08scsi: lpfc: Set driver environment data on adapterJames Smart2-0/+41
2016-11-08scsi: lpfc: Fix sg_reset on SCSI device causing kernel crashJames Smart1-9/+13
2016-11-08scsi: lpfc: Correct embedded io wq element sizeJames Smart1-9/+5
2016-11-08scsi: lpfc: Fix few small typos in lpfc_scsi.cMilan P. Gandhi1-9/+12
2016-11-08scsi: hpsa: Remove unneeded void pointer castJavier Martinez Canillas1-2/+1
2016-11-08scsi: mptscsih: Remove bogus interpretation of request->ioprioChristoph Hellwig1-8/+3
2016-11-08scsi: ncr5380: Suppress unhelpful "interrupt without IRQ bit" messageFinn Thain1-1/+1
2016-11-08scsi: ncr5380: Use correct types for DMA routinesFinn Thain10-114/+176
2016-11-08scsi: ncr5380: Expedite register pollingFinn Thain3-3/+10
2016-11-08scsi: ncr5380: Pass hostdata pointer to register polling routinesFinn Thain3-25/+24
2016-11-08scsi: ncr5380: Use correct types for device register accessorsFinn Thain9-78/+49
2016-11-08scsi: ncr5380: Store IO ports and addresses in host private dataFinn Thain9-97/+118
2016-11-08scsi: ncr5380: Improve hostdata struct member alignment and cache-abilityFinn Thain1-20/+20
2016-11-08scsi: ncr5380: Increase register polling limitFinn Thain1-1/+1
2016-11-08scsi: ncr5380: Simplify register polling limitFinn Thain2-7/+8
2016-11-08scsi: atari_scsi: Make device register accessors re-entrantFinn Thain1-3/+15
2016-11-08scsi: cumana_1: Remove unused cumanascsi_setup() functionFinn Thain1-4/+0
2016-11-08scsi: g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio driversOndrej Zary5-194/+134
2016-11-08scsi: ufshcd: Fix possible unclocked register accessSubhash Jadavani3-16/+19
2016-11-08scsi: fcoe: Harden CVL handling when we have not logged into the fabric.Chad Dupuis1-3/+32
2016-11-08scsi: libfc: don't advance state machine for incoming FLOGIHannes Reinecke1-6/+14
2016-11-08scsi: libfc: Do not login if the port is already startedHannes Reinecke1-0/+6
2016-11-08scsi: libfc: Do not drop down to FLOGI for fc_rport_login()Hannes Reinecke1-1/+5
2016-11-08scsi: libfc: Do not take rdata->rp_mutex when processing a -FC_EX_CLOSED ELS response.Chad Dupuis1-8/+24
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke4-23/+63
2016-11-08scsi: libfc: Revisit kref handlingHannes Reinecke1-30/+101