summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic/fnic_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-161-2/+2
|\
| * scsi: fnic: Clean up some inconsistent indentingJiapeng Chong2024-01-231-2/+2
* | scsi: fnic: Move fnic_fnic_flush_tx() to a work queueLee Duncan2024-02-121-2/+2
|/
* scsi: fnic: unlock on error path in fnic_queuecommand()Dan Carpenter2024-01-111-0/+1
* scsi: fnic: Improve logs and add support for multiqueue (MQ)Karan Tilak Kumar2023-12-131-138/+150
* scsi: fnic: Add support for multiqueue (MQ) in fnic driverKaran Tilak Kumar2023-12-131-247/+328
* scsi: fnic: Remove usage of host_lockKaran Tilak Kumar2023-12-131-24/+31
* scsi: fnic: Modify ISRs to support multiqueue (MQ)Karan Tilak Kumar2023-12-131-24/+14
* scsi: fnic: Rename wq_copy to hw_copy_wqKaran Tilak Kumar2023-12-131-6/+6
* scsi: fnic: Fix sg_reset success pathKaran Tilak Kumar2023-09-271-17/+47
* scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag()Yang Li2023-08-301-33/+0
* Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen2023-08-301-2/+4
|\
| * scsi: fnic: Replace return codes in fnic_clean_pending_aborts()Karan Tilak Kumar2023-07-311-2/+4
* | scsi: fnic: Replace sgreset tag with max_tag_idKaran Tilak Kumar2023-08-251-11/+9
|/
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-13/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-101-13/+1
* | blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-8/+4
* | scsi: fnic: Drop reserved request handlingJohn Garry2022-07-061-2/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-147/+142
|\
| * scsi: fnic: Stop using the SCSI pointerBart Van Assche2022-02-221-147/+142
| * scsi: fnic: Fix a tracing statementBart Van Assche2022-02-221-1/+1
* | scsi: fnic: Finish scsi_cmnd before dropping the spinlockDavid Jeffery2022-03-151-7/+6
|/
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-1/+2
* scsi: fnic: Call scsi_done() directlyBart Van Assche2021-10-161-65/+54
* scsi: fnic: Stop setting scsi_cmnd.tagJohn Garry2021-08-161-1/+1
* scsi: fnic: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-26/+25
* scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke2021-05-021-446/+375
* scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke2021-05-021-6/+3
* scsi: fnic: Demote non-conformant kernel-doc headersLee Jones2021-03-181-3/+3
* scsi: fnic: Validate io_req before othersKaran Tilak Kumar2020-11-231-5/+4
* scsi: fnic: Set scsi_set_resid() only for underflowKaran Tilak Kumar2020-11-231-2/+3
* scsi: fnic: Avoid looping in TRANS ETH on unloadKaran Tilak Kumar2020-11-231-1/+2
* scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke2020-10-021-2/+1
* scsi: fnic: Use eth_broadcast_addr() to assign broadcast addressMiaohe Lin2020-07-241-1/+2
* scsi: fnic: Use true, false for fnic->internal_reset_inprogressJason Yan2020-05-071-3/+3
* scsi: fnic: do not queue commands during fwresetHannes Reinecke2020-01-201-0/+3
* scsi: fnic: fix use after freePan Bian2019-11-061-1/+2
* scsi: fnic: Warn when calling done for IO not issued to fwSatish Kharat2019-01-221-2/+8
* scsi: fnic: fnic stats for max CQs processed and ISR timeSatish Kharat2019-01-221-0/+19
* scsi: fnic: use fnic_lock to guard fnic->state_flagsSatish Kharat2019-01-221-6/+5
* fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig2018-11-101-2/+2
* scsi: fnic: replace gross legacy tag hack with blk-mq hackJens Axboe2018-10-171-49/+12
* scsi: fnic: switch to generic DMA APIChristoph Hellwig2018-10-171-22/+16
* scsi: fnic: add a space after %p in printf formatNicolas Iooss2017-12-111-1/+1
* scsi: fnic: do not call host reset from command abortHannes Reinecke2017-08-251-4/+0
* scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ...Satish Kharat2017-06-271-2/+14
* scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat2017-06-271-0/+1
* scsi: fnic: Adding debug IO and Abort latency counter to fnic statsSatish Kharat2017-03-231-0/+43
* scsi: fnic: Adding Check Condition counter to misc fnicstatsSatish Kharat2017-03-231-0/+3
* scsi: fnic: Avoid false out-of-order detection for aborted commandSatish Kharat2017-03-231-22/+18