Age | Commit message (Expand) | Author |
2023-12-13 | scsi: fnic: Add and improve log messages | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Add and use fnic number | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Modify definitions to sync with VIC firmware | Karan Tilak Kumar |
2023-12-05 | scsi: fnic: Return error if vmalloc() failed | Artem Chernyshev |
2023-11-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2023-09-27 | scsi: fnic: Clean up some inconsistent indenting | Jiapeng Chong |
2023-09-27 | scsi: fnic: Fix sg_reset success path | Karan Tilak Kumar |
2023-08-30 | scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag() | Yang Li |
2023-08-30 | Merge branch '6.5/scsi-fixes' into 6.6/scsi-staging | Martin K. Petersen |
2023-08-25 | scsi: fnic: Replace sgreset tag with max_tag_id | Karan Tilak Kumar |
2023-07-31 | scsi: fnic: Replace return codes in fnic_clean_pending_aborts() | Karan Tilak Kumar |
2023-07-05 | scsi: fnic: Use vmalloc_array() and vcalloc() | Julia Lawall |
2023-05-31 | scsi: fnic: Use vzalloc() | Christophe JAILLET |
2023-03-24 | Merge patch series "Constify most SCSI host templates" | Martin K. Petersen |
2023-03-24 | scsi: fnic: Declare host template const | Bart Van Assche |
2023-03-16 | scsi: fnic: Switch to use %ptTs | Andy Shevchenko |
2022-08-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2022-08-04 | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2022-07-13 | scsi: fnic: Refactor code in fnic probe to initialize SCSI layer | Karan Tilak Kumar |
2022-07-06 | blk-mq: Drop 'reserved' arg of busy_tag_iter_fn | John Garry |
2022-07-06 | scsi: fnic: Drop reserved request handling | John Garry |
2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p... | Thomas Gleixner |
2022-05-19 | scsi: fnic: Replace DMA mask of 64 bits with 47 bits | Karan Tilak Kumar |
2022-04-25 | scsi: fnic: Remove unneeded flush_workqueue() | ran jianping |
2022-04-25 | scsi: fnic: Remove redundant NULL check | Haowen Bai |
2022-03-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2022-03-15 | scsi: fnic: Finish scsi_cmnd before dropping the spinlock | David Jeffery |
2022-02-22 | scsi: fnic: Stop using the SCSI pointer | Bart Van Assche |
2022-02-22 | scsi: fnic: Fix a tracing statement | Bart Van Assche |
2021-10-16 | scsi: fnic: Switch to attribute groups | Bart Van Assche |
2021-10-16 | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche |
2021-10-16 | scsi: fnic: Call scsi_done() directly | Bart Van Assche |
2021-08-16 | scsi: fnic: Stop setting scsi_cmnd.tag | John Garry |
2021-08-11 | scsi: fnic: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche |
2021-05-02 | scsi: fnic: Use scsi_host_busy_iter() to traverse commands | Hannes Reinecke |
2021-05-02 | scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io() | Hannes Reinecke |
2021-04-05 | scsi: fnic: Remove unnecessary spin_lock_init() and INIT_LIST_HEAD() | Yang Yingliang |
2021-03-29 | scsi: fnic: Remove bogus ratelimit messages | Lee Duncan |
2021-03-24 | scsi: fnic: Remove unnecessary cast | Wang Qing |
2021-03-18 | scsi: fnic: Kernel-doc headers must contain the function name | Lee Jones |
2021-03-18 | scsi: fnic: Demote non-conformant kernel-doc headers | Lee Jones |
2021-03-18 | scsi: fnic: Rudimentary spelling fixes | Bhaskar Chowdhury |
2021-01-12 | scsi: fnic: Fix memleak in vnic_dev_init_devcmd2 | Dinghao Liu |
2020-12-07 | scsi: fnic: Fix error return code in fnic_probe() | Zhang Changzhong |
2020-11-23 | scsi: fnic: Validate io_req before others | Karan Tilak Kumar |
2020-11-23 | scsi: fnic: Set scsi_set_resid() only for underflow | Karan Tilak Kumar |
2020-11-23 | scsi: fnic: Change shost_printk() to FNIC_MAIN_DBG() | Karan Tilak Kumar |
2020-11-23 | scsi: fnic: Avoid looping in TRANS ETH on unload | Karan Tilak Kumar |
2020-11-23 | scsi: fnic: Change shost_printk() to FNIC_FCS_DBG() | Karan Tilak Kumar |
2020-10-07 | scsi: fnic: Simplify the return expression of vnic_wq_copy_alloc() | Liu Shixin |