summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic/fnic_scsi.c
AgeCommit message (Expand)AuthorFilesLines
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-24Merge 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-22scsi: fnic: Stop using the SCSI pointerBart Van Assche1-147/+142
2022-02-22scsi: fnic: Fix a tracing statementBart Van Assche1-1/+1
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-1/+2
2021-10-16scsi: fnic: Call scsi_done() directlyBart Van Assche1-65/+54
2021-08-16scsi: fnic: Stop setting scsi_cmnd.tagJohn Garry1-1/+1
2021-08-11scsi: fnic: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-26/+25
2021-05-02scsi: fnic: Use scsi_host_busy_iter() to traverse commandsHannes Reinecke1-446/+375
2021-05-02scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke1-6/+3
2021-03-18scsi: fnic: Demote non-conformant kernel-doc headersLee Jones1-3/+3
2020-11-23scsi: fnic: Validate io_req before othersKaran Tilak Kumar1-5/+4
2020-11-23scsi: fnic: Set scsi_set_resid() only for underflowKaran Tilak Kumar1-2/+3
2020-11-23scsi: fnic: Avoid looping in TRANS ETH on unloadKaran Tilak Kumar1-1/+2
2020-10-02scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke1-2/+1
2020-07-24scsi: fnic: Use eth_broadcast_addr() to assign broadcast addressMiaohe Lin1-1/+2
2020-05-07scsi: fnic: Use true, false for fnic->internal_reset_inprogressJason Yan1-3/+3
2020-01-20scsi: fnic: do not queue commands during fwresetHannes Reinecke1-0/+3
2019-11-06scsi: fnic: fix use after freePan Bian1-1/+2
2019-01-22scsi: fnic: Warn when calling done for IO not issued to fwSatish Kharat1-2/+8
2019-01-22scsi: fnic: fnic stats for max CQs processed and ISR timeSatish Kharat1-0/+19
2019-01-22scsi: 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-17scsi: fnic: replace gross legacy tag hack with blk-mq hackJens Axboe1-49/+12
2018-10-17scsi: fnic: switch to generic DMA APIChristoph Hellwig1-22/+16
2017-12-11scsi: fnic: add a space after %p in printf formatNicolas Iooss1-1/+1
2017-08-25scsi: fnic: do not call host reset from command abortHannes Reinecke1-4/+0
2017-06-27scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ...Satish Kharat1-2/+14
2017-06-27scsi: 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
2017-03-23scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negativeSatish Kharat1-6/+10
2017-03-23scsi: fnic: minor cleanup in fnic_fcpio_itmf_cmpl_handler, removing else caseSatish Kharat1-2/+1
2017-01-05scsi: fnic: Avoid sending reset to firmware when another reset is in progressSatish Kharat1-0/+16
2016-11-16scsi: fnic: Correcting rport check location in fnic_queuecommand_lckSatish Kharat1-10/+18
2016-11-08scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke1-1/+1
2016-04-11fnic: Using rport->dd_data to check rport online instead of rport_lookup.Satish Kharat1-9/+11
2016-04-11fnic: Cleanup the I/O pending with fw and has timed out and is used to issue ...Satish Kharat1-10/+28
2016-04-11fnic: Fix to cleanup aborted IO to avoid device being offlined by mid-layerSatish Kharat1-6/+27
2016-03-18fnic: move printk()s outside of the critical code section.Maurizio Lombardi1-7/+6
2015-10-27fnic: check pci_map_single() return valueMaurizio Lombardi1-0/+16
2015-08-18fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fn...Hiral Shah1-1/+3
2014-12-30fnic: IOMMU Fault occurs when IO and abort IO is out of orderAnil Chintalapati (achintal)1-0/+15
2014-11-20Fnic: Fnic Driver crashed with NULL pointer referenceHiral Shah1-3/+18
2014-11-20Fnic: Improper resue of exchange IdsHiral Shah1-0/+11