summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf
Commit message (Expand)AuthorAgeFilesLines
* scsi: qedf: remove set but not used variablesYueHaibing2019-04-291-9/+1Star
* scsi: qedf: Update the driver version to 8.37.25.20Saurav Kashyap2019-04-291-2/+2
* scsi: qedf: Add return value to log message if scsi_add_host failsSaurav Kashyap2019-04-291-2/+3
* scsi: qedf: Print fcport information on wait for upload timeoutSaurav Kashyap2019-04-291-3/+5
* scsi: qedf: Check the return value of start_xmitSaurav Kashyap2019-04-292-3/+21
* scsi: qedf: Log message if scsi_add_host failsSaurav Kashyap2019-04-291-1/+4
* scsi: qedf: Check for fcoe_libfc_config failureSaurav Kashyap2019-04-291-1/+5
* scsi: qedf: Add comment to display logging levelsSaurav Kashyap2019-04-291-0/+6
* scsi: qedf: Add port_id for fcport into initiate_cleanup debug messageChad Dupuis2019-04-291-2/+2
* scsi: qedf: Add LBA to underrun debug messagesChad Dupuis2019-04-291-5/+6
* scsi: qedf: Print scsi_cmd backpointer in good completion path if the command...Chad Dupuis2019-04-291-3/+3
* scsi: qedf: Add driver state to 'driver_stats' debugfs nodeChad Dupuis2019-04-291-3/+52
* scsi: qedf: Change MSI-X load error messageChad Dupuis2019-04-291-1/+2
* scsi: qedf: remove memset/memcpy to nfunc and use func insteadColin Ian King2019-04-191-24/+8Star
* scsi: qedf: Remove set but not used variable 'fr_len'YueHaibing2019-04-041-2/+0Star
* scsi: qedf: Update the driver version to 8.37.25.19Saurav Kashyap2019-03-281-4/+4
* scsi: qedf: Fix lport may be used uninitialized warningSaurav Kashyap2019-03-281-3/+1Star
* scsi: qedf: Correctly handle refcounting of rdataSaurav Kashyap2019-03-281-15/+11Star
* scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is clearedShyam Sundar2019-03-282-16/+54
* scsi: qedf: Check for tm_flags instead of cmd_type during cleanupSaurav Kashyap2019-03-281-1/+2
* scsi: qedf: Add a flag to help debugging io_req which could not be cleanedShyam Sundar2019-03-281-0/+7
* scsi: qedf: Don't send ABTS for under run scenarioSaurav Kashyap2019-03-281-9/+1Star
* scsi: qedf: Don't queue anything if upload is in progressShyam Sundar2019-03-281-1/+8
* scsi: qedf: Check both the FCF and fabric ID before servicing clear virtual linkChad Dupuis2019-03-281-18/+48
* scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke2019-03-283-9/+30
* scsi: qedf: Add missing return in qedf_scsi_done()Chad Dupuis2019-03-281-0/+1
* scsi: qedf: Wait for upload and link down processing during soft ctx resetChad Dupuis2019-03-283-11/+57
* scsi: qedf: Add additional checks for io_req->sc_cmd validityChad Dupuis2019-03-281-2/+37
* scsi: qedf: fixup bit operationsHannes Reinecke2019-03-282-1/+8
* scsi: qedf: fixup locking in qedf_restart_rport()Hannes Reinecke2019-03-281-1/+7
* scsi: qedf: missing kref_put in qedf_xmit()Hannes Reinecke2019-03-281-1/+3
* scsi: qedf: Check for link state before processing LL2 packets and send fipvl...Saurav Kashyap2019-03-282-6/+28
* scsi: qedf: Add missing fc_disc_init call after allocating lportChad Dupuis2019-03-281-0/+2
* scsi: qedf: Correct the memory barriers in qedf_ring_doorbellAndrew Vasquez2019-03-281-2/+10
* scsi: qedf: Use a separate completion for cleanup commandsChad Dupuis2019-03-282-4/+8
* scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap2019-03-284-67/+276
* scsi: qedf: Modify flush routine to handle all I/Os and TMFShyam Sundar2019-03-284-26/+277
* scsi: qedf: Simplify s/g list mappingChad Dupuis2019-03-283-94/+40Star
* scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload checkChad Dupuis2019-03-281-0/+1
* scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...Chad Dupuis2019-03-283-17/+7Star
* scsi: qedf: Do not retry ELS request if qedf_alloc_cmd failsChad Dupuis2019-03-281-12/+4Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-103-23/+3Star
|\
| * scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-02-201-1/+1
| * scsi: stop setting up request->specialChristoph Hellwig2019-02-061-6/+0Star
| * scsi: qedf: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-16/+2Star
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-12/+17
|/
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* scsi: qedf: NULL check before some freeing functions is not neededThomas Meyer2018-12-081-2/+1Star
* scsi: qedf: fully convert to the generic DMA APIChristoph Hellwig2018-10-181-4/+4
* scsi: qedf: Send the driver state to MFWSaurav Kashyap2018-07-111-0/+12