aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic
AgeCommit message (Expand)AuthorFilesLines
2026-02-28scsi: fnic: Make fnic_queuecommand() easier to analyzeBart Van Assche1-6/+3
2026-02-24scsi: fnic: Bump up version numberKaran Tilak Kumar1-1/+1
2026-02-24scsi: fnic: Refactor in_remove flag and call to fnic_fcpio_reset()Karan Tilak Kumar1-5/+2
2026-02-24scsi: fnic: Rename fnic_scsi_fcpio_reset()Karan Tilak Kumar6-58/+55
2026-02-24scsi: fnic: Do not use GFP_ZERO for mempoolsKaran Tilak Kumar1-4/+4
2026-02-24scsi: fnic: Use mempool for receive framesKaran Tilak Kumar4-22/+66
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-14/+14
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche2-2/+4
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2025-11-19scsi: fnic: Switch to use %ptSpAndy Shevchenko1-31/+24
2025-10-20scsi: fnic: Self-assignment of intr_time_type has no effectQiang Liu1-1/+0
2025-08-14scsi: fnic: Remove a useless struct mempool forward declarationChristoph Hellwig1-2/+0
2025-06-19scsi: fnic: Fix missing DMA mapping error in fnic_send_frame()Thomas Fourier1-0/+2
2025-06-19scsi: fnic: Set appropriate logging level for log messageKaran Tilak Kumar1-1/+1
2025-06-19scsi: fnic: Add and improve logs in FDMI and FDMI ABTS pathsKaran Tilak Kumar1-7/+58
2025-06-19scsi: fnic: Turn off FDMI ACTIVE flags on link downKaran Tilak Kumar2-4/+7
2025-06-19scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times outKaran Tilak Kumar3-29/+87
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-8/+10
2025-05-20scsi: fnic: Replace memset() with eth_zero_addr()Chen Ni1-4/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-18/+18
2025-03-17scsi: fnic: Remove unnecessary NUL-terminationsThorsten Blum1-3/+0
2025-03-17scsi: fnic: Remove redundant flush_workqueue() callsChen Ni1-3/+2
2025-03-03scsi: fnic: Remove unnecessary spinlock locking and unlockingKaran Tilak Kumar1-17/+7
2025-03-03scsi: fnic: Replace fnic->lock_flags with local flagsKaran Tilak Kumar1-5/+6
2025-03-03scsi: fnic: Replace use of sizeof with standard usageKaran Tilak Kumar1-2/+1
2025-03-03scsi: fnic: Fix indentation and remove unnecessary parenthesisKaran Tilak Kumar1-13/+13
2025-03-03scsi: fnic: Remove unnecessary debug printKaran Tilak Kumar1-4/+0
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds19-1943/+9312
2025-01-14Merge patch series "Introduce support for Fabric Discovery and Login Services"Martin K. Petersen19-1927/+9306
2025-01-10scsi: fnic: Propagate SCSI error code from fnic_scsi_drv_init()Arun Easi1-1/+1
2025-01-10scsi: fnic: Test for memory allocation failure and return error codeKaran Tilak Kumar1-0/+14
2025-01-10scsi: fnic: Return appropriate error code from failure of scsi drv initKaran Tilak Kumar1-1/+2
2025-01-10scsi: fnic: Return appropriate error code for mem alloc failureKaran Tilak Kumar1-4/+12
2025-01-10scsi: fnic: Remove always-true IS_FNIC_FCP_INITIATOR macroArun Easi3-62/+39
2025-01-10scsi: fnic: Fix use of uninitialized value in debug messageDheeraj Reddy Jonnalagadda1-2/+1
2025-01-10scsi: fnic: Delete incorrect debugfs error handlingDan Carpenter1-24/+1
2025-01-10scsi: fnic: Remove unnecessary else to fix warning in FDLS FIPKaran Tilak Kumar1-9/+8
2025-01-10scsi: fnic: Remove extern definition from .c filesKaran Tilak Kumar3-3/+2
2025-01-10scsi: fnic: Remove unnecessary else and unnecessary break in FDLSKaran Tilak Kumar1-10/+6
2025-01-02scsi: fnic: Increment driver versionKaran Tilak Kumar1-1/+1
2025-01-02scsi: fnic: Add support to handle port channel RSCNKaran Tilak Kumar4-9/+138
2025-01-02scsi: fnic: Code cleanupKaran Tilak Kumar9-622/+610
2025-01-02scsi: fnic: Add stats and related functionalityKaran Tilak Kumar6-19/+196
2025-01-02scsi: fnic: Modify fnic interfaces to use FDLSKaran Tilak Kumar9-247/+398
2025-01-02scsi: fnic: Modify IO path to use FDLSKaran Tilak Kumar5-367/+502
2025-01-02scsi: fnic: Add functionality in fnic to support FDLSKaran Tilak Kumar6-173/+567
2025-01-02scsi: fnic: Add and integrate support for FIPKaran Tilak Kumar7-824/+1289
2025-01-02scsi: fnic: Add and integrate support for FDMIKaran Tilak Kumar3-2/+676
2025-01-02scsi: fnic: Add Cisco hardware model namesKaran Tilak Kumar4-1/+214
2025-01-02scsi: fnic: Add support for unsolicited requests and responsesKaran Tilak Kumar1-0/+683
2025-01-02scsi: fnic: Add support for target based solicited requests and responsesKaran Tilak Kumar3-2/+1367
2025-01-02scsi: fnic: Add support for fabric based solicited requests and responsesKaran Tilak Kumar8-192/+2592
2025-01-02scsi: fnic: Add headers and definitions for FDLSKaran Tilak Kumar2-0/+686
2025-01-02scsi: fnic: Replace shost_printk() with dev_info()/dev_err()Karan Tilak Kumar2-102/+51
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner1-2/+1
2024-12-09scsi: Constify struct pci_device_idChristophe JAILLET1-1/+1
2024-12-04Merge patch series "Replace the "slave_*" function names"Martin K. Petersen1-2/+2
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-2/+2
2024-12-04scsi: fnic: Use vcalloc() instead of vmalloc() and memset(0)Thorsten Blum1-13/+3
2024-10-03scsi: fnic: Move flush_work initialization out of if blockMartin Wilck1-1/+1
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche1-2/+4
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-6/+5
2024-02-12scsi: fnic: Move fnic_fnic_flush_tx() to a work queueLee Duncan4-5/+8
2024-01-29scsi: fnic: Convert snprintf() to sysfs_emit()Li Zhijian1-4/+3
2024-01-23scsi: fnic: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2024-01-11scsi: fnic: unlock on error path in fnic_queuecommand()Dan Carpenter1-0/+1
2023-12-13Merge patch series "Introduce support for multiqueue (MQ) in fnic"Martin K. Petersen10-541/+845
2023-12-13scsi: fnic: Increment driver versionKaran Tilak Kumar1-1/+1
2023-12-13scsi: fnic: Improve logs and add support for multiqueue (MQ)Karan Tilak Kumar2-140/+154
2023-12-13scsi: fnic: Add support for multiqueue (MQ) in fnic driverKaran Tilak Kumar3-254/+328
2023-12-13scsi: fnic: Add support for multiqueue (MQ) in fnic_main.cKaran Tilak Kumar2-34/+77
2023-12-13scsi: fnic: Remove usage of host_lockKaran Tilak Kumar1-24/+31
2023-12-13scsi: fnic: Define stats to track multiqueue (MQ) IOsKaran Tilak Kumar2-0/+13
2023-12-13scsi: fnic: Modify ISRs to support multiqueue (MQ)Karan Tilak Kumar5-72/+142
2023-12-13scsi: fnic: Refactor and redefine fnic.h for multiqueueKaran Tilak Kumar1-8/+22
2023-12-13scsi: fnic: Get copy workqueue count and interrupt mode from configKaran Tilak Kumar1-6/+36
2023-12-13scsi: fnic: Rename wq_copy to hw_copy_wqKaran Tilak Kumar5-15/+15
2023-12-13scsi: fnic: Add and improve log messagesKaran Tilak Kumar4-34/+49
2023-12-13scsi: fnic: Add and use fnic numberKaran Tilak Kumar2-2/+17
2023-12-13scsi: fnic: Modify definitions to sync with VIC firmwareKaran Tilak Kumar1-2/+11
2023-12-05scsi: fnic: Return error if vmalloc() failedArtem Chernyshev1-1/+2
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+6
2023-09-27scsi: fnic: Clean up some inconsistent indentingJiapeng Chong1-5/+6
2023-09-27scsi: fnic: Fix sg_reset success pathKaran Tilak Kumar4-18/+54
2023-08-30scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag()Yang Li1-33/+0
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen2-3/+5
2023-08-25scsi: fnic: Replace sgreset tag with max_tag_idKaran Tilak Kumar2-12/+11
2023-07-31scsi: fnic: Replace return codes in fnic_clean_pending_aborts()Karan Tilak Kumar2-3/+5
2023-07-05scsi: fnic: Use vmalloc_array() and vcalloc()Julia Lawall1-1/+1
2023-05-31scsi: fnic: Use vzalloc()Christophe JAILLET1-6/+2
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen1-1/+1
2023-03-24scsi: fnic: Declare host template constBart Van Assche1-1/+1
2023-03-16scsi: fnic: Switch to use %ptTsAndy Shevchenko1-12/+5
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+34
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds38-510/+42
2022-07-13scsi: fnic: Refactor code in fnic probe to initialize SCSI layerKaran Tilak Kumar1-11/+34
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 Gleixner38-510/+42
2022-05-19scsi: fnic: Replace DMA mask of 64 bits with 47 bitsKaran Tilak Kumar2-4/+4
2022-04-25scsi: fnic: Remove unneeded flush_workqueue()ran jianping1-3/+1
2022-04-25scsi: fnic: Remove redundant NULL checkHaowen Bai1-2/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-154/+163
2022-03-15scsi: fnic: Finish scsi_cmnd before dropping the spinlockDavid Jeffery1-7/+6
2022-02-22scsi: fnic: Stop using the SCSI pointerBart Van Assche3-154/+163
2022-02-22scsi: fnic: Fix a tracing statementBart Van Assche1-1/+1
2021-10-16scsi: fnic: Switch to attribute groupsBart Van Assche3-6/+15
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-63/+52
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-445/+374
2021-05-02scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()Hannes Reinecke1-6/+3
2021-04-05scsi: fnic: Remove unnecessary spin_lock_init() and INIT_LIST_HEAD()Yang Yingliang1-3/+0
2021-03-29scsi: fnic: Remove bogus ratelimit messagesLee Duncan1-6/+8
2021-03-24scsi: fnic: Remove unnecessary castWang Qing1-2/+1
2021-03-18scsi: fnic: Kernel-doc headers must contain the function nameLee Jones1-1/+1
2021-03-18scsi: fnic: Demote non-conformant kernel-doc headersLee Jones1-3/+3
2021-03-18scsi: fnic: Rudimentary spelling fixesBhaskar Chowdhury1-9/+9
2021-01-12scsi: fnic: Fix memleak in vnic_dev_init_devcmd2Dinghao Liu1-3/+5
2020-12-07scsi: fnic: Fix error return code in fnic_probe()Zhang Changzhong1-0/+1
2020-11-23scsi: fnic: Validate io_req before othersKaran Tilak Kumar2-6/+5
2020-11-23scsi: fnic: Set scsi_set_resid() only for underflowKaran Tilak Kumar2-3/+4
2020-11-23scsi: fnic: Change shost_printk() to FNIC_MAIN_DBG()Karan Tilak Kumar2-2/+2
2020-11-23scsi: fnic: Avoid looping in TRANS ETH on unloadKaran Tilak Kumar4-2/+8
2020-11-23scsi: fnic: Change shost_printk() to FNIC_FCS_DBG()Karan Tilak Kumar2-4/+4
2020-10-07scsi: fnic: Simplify the return expression of vnic_wq_copy_alloc()Liu Shixin1-7/+1
2020-10-02scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.cYe Bin1-3/+3
2020-10-02scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke1-2/+1
2020-09-15scsi: fnic: Remove unneeded semicolonJason Yan1-1/+1
2020-09-02scsi: fnic: Remove set but not used 'eth_hdrs_stripped'Jason Yan1-3/+0
2020-09-02scsi: fnic: Remove set but not used 'fr_len'Jason Yan1-2/+0
2020-09-02scsi: fnic: Remove set but not used variable in is_fnic_fip_flogi_reject()Jason Yan1-4/+0
2020-09-02scsi: fnic: Remove set but not used 'old_vlan'Jason Yan1-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-04-17scsi: fnic: make vnic_wq_get_ctrl and vnic_wq_alloc_ring staticJason Yan1-2/+2
2020-04-17scsi: fnic: make fnic_list and fnic_list_lock staticJason Yan1-2/+2
2020-04-17scsi: fnic: make some symbols staticJason Yan1-6/+6
2020-03-17scsi: fnic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-29/+29
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-20scsi: fnic: do not queue commands during fwresetHannes Reinecke1-0/+3
2020-01-15scsi: fnic: fix invalid stack accessArnd Bergmann1-10/+10
2019-11-06scsi: fnic: fix use after freePan Bian1-1/+2
2019-09-30scsi: fnic: make array dev_cmd_err static const, makes object smallerColin Ian King1-1/+1
2019-09-07scsi: fnic: fix msix interrupt allocationGovindarajulu Varadarajan1-2/+2
2019-08-30scsi: fnic: print port speed only at driver init or speed changeJohn Pittman2-5/+11
2019-08-19scsi: fnic: remove redundant assignment of variable rcColin Ian King1-3/+1
2019-01-29scsi: fnic: Remove set but not used variable 'vdev'YueHaibing2-6/+0
2019-01-29scsi: fnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman5-108/+10
2019-01-22scsi: fnic: Update fnic driver version to 1.6.0.47Satish Kharat1-1/+1
2019-01-22scsi: fnic: Enable fnic devcmd2 interfaceSatish Kharat3-1/+29
2019-01-22scsi: fnic: Adding devcmd2 init and posting interfacesSatish Kharat1-4/+219
2019-01-22scsi: fnic: Add devcmd2 initialization helpersSatish Kharat2-0/+74
2019-01-22scsi: fnic: fnic devcmd2 controller definitionsSatish Kharat1-2/+28
2019-01-22scsi: fnic: fnic devcmd2 interface definitionsSatish Kharat2-2/+163
2019-01-22scsi: fnic: Impose upper limit on max. # of CQs processed per intrSatish Kharat3-4/+11
2019-01-22scsi: fnic: RQ enable and then post descriptorsSatish Kharat2-3/+4
2019-01-22scsi: fnic: delaying vnic dev enable till after req intrSatish Kharat1-2/+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 Kharat3-0/+28
2019-01-22scsi: fnic: Add port speed stat to fnic debug statsSatish Kharat3-0/+12
2019-01-22scsi: fnic: use fnic_lock to guard fnic->state_flagsSatish Kharat1-6/+5
2019-01-22scsi: fnic: vnic_rq_clean change BUG_ON to WARN_ONSatish Kharat1-1/+1
2019-01-22scsi: fnic: change fnic queue depth to 256Satish Kharat1-1/+1
2019-01-22scsi: fnic: support to display 20G port speedSatish Kharat3-1/+9
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-07scsi: fnic: Use vzallocSabyasachi Gupta1-2/+1
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 Hellwig4-75/+49
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook2-9/+13
2018-04-18scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort"Colin Ian King1-1/+1
2018-01-22scsi: fnic: use 64-bit timestampsArnd Bergmann3-32/+32
2018-01-17scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_respRasmus Villemoes1-3/+1
2017-12-11scsi: fnic: add a space after %p in printf formatNicolas Iooss1-1/+1
2017-12-04scsi: fnic: Fix coccinelle warningsVasyl Gomonovych1-19/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-25scsi: fnic: do not call host reset from command abortHannes Reinecke1-4/+0
2017-08-07scsi: fnic: fix format string overflow warningArnd Bergmann1-1/+1
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-4/+92
2017-06-27scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ...Satish Kharat1-2/+14
2017-06-27scsi: fnic: correct speed display and add support for 25,40 and 100GSatish Kharat3-2/+45
2017-06-27scsi: fnic: added timestamp reporting in fnic debug statsSatish Kharat3-0/+32
2017-06-27scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat1-0/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-4/+3
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-1/+1
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 s...Satish 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