summaryrefslogtreecommitdiff
path: root/drivers/scsi/qedf/qedf_io.c
AgeCommit message (Expand)Author
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-10-16scsi: qedf: Call scsi_done() directlyBart Van Assche
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin
2021-08-11scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-06-29scsi: qedf: Add check to synchronize abort and flushJaved Hasan
2021-05-14scsi: qedf: Drop unnecessary NULL checks after container_of()Guenter Roeck
2020-10-02scsi: qedf: Remove redundant assignment to variable 'rc'Jing Xiangfeng
2020-08-20scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap
2020-08-20scsi: qedf: Initiate cleanup for ELS commands as wellSaurav Kashyap
2020-08-20scsi: qedf: Send cleanup even for RRQ on timeoutSaurav Kashyap
2020-07-15scsi: qedf: Remove a whole host of unused variablesLee Jones
2020-04-17scsi: qedf: Honor status qualifier in FCP_RSP per specJaved Hasan
2020-04-17scsi: qedf: Acquire rport_lock for resetting the delay_timestampJaved Hasan
2019-08-29scsi: qedf: Add debug information for unsolicited processingSaurav Kashyap
2019-08-29scsi: qedf: Fix crash during sg_resetArun Easi
2019-08-29scsi: qedf: Print message during bailout conditionsSaurav Kashyap
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner
2019-04-29scsi: qedf: Add port_id for fcport into initiate_cleanup debug messageChad Dupuis
2019-04-29scsi: qedf: Add LBA to underrun debug messagesChad Dupuis
2019-04-29scsi: qedf: Print scsi_cmd backpointer in good completion path if the command...Chad Dupuis
2019-03-27scsi: qedf: Fix lport may be used uninitialized warningSaurav Kashyap
2019-03-27scsi: qedf: Correctly handle refcounting of rdataSaurav Kashyap
2019-03-27scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is clearedShyam Sundar
2019-03-27scsi: qedf: Check for tm_flags instead of cmd_type during cleanupSaurav Kashyap
2019-03-27scsi: qedf: Add a flag to help debugging io_req which could not be cleanedShyam Sundar
2019-03-27scsi: qedf: Don't send ABTS for under run scenarioSaurav Kashyap
2019-03-27scsi: qedf: Don't queue anything if upload is in progressShyam Sundar
2019-03-27scsi: qedf: fc_rport_priv reference counting fixesHannes Reinecke
2019-03-27scsi: qedf: Add missing return in qedf_scsi_done()Chad Dupuis
2019-03-27scsi: qedf: Add additional checks for io_req->sc_cmd validityChad Dupuis
2019-03-27scsi: qedf: Correct the memory barriers in qedf_ring_doorbellAndrew Vasquez
2019-03-27scsi: qedf: Use a separate completion for cleanup commandsChad Dupuis
2019-03-27scsi: qedf: Modify abort and tmf handler to handle edge condition and flushSaurav Kashyap
2019-03-27scsi: qedf: Modify flush routine to handle all I/Os and TMFShyam Sundar
2019-03-27scsi: qedf: Simplify s/g list mappingChad Dupuis
2019-03-27scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload checkChad Dupuis
2019-03-27scsi: qedf: Correct xid range overlap between offloaded requests and libfc re...Chad Dupuis
2019-02-05scsi: stop setting up request->specialChristoph Hellwig
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-05-22qedf: Add support for populating ethernet TLVs.Chad Dupuis
2018-05-08scsi: qedf: Update copyright for 2018Chad Dupuis
2018-05-08scsi: qedf: Add more defensive checks for concurrent error conditionsChad Dupuis
2018-05-08scsi: qedf: Add additional checks when restarting an rport due to ABTS timeoutChad Dupuis
2018-05-08scsi: qedf: Add task id to kref_get_unless_zero() debug messages when flushin...Chad Dupuis
2018-05-08scsi: qedf: Return request as DID_NO_CONNECT if MSI-X is not enabledChad Dupuis
2018-05-08scsi: qedf: Add check for offload before flushing I/Os for targetChad Dupuis
2018-02-13scsi: qedf: remove redundant initialization of 'fcport'Colin Ian King
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar
2018-01-02qed*: HSI renaming for different types of HWTomer Tayar
2017-06-12scsi: qedf: Check if sense buffer has been allocated during completionDupuis, Chad