summaryrefslogtreecommitdiff
path: root/drivers/scsi/fnic/fnic_scsi.c
AgeCommit message (Expand)Author
2024-02-12scsi: fnic: Move fnic_fnic_flush_tx() to a work queueLee Duncan
2024-01-11scsi: fnic: unlock on error path in fnic_queuecommand()Dan Carpenter
2023-12-13scsi: fnic: Improve logs and add support for multiqueue (MQ)Karan Tilak Kumar
2023-12-13scsi: fnic: Add support for multiqueue (MQ) in fnic driverKaran Tilak Kumar
2023-12-13scsi: fnic: Remove usage of host_lockKaran Tilak Kumar
2023-12-13scsi: fnic: Modify ISRs to support multiqueue (MQ)Karan Tilak Kumar
2023-12-13scsi: fnic: Rename wq_copy to hw_copy_wqKaran Tilak Kumar
2023-09-27scsi: fnic: Fix sg_reset success pathKaran Tilak Kumar
2023-08-30scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag()Yang Li
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen
2023-08-25scsi: fnic: Replace sgreset tag with max_tag_idKaran Tilak Kumar
2023-07-31scsi: fnic: Replace return codes in fnic_clean_pending_aborts()Karan Tilak Kumar
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry
2022-07-06scsi: fnic: Drop reserved request handlingJohn Garry
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner
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