| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: fnic: unlock on error path in fnic_queuecommand() | Dan Carpenter | 2024-01-11 | 1 | -0/+1 |
* | Merge patch series "Introduce support for multiqueue (MQ) in fnic" | Martin K. Petersen | 2023-12-13 | 10 | -543/+847 |
|\ |
|
| * | scsi: fnic: Increment driver version | Karan Tilak Kumar | 2023-12-13 | 1 | -1/+1 |
| * | scsi: fnic: Improve logs and add support for multiqueue (MQ) | Karan Tilak Kumar | 2023-12-13 | 2 | -140/+154 |
| * | scsi: fnic: Add support for multiqueue (MQ) in fnic driver | Karan Tilak Kumar | 2023-12-13 | 3 | -254/+328 |
| * | scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c | Karan Tilak Kumar | 2023-12-13 | 2 | -34/+77 |
| * | scsi: fnic: Remove usage of host_lock | Karan Tilak Kumar | 2023-12-13 | 1 | -24/+31 |
| * | scsi: fnic: Define stats to track multiqueue (MQ) IOs | Karan Tilak Kumar | 2023-12-13 | 2 | -0/+13 |
| * | scsi: fnic: Modify ISRs to support multiqueue (MQ) | Karan Tilak Kumar | 2023-12-13 | 5 | -74/+144 |
| * | scsi: fnic: Refactor and redefine fnic.h for multiqueue | Karan Tilak Kumar | 2023-12-13 | 1 | -8/+22 |
| * | scsi: fnic: Get copy workqueue count and interrupt mode from config | Karan Tilak Kumar | 2023-12-13 | 1 | -6/+36 |
| * | scsi: fnic: Rename wq_copy to hw_copy_wq | Karan Tilak Kumar | 2023-12-13 | 5 | -15/+15 |
| * | scsi: fnic: Add and improve log messages | Karan Tilak Kumar | 2023-12-13 | 4 | -34/+49 |
| * | scsi: fnic: Add and use fnic number | Karan Tilak Kumar | 2023-12-13 | 2 | -2/+17 |
| * | scsi: fnic: Modify definitions to sync with VIC firmware | Karan Tilak Kumar | 2023-12-13 | 1 | -2/+11 |
* | | scsi: fnic: Return error if vmalloc() failed | Artem Chernyshev | 2023-12-05 | 1 | -1/+2 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2023-11-02 | 1 | -5/+6 |
|\ |
|
| * | scsi: fnic: Clean up some inconsistent indenting | Jiapeng Chong | 2023-09-27 | 1 | -5/+6 |
* | | scsi: fnic: Fix sg_reset success path | Karan Tilak Kumar | 2023-09-27 | 4 | -18/+54 |
|/ |
|
* | scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag() | Yang Li | 2023-08-30 | 1 | -33/+0 |
* | Merge branch '6.5/scsi-fixes' into 6.6/scsi-staging | Martin K. Petersen | 2023-08-30 | 2 | -3/+5 |
|\ |
|
| * | scsi: fnic: Replace return codes in fnic_clean_pending_aborts() | Karan Tilak Kumar | 2023-07-31 | 2 | -3/+5 |
| * | scsi: fnic: Use vmalloc_array() and vcalloc() | Julia Lawall | 2023-07-05 | 1 | -1/+1 |
* | | scsi: fnic: Replace sgreset tag with max_tag_id | Karan Tilak Kumar | 2023-08-25 | 2 | -12/+11 |
|/ |
|
* | scsi: fnic: Use vzalloc() | Christophe JAILLET | 2023-05-31 | 1 | -6/+2 |
* | Merge patch series "Constify most SCSI host templates" | Martin K. Petersen | 2023-03-24 | 1 | -1/+1 |
|\ |
|
| * | scsi: fnic: Declare host template const | Bart Van Assche | 2023-03-24 | 1 | -1/+1 |
* | | scsi: fnic: Switch to use %ptTs | Andy Shevchenko | 2023-03-16 | 1 | -12/+5 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-08-04 | 1 | -11/+34 |
|\ |
|
| * | scsi: fnic: Refactor code in fnic probe to initialize SCSI layer | Karan Tilak Kumar | 2022-07-13 | 1 | -11/+34 |
* | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2022-08-04 | 38 | -510/+42 |
|\ \ |
|
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p... | Thomas Gleixner | 2022-06-10 | 38 | -510/+42 |
| |/ |
|
* | | blk-mq: Drop 'reserved' arg of busy_tag_iter_fn | John Garry | 2022-07-06 | 1 | -8/+4 |
* | | scsi: fnic: Drop reserved request handling | John Garry | 2022-07-06 | 1 | -2/+0 |
|/ |
|
* | scsi: fnic: Replace DMA mask of 64 bits with 47 bits | Karan Tilak Kumar | 2022-05-19 | 2 | -4/+4 |
* | scsi: fnic: Remove unneeded flush_workqueue() | ran jianping | 2022-04-25 | 1 | -3/+1 |
* | scsi: fnic: Remove redundant NULL check | Haowen Bai | 2022-04-25 | 1 | -2/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-03-24 | 3 | -154/+163 |
|\ |
|
| * | scsi: fnic: Stop using the SCSI pointer | Bart Van Assche | 2022-02-22 | 3 | -154/+163 |
| * | scsi: fnic: Fix a tracing statement | Bart Van Assche | 2022-02-22 | 1 | -1/+1 |
* | | scsi: fnic: Finish scsi_cmnd before dropping the spinlock | David Jeffery | 2022-03-15 | 1 | -7/+6 |
|/ |
|
* | scsi: fnic: Switch to attribute groups | Bart Van Assche | 2021-10-16 | 3 | -6/+15 |
* | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche | 2021-10-16 | 1 | -1/+2 |
* | scsi: fnic: Call scsi_done() directly | Bart Van Assche | 2021-10-16 | 1 | -65/+54 |
* | scsi: fnic: Stop setting scsi_cmnd.tag | John Garry | 2021-08-16 | 1 | -1/+1 |
* | scsi: fnic: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 2021-08-11 | 1 | -26/+25 |
* | scsi: fnic: Use scsi_host_busy_iter() to traverse commands | Hannes Reinecke | 2021-05-02 | 1 | -446/+375 |
* | scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io() | Hannes Reinecke | 2021-05-02 | 1 | -6/+3 |
* | scsi: fnic: Remove unnecessary spin_lock_init() and INIT_LIST_HEAD() | Yang Yingliang | 2021-04-05 | 1 | -3/+0 |
* | scsi: fnic: Remove bogus ratelimit messages | Lee Duncan | 2021-03-29 | 1 | -6/+8 |