aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/fnic/fnic_scsi.c
AgeCommit message (Expand)Author
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-15scsi: fnic: Finish scsi_cmnd before dropping the spinlockDavid Jeffery
2022-02-22scsi: fnic: Stop using the SCSI pointerBart Van Assche
2022-02-22scsi: fnic: Fix a tracing statementBart Van Assche
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-16scsi: fnic: Call scsi_done() directlyBart Van Assche
2021-08-16scsi: fnic: Stop setting scsi_cmnd.tagJohn Garry
2021-08-11scsi: fnic: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-05-02scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke
2021-05-02scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke
2021-03-18scsi: fnic: Demote non-conformant kernel-doc headersLee Jones
2020-11-23scsi: fnic: Validate io_req before othersKaran Tilak Kumar
2020-11-23scsi: fnic: Set scsi_set_resid() only for underflowKaran Tilak Kumar
2020-11-23scsi: fnic: Avoid looping in TRANS ETH on unloadKaran Tilak Kumar
2020-10-02scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke
2020-07-24scsi: fnic: Use eth_broadcast_addr() to assign broadcast addressMiaohe Lin
2020-05-07scsi: fnic: Use true, false for fnic->internal_reset_inprogressJason Yan
2020-01-20scsi: fnic: do not queue commands during fwresetHannes Reinecke
2019-11-06scsi: fnic: fix use after freePan Bian
2019-01-22scsi: fnic: Warn when calling done for IO not issued to fwSatish Kharat
2019-01-22scsi: fnic: fnic stats for max CQs processed and ISR timeSatish Kharat
2019-01-22scsi: fnic: use fnic_lock to guard fnic->state_flagsSatish Kharat
2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig
2018-10-17scsi: fnic: replace gross legacy tag hack with blk-mq hackJens Axboe
2018-10-17scsi: fnic: switch to generic DMA APIChristoph Hellwig
2017-12-11scsi: fnic: add a space after %p in printf formatNicolas Iooss
2017-08-25scsi: fnic: do not call host reset from command abortHannes Reinecke
2017-06-27scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ...Satish Kharat
2017-06-27scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat
2017-03-23scsi: fnic: Adding debug IO and Abort latency counter to fnic statsSatish Kharat
2017-03-23scsi: fnic: Adding Check Condition counter to misc fnicstatsSatish Kharat
2017-03-23scsi: fnic: Avoid false out-of-order detection for aborted commandSatish Kharat
2017-03-23scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negativeSatish Kharat
2017-03-23scsi: fnic: minor cleanup in fnic_fcpio_itmf_cmpl_handler, removing else caseSatish Kharat
2017-01-05scsi: fnic: Avoid sending reset to firmware when another reset is in progressSatish Kharat
2016-11-16scsi: fnic: Correcting rport check location in fnic_queuecommand_lckSatish Kharat
2016-11-08scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke
2016-04-11fnic: Using rport->dd_data to check rport online instead of rport_lookup.Satish Kharat
2016-04-11fnic: Cleanup the I/O pending with fw and has timed out and is used to issue ...Satish Kharat
2016-04-11fnic: Fix to cleanup aborted IO to avoid device being offlined by mid-layerSatish Kharat
2016-03-18fnic: move printk()s outside of the critical code section.Maurizio Lombardi
2015-10-27fnic: check pci_map_single() return valueMaurizio Lombardi
2015-08-18fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fn...Hiral Shah
2014-12-30fnic: IOMMU Fault occurs when IO and abort IO is out of orderAnil Chintalapati (achintal)
2014-11-20Fnic: Fnic Driver crashed with NULL pointer referenceHiral Shah
2014-11-20Fnic: Improper resue of exchange IdsHiral Shah
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig
2014-07-25fnic: reject device resets without assigned tags for the blk-mq caseChristoph Hellwig
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2014-05-19fnic: Failing to queue aborts due to Q full cause terminate driver timeoutHiral Shah