summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf_io.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner2019-06-051-4/+1
* 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: Fix lport may be used uninitialized warningSaurav Kashyap2019-03-271-3/+1
* scsi: qedf: Correctly handle refcounting of rdataSaurav Kashyap2019-03-271-15/+11
* scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is clearedShyam Sundar2019-03-271-16/+37
* scsi: qedf: Check for tm_flags instead of cmd_type during cleanupSaurav Kashyap2019-03-271-1/+2
* scsi: qedf: Add a flag to help debugging io_req which could not be cleanedShyam Sundar2019-03-271-0/+7
* scsi: qedf: Don't send ABTS for under run scenarioSaurav Kashyap2019-03-271-9/+1
* scsi: qedf: Don't queue anything if upload is in progressShyam Sundar2019-03-271-1/+8
* scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke2019-03-271-8/+17
* scsi: qedf: Add missing return in qedf_scsi_done()Chad Dupuis2019-03-271-0/+1
* scsi: qedf: Add additional checks for io_req->sc_cmd validityChad Dupuis2019-03-271-2/+37
* scsi: qedf: Correct the memory barriers in qedf_ring_doorbellAndrew Vasquez2019-03-271-2/+10
* scsi: qedf: Use a separate completion for cleanup commandsChad Dupuis2019-03-271-4/+7
* scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap2019-03-271-29/+149
* scsi: qedf: Modify flush routine to handle all I/Os and TMFShyam Sundar2019-03-271-23/+262
* scsi: qedf: Simplify s/g list mappingChad Dupuis2019-03-271-87/+37
* scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload checkChad Dupuis2019-03-271-0/+1
* scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...Chad Dupuis2019-03-271-3/+3
* scsi: stop setting up request->specialChristoph Hellwig2019-02-051-6/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-6/+81
|\
| * scsi: qedf: Update copyright for 2018Chad Dupuis2018-05-081-1/+1
| * scsi: qedf: Add more defensive checks for concurrent error conditionsChad Dupuis2018-05-081-2/+31
| * scsi: qedf: Add additional checks when restarting an rport due to ABTS timeoutChad Dupuis2018-05-081-0/+31
| * scsi: qedf: Add task id to kref_get_unless_zero() debug messages when flushin...Chad Dupuis2018-05-081-3/+3
| * scsi: qedf: Return request as DID_NO_CONNECT if MSI-X is not enabledChad Dupuis2018-05-081-0/+9
| * scsi: qedf: Add check for offload before flushing I/Os for targetChad Dupuis2018-05-081-0/+6
* | qedf: Add support for populating ethernet TLVs.Chad Dupuis2018-05-221-0/+11
|/
* scsi: qedf: remove redundant initialization of 'fcport'Colin Ian King2018-02-131-1/+1
* qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-9/+10
* qed*: HSI renaming for different types of HWTomer Tayar2018-01-021-8/+8
* scsi: qedf: Check if sense buffer has been allocated during completionDupuis, Chad2017-06-121-4/+7
* scsi: qedf: Fixup unnecessary parantheses around test_bit operations.Chad Dupuis2017-06-121-1/+1
* scsi: qedf: Check that fcport is offloaded before dereferencing pointers in i...Chad Dupuis2017-06-121-6/+16
* scsi: qedf: Update copyright to 2017.Chad Dupuis2017-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-2/+2
|\
| * scsi: qedf: Fix defective logging format and argument mismatchesJoe Perches2017-03-061-2/+2
* | qed*: Utilize Firmware 8.15.3.0Mintz, Yuval2017-03-131-434/+236
|/
* scsi: qedf: fixup compilation warning about atomic_t usageDupuis, Chad2017-02-231-4/+4
* scsi: qedf: Add QLogic FastLinQ offload FCoE driver framework.Dupuis, Chad2017-02-221-0/+2282