Age | Commit message (Expand) | Author | Files | Lines |
2020-01-20 | scsi: fnic: do not queue commands during fwreset | Hannes Reinecke | 1 | -0/+3 |
2019-11-06 | scsi: fnic: fix use after free | Pan Bian | 1 | -1/+2 |
2019-01-22 | scsi: fnic: Warn when calling done for IO not issued to fw | Satish Kharat | 1 | -2/+8 |
2019-01-22 | scsi: fnic: fnic stats for max CQs processed and ISR time | Satish Kharat | 1 | -0/+19 |
2019-01-22 | scsi: fnic: use fnic_lock to guard fnic->state_flags | Satish Kharat | 1 | -6/+5 |
2018-11-10 | fnic: fix fnic_scsi_host_{start,end}_tag | Christoph Hellwig | 1 | -2/+2 |
2018-10-17 | scsi: fnic: replace gross legacy tag hack with blk-mq hack | Jens Axboe | 1 | -49/+12 |
2018-10-17 | scsi: fnic: switch to generic DMA API | Christoph Hellwig | 1 | -22/+16 |
2017-12-11 | scsi: fnic: add a space after %p in printf format | Nicolas Iooss | 1 | -1/+1 |
2017-08-25 | scsi: fnic: do not call host reset from command abort | Hannes Reinecke | 1 | -4/+0 |
2017-06-27 | scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ... | Satish Kharat | 1 | -2/+14 |
2017-06-27 | scsi: fnic: Zero io_cmpl_skip on fw reset completion | Satish Kharat | 1 | -0/+1 |
2017-03-23 | scsi: fnic: Adding debug IO and Abort latency counter to fnic stats | Satish Kharat | 1 | -0/+43 |
2017-03-23 | scsi: fnic: Adding Check Condition counter to misc fnicstats | Satish Kharat | 1 | -0/+3 |
2017-03-23 | scsi: fnic: Avoid false out-of-order detection for aborted command | Satish Kharat | 1 | -22/+18 |
2017-03-23 | scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negative | Satish Kharat | 1 | -6/+10 |
2017-03-23 | scsi: fnic: minor cleanup in fnic_fcpio_itmf_cmpl_handler, removing else case | Satish Kharat | 1 | -2/+1 |
2017-01-05 | scsi: fnic: Avoid sending reset to firmware when another reset is in progress | Satish Kharat | 1 | -0/+16 |
2016-11-16 | scsi: fnic: Correcting rport check location in fnic_queuecommand_lck | Satish Kharat | 1 | -10/+18 |
2016-11-08 | scsi: libfc: Replace ->lport_reset callback with function call | Hannes Reinecke | 1 | -1/+1 |
2016-04-11 | fnic: Using rport->dd_data to check rport online instead of rport_lookup. | Satish Kharat | 1 | -9/+11 |
2016-04-11 | fnic: Cleanup the I/O pending with fw and has timed out and is used to issue ... | Satish Kharat | 1 | -10/+28 |
2016-04-11 | fnic: Fix to cleanup aborted IO to avoid device being offlined by mid-layer | Satish Kharat | 1 | -6/+27 |
2016-03-18 | fnic: move printk()s outside of the critical code section. | Maurizio Lombardi | 1 | -7/+6 |
2015-10-27 | fnic: check pci_map_single() return value | Maurizio Lombardi | 1 | -0/+16 |
2015-08-18 | fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fn... | Hiral Shah | 1 | -1/+3 |
2014-12-30 | fnic: IOMMU Fault occurs when IO and abort IO is out of order | Anil Chintalapati (achintal) | 1 | -0/+15 |
2014-11-20 | Fnic: Fnic Driver crashed with NULL pointer reference | Hiral Shah | 1 | -3/+18 |
2014-11-20 | Fnic: Improper resue of exchange Ids | Hiral Shah | 1 | -0/+11 |
2014-11-12 | scsi: remove abuses of scsi_populate_tag | Christoph Hellwig | 1 | -9/+2 |
2014-07-25 | fnic: reject device resets without assigned tags for the blk-mq case | Christoph Hellwig | 1 | -0/+16 |
2014-07-17 | scsi: use 64-bit LUNs | Hannes Reinecke | 1 | -2/+2 |
2014-05-19 | fnic: Failing to queue aborts due to Q full cause terminate driver timeout | Hiral Shah | 1 | -6/+7 |
2013-10-25 | [SCSI] fnic: Fnic Statistics Collection | Hiral Patel | 1 | -12/+232 |
2013-10-25 | [SCSI] fnic: host reset returns nonzero value(errno) on success | Narsimhulu Musini | 1 | -5/+4 |
2013-09-11 | [SCSI] fnic: fnic Driver Tuneables Exposed through CLI | Hiral Patel | 1 | -8/+8 |
2013-09-11 | [SCSI] fnic: Kernel panic while running sh/nosh with max lun cfg | Sesidhar Beddel | 1 | -3/+20 |
2013-09-11 | [SCSI] fnic: Hitting BUG_ON(io_req->abts_done) in fnic_rport_exch_reset | Sesidhar Beddel | 1 | -28/+42 |
2013-09-11 | [SCSI] fnic: Remove QUEUE_FULL handling code | Suma Ramars | 1 | -32/+0 |
2013-06-26 | [SCSI] fnic: potential dead lock in fnic_is_abts_pending() | Dan Carpenter | 1 | -4/+2 |
2013-02-22 | [SCSI] fnic: Fnic Trace Utility | Hiral Patel | 1 | -11/+109 |
2013-02-22 | [SCSI] fnic: New debug flags and debug log messages | Hiral Patel | 1 | -12/+106 |
2013-02-22 | [SCSI] fnic: fnic driver may hit BUG_ON on device reset | Hiral Patel | 1 | -7/+114 |
2013-02-22 | [SCSI] fnic: fixing issues in device and firmware reset code | Hiral Patel | 1 | -32/+352 |
2011-06-29 | [SCSI] fnic: fix incorrect use of SLAB_CACHE_DMA flag | Abhijeet Joglekar | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
2010-11-16 | SCSI host lock push-down | Jeff Garzik | 1 | -1/+3 |
2010-07-27 | [SCSI] fnic: fnic_scsi.c: clean up | Roel Kluin | 1 | -14/+8 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-12-04 | [SCSI] fnic: Add FIP support to the fnic driver | Joe Eykholt | 1 | -39/+34 |