summaryrefslogtreecommitdiff
path: root/drivers/scsi/fnic/fnic_scsi.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2024-02-13scsi: fnic: Move fnic_fnic_flush_tx() to a work queueLee Duncan1-2/+2
2024-01-24scsi: fnic: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2024-01-12scsi: fnic: unlock on error path in fnic_queuecommand()Dan Carpenter1-0/+1
2023-12-14scsi: fnic: Improve logs and add support for multiqueue (MQ)Karan Tilak Kumar1-138/+150
2023-12-14scsi: fnic: Add support for multiqueue (MQ) in fnic driverKaran Tilak Kumar1-247/+328
2023-12-14scsi: fnic: Remove usage of host_lockKaran Tilak Kumar1-24/+31
2023-12-14scsi: fnic: Modify ISRs to support multiqueue (MQ)Karan Tilak Kumar1-24/+14
2023-12-14scsi: fnic: Rename wq_copy to hw_copy_wqKaran Tilak Kumar1-6/+6
2023-09-27scsi: fnic: Fix sg_reset success pathKaran Tilak Kumar1-17/+47
2023-08-31scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag()Yang Li1-33/+0
2023-08-31Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen1-2/+4
2023-08-26scsi: fnic: Replace sgreset tag with max_tag_idKaran Tilak Kumar1-11/+9
2023-07-31scsi: fnic: Replace return codes in fnic_clean_pending_aborts()Karan Tilak Kumar1-2/+4
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-13/+1
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-8/+4
2022-07-06scsi: fnic: Drop reserved request handlingJohn Garry1-2/+0
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner1-13/+1
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-147/+142
2022-03-15scsi: fnic: Finish scsi_cmnd before dropping the spinlockDavid Jeffery1-7/+6
2022-02-23scsi: fnic: Stop using the SCSI pointerBart Van Assche1-147/+142
2022-02-23scsi: fnic: Fix a tracing statementBart Van Assche1-1/+1
2021-10-17scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-1/+2
2021-10-17scsi: fnic: Call scsi_done() directlyBart Van Assche1-65/+54
2021-08-16scsi: fnic: Stop setting scsi_cmnd.tagJohn Garry1-1/+1
2021-08-12scsi: fnic: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-26/+25
2021-05-03scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke1-446/+375
2021-05-03scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke1-6/+3
2021-03-19scsi: fnic: Demote non-conformant kernel-doc headersLee Jones1-3/+3
2020-11-24scsi: fnic: Validate io_req before othersKaran Tilak Kumar1-5/+4
2020-11-24scsi: fnic: Set scsi_set_resid() only for underflowKaran Tilak Kumar1-2/+3
2020-11-24scsi: fnic: Avoid looping in TRANS ETH on unloadKaran Tilak Kumar1-1/+2
2020-10-03scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke1-2/+1
2020-07-25scsi: fnic: Use eth_broadcast_addr() to assign broadcast addressMiaohe Lin1-1/+2
2020-05-08scsi: fnic: Use true, false for fnic->internal_reset_inprogressJason Yan1-3/+3
2020-01-21scsi: fnic: do not queue commands during fwresetHannes Reinecke1-0/+3
2019-11-06scsi: fnic: fix use after freePan Bian1-1/+2
2019-01-23scsi: fnic: Warn when calling done for IO not issued to fwSatish Kharat1-2/+8
2019-01-23scsi: fnic: fnic stats for max CQs processed and ISR timeSatish Kharat1-0/+19
2019-01-23scsi: fnic: use fnic_lock to guard fnic->state_flagsSatish Kharat1-6/+5
2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig1-2/+2
2018-10-18scsi: fnic: replace gross legacy tag hack with blk-mq hackJens Axboe1-49/+12
2018-10-18scsi: fnic: switch to generic DMA APIChristoph Hellwig1-22/+16
2017-12-12scsi: fnic: add a space after %p in printf formatNicolas Iooss1-1/+1
2017-08-26scsi: fnic: do not call host reset from command abortHannes Reinecke1-4/+0
2017-06-28scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ...Satish Kharat1-2/+14
2017-06-28scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat1-0/+1
2017-03-23scsi: fnic: Adding debug IO and Abort latency counter to fnic statsSatish Kharat1-0/+43
2017-03-23scsi: fnic: Adding Check Condition counter to misc fnicstatsSatish Kharat1-0/+3
2017-03-23scsi: fnic: Avoid false out-of-order detection for aborted commandSatish Kharat1-22/+18