summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-041-11/+34
|\
| * scsi: fnic: Refactor code in fnic probe to initialize SCSI layerKaran Tilak Kumar2022-07-131-11/+34
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-0438-510/+42
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-1038-510/+42
| |/
* | 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
|/
* scsi: fnic: Replace DMA mask of 64 bits with 47 bitsKaran Tilak Kumar2022-05-192-4/+4
* scsi: fnic: Remove unneeded flush_workqueue()ran jianping2022-04-251-3/+1
* scsi: fnic: Remove redundant NULL checkHaowen Bai2022-04-251-2/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-243-154/+163
|\
| * scsi: fnic: Stop using the SCSI pointerBart Van Assche2022-02-223-154/+163
| * 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: fnic: Switch to attribute groupsBart Van Assche2021-10-163-6/+15
* 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: Remove unnecessary spin_lock_init() and INIT_LIST_HEAD()Yang Yingliang2021-04-051-3/+0
* scsi: fnic: Remove bogus ratelimit messagesLee Duncan2021-03-291-6/+8
* scsi: fnic: Remove unnecessary castWang Qing2021-03-241-2/+1
* scsi: fnic: Kernel-doc headers must contain the function nameLee Jones2021-03-181-1/+1
* scsi: fnic: Demote non-conformant kernel-doc headersLee Jones2021-03-181-3/+3
* scsi: fnic: Rudimentary spelling fixesBhaskar Chowdhury2021-03-181-9/+9
* scsi: fnic: Fix memleak in vnic_dev_init_devcmd2Dinghao Liu2021-01-121-3/+5
* scsi: fnic: Fix error return code in fnic_probe()Zhang Changzhong2020-12-071-0/+1
* scsi: fnic: Validate io_req before othersKaran Tilak Kumar2020-11-232-6/+5
* scsi: fnic: Set scsi_set_resid() only for underflowKaran Tilak Kumar2020-11-232-3/+4
* scsi: fnic: Change shost_printk() to FNIC_MAIN_DBG()Karan Tilak Kumar2020-11-232-2/+2
* scsi: fnic: Avoid looping in TRANS ETH on unloadKaran Tilak Kumar2020-11-234-2/+8
* scsi: fnic: Change shost_printk() to FNIC_FCS_DBG()Karan Tilak Kumar2020-11-232-4/+4
* scsi: fnic: Simplify the return expression of vnic_wq_copy_alloc()Liu Shixin2020-10-071-7/+1
* scsi: fnic: Fix inconsistent format argument type in fnic_debugfs.cYe Bin2020-10-021-3/+3
* scsi: fnic: Do not call 'scsi_done()' for unhandled commandsHannes Reinecke2020-10-021-2/+1
* scsi: fnic: Remove unneeded semicolonJason Yan2020-09-151-1/+1
* scsi: fnic: Remove set but not used 'eth_hdrs_stripped'Jason Yan2020-09-021-3/+0
* scsi: fnic: Remove set but not used 'fr_len'Jason Yan2020-09-021-2/+0
* scsi: fnic: Remove set but not used variable in is_fnic_fip_flogi_reject()Jason Yan2020-09-021-4/+0
* scsi: fnic: Remove set but not used 'old_vlan'Jason Yan2020-09-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: make vnic_wq_get_ctrl and vnic_wq_alloc_ring staticJason Yan2020-04-171-2/+2
* scsi: fnic: make fnic_list and fnic_list_lock staticJason Yan2020-04-171-2/+2
* scsi: fnic: make some symbols staticJason Yan2020-04-171-6/+6
* scsi: fnic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-29/+29
* scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-111-1/+1
* scsi: fnic: do not queue commands during fwresetHannes Reinecke2020-01-201-0/+3
* scsi: fnic: fix invalid stack accessArnd Bergmann2020-01-151-10/+10