aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-23scsi: fnic: bug fix for fip.fip_subcode in fnic_fcoe_send_vlan_reqSatish Kharat1-1/+1
2017-03-23scsi: fnic: Adding debug IO and Abort latency counter to fnic statsSatish Kharat4-5/+102
2017-03-23scsi: fnic: Adding Check Condition counter to misc fnicstatsSatish Kharat3-0/+6
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-03-23scsi: fnic: Ratelimit printks to avoid flooding when vlan is not set by the switch.iSatish Kharat1-8/+13
2017-03-23scsi: fnic: switch to pci_alloc_irq_vectorsChristoph Hellwig2-29/+13
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2017-01-05scsi: fnic: Avoid sending reset to firmware when another reset is in progressSatish Kharat2-0/+17
2016-11-16scsi: fnic: Correcting rport check location in fnic_queuecommand_lckSatish Kharat1-10/+18
2016-11-08scsi: fnic: use kernel's '%pM' format option to print MACAndy Shevchenko1-8/+2
2016-11-08scsi: libfc: Replace ->lport_reset callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: fnic: Use time64_t to represent trace timestampsDeepa Dinamani2-3/+3
2016-07-20fnic: pci_dma_mapping_error() doesn't return an error codeDan Carpenter1-4/+4
2016-07-13fcoe: use enum for fip_modeHannes Reinecke1-1/+1
2016-07-13fc_fip: Update to latest FC-BB-6 draftHannes Reinecke2-10/+2
2016-04-11fnic: Using rport->dd_data to check rport online instead of rport_lookup.Satish Kharat2-10/+12
2016-04-11fnic: Cleanup the I/O pending with fw and has timed out and is used to issue LUN resetSatish Kharat2-11/+29
2016-04-11fnic: Fix to cleanup aborted IO to avoid device being offlined by mid-layerSatish Kharat2-7/+28
2016-03-18fnic: move printk()s outside of the critical code section.Maurizio Lombardi1-7/+6
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-8/+0
2015-10-27fnic: check pci_map_single() return valueMaurizio Lombardi2-8/+54
2015-08-18fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fnic_queuecommand() to avoid deadloackHiral Shah2-2/+4
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2-0/+2
2014-12-30fnic: IOMMU Fault occurs when IO and abort IO is out of orderAnil Chintalapati (achintal)2-1/+16
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-2/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-11-20Fnic: Fnic Driver crashed with NULL pointer referenceHiral Shah2-4/+19
2014-11-20Fnic: For Standalone C series, "sending VLAN request" message seen even if the link is downHiral Shah2-1/+6
2014-11-20Fnic: Improper resue of exchange IdsHiral Shah2-1/+12
2014-11-20Fnic: Memcopy only mimumum of data or trace bufferHiral Shah2-3/+3
2014-11-20Fnic: Not probing all the vNICS via fnic_probe on bootHiral Shah2-3/+12
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig1-2/+0
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-1/+2
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-9/+2
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-1/+1
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-6/+6
2014-09-16fnic: assign FIP_ALL_FCF_MACS to fcoe_all_fcfsHiral Shah3-6/+6
2014-09-01treewide: fix errors in printkMasanari Iida2-2/+2
2014-07-29fnic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-2/+2
2014-07-25fnic: reject device resets without assigned tags for the blk-mq caseChristoph Hellwig1-0/+16
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-2/+2
2014-05-19fnic: fnic Control Path Trace UtilityHiral Shah6-43/+637
2014-05-19fnic: Failing to queue aborts due to Q full cause terminate driver timeoutHiral Shah1-6/+7
2014-05-19fnic: NoFIP solicitation frame in NONFIP mode and changed IO Throttle countHiral Shah3-7/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0