Age | Commit message (Expand) | Author |
2024-08-22 | scsi: Expand all create*_workqueue() invocations | Bart Van Assche |
2024-03-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2024-02-12 | scsi: fnic: Move fnic_fnic_flush_tx() to a work queue | Lee Duncan |
2024-01-29 | scsi: fnic: Convert snprintf() to sysfs_emit() | Li Zhijian |
2024-01-23 | scsi: fnic: Clean up some inconsistent indenting | Jiapeng Chong |
2024-01-11 | scsi: fnic: unlock on error path in fnic_queuecommand() | Dan Carpenter |
2023-12-13 | Merge patch series "Introduce support for multiqueue (MQ) in fnic" | Martin K. Petersen |
2023-12-13 | scsi: fnic: Increment driver version | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Improve logs and add support for multiqueue (MQ) | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Add support for multiqueue (MQ) in fnic driver | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Remove usage of host_lock | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Define stats to track multiqueue (MQ) IOs | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Modify ISRs to support multiqueue (MQ) | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Refactor and redefine fnic.h for multiqueue | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Get copy workqueue count and interrupt mode from config | Karan Tilak Kumar |
2023-12-13 | scsi: fnic: Rename wq_copy to hw_copy_wq | Karan Tilak Kumar |
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 |