summaryrefslogtreecommitdiff
path: root/drivers/scsi/qedf/qedf_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-05scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan1-2/+8
2022-05-24scsi: qedf: Fix typo in commentJulia Lawall1-1/+1
2022-05-20scsi: qedf: Remove redundant variable opColin Ian King1-2/+1
2022-02-23scsi: qedf: Stop using the SCSI pointerBart Van Assche1-13/+12
2022-01-25scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap1-0/+1
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+6
2021-10-17scsi: qedf: Call scsi_done() directlyBart Van Assche1-13/+6
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin1-6/+6
2021-08-12scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-7/+1
2021-06-29scsi: qedf: Add check to synchronize abort and flushJaved Hasan1-1/+21
2021-05-15scsi: qedf: Drop unnecessary NULL checks after container_of()Guenter Roeck1-5/+0
2020-10-03scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng1-1/+0
2020-08-21scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap1-0/+2
2020-08-21scsi: qedf: Initiate cleanup for ELS commands as wellSaurav Kashyap1-0/+7
2020-08-21scsi: qedf: Send cleanup even for RRQ on timeoutSaurav Kashyap1-1/+1
2020-07-15scsi: qedf: Remove a whole host of unused variablesLee Jones1-26/+4
2020-04-18scsi: qedf: Honor status qualifier in FCP_RSP per specJaved Hasan1-10/+34
2020-04-18scsi: qedf: Acquire rport_lock for resetting the delay_timestampJaved Hasan1-0/+4
2019-08-30scsi: qedf: Add debug information for unsolicited processingSaurav Kashyap1-0/+5
2019-08-30scsi: qedf: Fix crash during sg_resetArun Easi1-2/+2
2019-08-30scsi: 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...Chad Dupuis1-3/+3
2019-03-28scsi: qedf: Fix lport may be used uninitialized warningSaurav Kashyap1-3/+1
2019-03-28scsi: qedf: Correctly handle refcounting of rdataSaurav Kashyap1-15/+11
2019-03-28scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is clearedShyam Sundar1-16/+37
2019-03-28scsi: qedf: Check for tm_flags instead of cmd_type during cleanupSaurav Kashyap1-1/+2
2019-03-28scsi: qedf: Add a flag to help debugging io_req which could not be cleanedShyam Sundar1-0/+7
2019-03-28scsi: qedf: Don't send ABTS for under run scenarioSaurav Kashyap1-9/+1
2019-03-28scsi: qedf: Don't queue anything if upload is in progressShyam Sundar1-1/+8
2019-03-28scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke1-8/+17
2019-03-28scsi: qedf: Add missing return in qedf_scsi_done()Chad Dupuis1-0/+1
2019-03-28scsi: qedf: Add additional checks for io_req->sc_cmd validityChad Dupuis1-2/+37
2019-03-28scsi: qedf: Correct the memory barriers in qedf_ring_doorbellAndrew Vasquez1-2/+10
2019-03-28scsi: qedf: Use a separate completion for cleanup commandsChad Dupuis1-4/+7
2019-03-28scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap1-29/+149
2019-03-28scsi: qedf: Modify flush routine to handle all I/Os and TMFShyam Sundar1-23/+262
2019-03-28scsi: qedf: Simplify s/g list mappingChad Dupuis1-87/+37
2019-03-28scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload checkChad Dupuis1-0/+1
2019-03-28scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...Chad Dupuis1-3/+3
2019-02-06scsi: 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-23qedf: 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 flushin...Chad Dupuis1-3/+3
2018-05-08scsi: qedf: Return request as DID_NO_CONNECT if MSI-X is not enabledChad Dupuis1-0/+9