summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic/fnic_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negativeSatish Kharat2017-03-231-6/+10
* scsi: fnic: minor cleanup in fnic_fcpio_itmf_cmpl_handler, removing else caseSatish Kharat2017-03-231-2/+1
* scsi: fnic: Avoid sending reset to firmware when another reset is in progressSatish Kharat2017-01-051-0/+16
* scsi: fnic: Correcting rport check location in fnic_queuecommand_lckSatish Kharat2016-11-161-10/+18
* scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke2016-11-081-1/+1
* fnic: Using rport->dd_data to check rport online instead of rport_lookup.Satish Kharat2016-04-111-9/+11
* fnic: Cleanup the I/O pending with fw and has timed out and is used to issue ...Satish Kharat2016-04-111-10/+28
* fnic: Fix to cleanup aborted IO to avoid device being offlined by mid-layerSatish Kharat2016-04-111-6/+27
* fnic: move printk()s outside of the critical code section.Maurizio Lombardi2016-03-181-7/+6
* fnic: check pci_map_single() return valueMaurizio Lombardi2015-10-271-0/+16
* fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fn...Hiral Shah2015-08-181-1/+3
* fnic: IOMMU Fault occurs when IO and abort IO is out of orderAnil Chintalapati (achintal)2014-12-301-0/+15
* Fnic: Fnic Driver crashed with NULL pointer referenceHiral Shah2014-11-201-3/+18
* Fnic: Improper resue of exchange IdsHiral Shah2014-11-201-0/+11