summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf_io.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan2023-09-051-2/+8
* scsi: qedf: Fix typo in commentJulia Lawall2022-05-231-1/+1
* scsi: qedf: Remove redundant variable opColin Ian King2022-05-191-2/+1
* scsi: qedf: Stop using the SCSI pointerBart Van Assche2022-02-221-13/+12
* scsi: qedf: Fix refcount issue when LOGO is received during TMFSaurav Kashyap2022-01-241-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-13/+6
|\
| * scsi: qedf: Call scsi_done() directlyBart Van Assche2021-10-161-13/+6
* | qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-041-6/+6
|/
* scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-7/+1
* scsi: qedf: Add check to synchronize abort and flushJaved Hasan2021-06-291-1/+21
* scsi: qedf: Drop unnecessary NULL checks after container_of()Guenter Roeck2021-05-141-5/+0
* scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng2020-10-021-1/+0
* scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap2020-08-201-0/+2
* scsi: qedf: Initiate cleanup for ELS commands as wellSaurav Kashyap2020-08-201-0/+7
* scsi: qedf: Send cleanup even for RRQ on timeoutSaurav Kashyap2020-08-201-1/+1
* scsi: qedf: Remove a whole host of unused variablesLee Jones2020-07-151-26/+4
* scsi: qedf: Honor status qualifier in FCP_RSP per specJaved Hasan2020-04-171-10/+34
* scsi: qedf: Acquire rport_lock for resetting the delay_timestampJaved Hasan2020-04-171-0/+4
* scsi: qedf: Add debug information for unsolicited processingSaurav Kashyap2019-08-291-0/+5
* scsi: qedf: Fix crash during sg_resetArun Easi2019-08-291-2/+2
* scsi: qedf: Print message during bailout conditionsSaurav Kashyap2019-08-291-9/+49
* 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