aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-29scsi: qedf: Add debug information for unsolicited processingSaurav Kashyap1-0/+5
2019-08-29scsi: qedf: Fix crash during sg_resetArun Easi1-2/+2
2019-08-29scsi: qedf: Print message during bailout conditionsSaurav Kashyap1-9/+49
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner1-4/+1
2019-04-29scsi: qedf: Add port_id for fcport into initiate_cleanup debug messageChad Dupuis1-2/+2
2019-04-29scsi: qedf: Add LBA to underrun debug messagesChad Dupuis1-5/+6
2019-04-29scsi: qedf: Print scsi_cmd backpointer in good completion path if the command is still being usedChad Dupuis1-3/+3
2019-03-27scsi: qedf: Fix lport may be used uninitialized warningSaurav Kashyap1-3/+1
2019-03-27scsi: qedf: Correctly handle refcounting of rdataSaurav Kashyap1-15/+11
2019-03-27scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is clearedShyam Sundar1-16/+37
2019-03-27scsi: qedf: Check for tm_flags instead of cmd_type during cleanupSaurav Kashyap1-1/+2
2019-03-27scsi: qedf: Add a flag to help debugging io_req which could not be cleanedShyam Sundar1-0/+7
2019-03-27scsi: qedf: Don't send ABTS for under run scenarioSaurav Kashyap1-9/+1
2019-03-27scsi: qedf: Don't queue anything if upload is in progressShyam Sundar1-1/+8
2019-03-27scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke1-8/+17
2019-03-27scsi: qedf: Add missing return in qedf_scsi_done()Chad Dupuis1-0/+1
2019-03-27scsi: qedf: Add additional checks for io_req->sc_cmd validityChad Dupuis1-2/+37
2019-03-27scsi: qedf: Correct the memory barriers in qedf_ring_doorbellAndrew Vasquez1-2/+10
2019-03-27scsi: qedf: Use a separate completion for cleanup commandsChad Dupuis1-4/+7
2019-03-27scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap1-29/+149
2019-03-27scsi: qedf: Modify flush routine to handle all I/Os and TMFShyam Sundar1-23/+262
2019-03-27scsi: qedf: Simplify s/g list mappingChad Dupuis1-87/+37
2019-03-27scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload checkChad Dupuis1-0/+1
2019-03-27scsi: qedf: Correct xid range overlap between offloaded requests and libfc requestsChad Dupuis1-3/+3
2019-02-05scsi: stop setting up request->specialChristoph Hellwig1-6/+0
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+81
2018-05-22qedf: Add support for populating ethernet TLVs.Chad Dupuis1-0/+11
2018-05-08scsi: qedf: Update copyright for 2018Chad Dupuis1-1/+1
2018-05-08scsi: qedf: Add more defensive checks for concurrent error conditionsChad Dupuis1-2/+31
2018-05-08scsi: qedf: Add additional checks when restarting an rport due to ABTS timeoutChad Dupuis1-0/+31
2018-05-08scsi: qedf: Add task id to kref_get_unless_zero() debug messages when flushing requestsChad Dupuis1-3/+3
2018-05-08scsi: qedf: Return request as DID_NO_CONNECT if MSI-X is not enabledChad Dupuis1-0/+9
2018-05-08scsi: qedf: Add check for offload before flushing I/Os for targetChad Dupuis1-0/+6
2018-02-13scsi: qedf: remove redundant initialization of 'fcport'Colin Ian King1-1/+1
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar1-9/+10
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar1-8/+8
2017-06-12scsi: qedf: Check if sense buffer has been allocated during completionDupuis, Chad1-4/+7
2017-06-12scsi: qedf: Fixup unnecessary parantheses around test_bit operations.Chad Dupuis1-1/+1
2017-06-12scsi: qedf: Check that fcport is offloaded before dereferencing pointers in initiate_abts|cleanup.Chad Dupuis1-6/+16
2017-06-12scsi: qedf: Update copyright to 2017.Chad Dupuis1-1/+1
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval1-434/+236
2017-03-06scsi: qedf: Fix defective logging format and argument mismatchesJoe Perches1-2/+2
2017-02-23scsi: qedf: fixup compilation warning about atomic_t usageDupuis, Chad1-4/+4
2017-02-22scsi: qedf: Add QLogic FastLinQ offload FCoE driver framework.Dupuis, Chad1-0/+2282