| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-14 | scsi: snic: vnic_dev: Remove dead store in vnic_dev_discover_res() | Evgenii Burenchev | 1 | -1/+0 |
| 2026-02-23 | Merge branch '7.0/scsi-queue' into 7.0/scsi-fixes | Martin K. Petersen | 1 | -9/+0 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 3 | -4/+4 |
| 2026-02-17 | scsi: snic: Remove unused linkstatus | Thomas Fourier | 1 | -9/+0 |
| 2026-01-23 | scsi: Change the return type of the .queuecommand() callback | Bart Van Assche | 2 | -3/+4 |
| 2025-11-19 | scsi: snic: Switch to use %ptSp | Andy Shevchenko | 2 | -9/+6 |
| 2024-12-09 | scsi: Constify struct pci_device_id | Christophe JAILLET | 1 | -1/+1 |
| 2024-12-04 | scsi: Convert SCSI drivers to .sdev_configure() | Bart Van Assche | 1 | -3/+3 |
| 2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche | 1 | -3/+3 |
| 2024-08-22 | Merge patch series "Simplify multiple create*_workqueue() invocations" | Martin K. Petersen | 1 | -4/+4 |
| 2024-08-22 | scsi: snic: Simplify alloc_workqueue() invocations | Bart Van Assche | 1 | -4/+2 |
| 2024-08-22 | scsi: Expand all create*_workqueue() invocations | Bart Van Assche | 1 | -2/+4 |
| 2024-08-12 | scsi: snic: Avoid creating two slab caches with the same name | Pedro Falcato | 1 | -1/+1 |
| 2024-04-08 | scsi: snic: Convert sprintf() family to sysfs_emit() family | Li Zhijian | 1 | -6/+5 |
| 2023-10-24 | scsi: snic: Remove useless code in snic_dr_clean_pending_req() | Su Hui | 1 | -10/+4 |
| 2023-08-24 | scsi: snic: Fix double free in snic_tgt_create() | Zhu Wang | 1 | -2/+1 |
| 2023-08-07 | scsi: snic: Fix possible memory leak if device_add() fails | Zhu Wang | 1 | -0/+1 |
| 2023-06-16 | scsi: core: Replace scsi_target_block() with scsi_block_targets() | Martin Wilck | 1 | -1/+1 |
| 2023-04-02 | scsi: snic: Remove unused 'xfer_len' variable | Tom Rix | 1 | -6/+1 |
| 2023-03-24 | scsi: snic: Declare SCSI host template const | Bart Van Assche | 1 | -1/+1 |
| 2023-02-08 | scsi: snic: Fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2022-11-26 | scsi: snic: Fix possible UAF in snic_tgt_create() | Gaosheng Cui | 1 | -0/+3 |
| 2022-08-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
| 2022-06-21 | scsi: snic: Remove redundant "on" | Jiang Jian | 1 | -1/+1 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p... | Thomas Gleixner | 30 | -480/+60 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p... | Thomas Gleixner | 3 | -48/+6 |
| 2021-12-22 | scsi: snic: Don't use GFP_DMA in snic_queue_report_tgt_req() | Christoph Hellwig | 1 | -1/+1 |
| 2021-10-16 | scsi: snic: Switch to attribute groups | Bart Van Assche | 3 | -7/+16 |
| 2021-10-16 | scsi: snic: Call scsi_done() directly | Bart Van Assche | 1 | -19/+14 |
| 2021-08-24 | scsi: snic: Fix spelling mistake 'progres' -> 'progress' | Colin Ian King | 1 | -1/+1 |
| 2021-08-11 | scsi: snic: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -5/+5 |
| 2021-08-09 | scsi: snic: Remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
| 2021-07-05 | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -16/+8 |
| 2021-05-21 | scsi: snic: debugfs: remove local storage of debugfs files | Greg Kroah-Hartman | 2 | -16/+8 |
| 2021-05-14 | scsi: snic: Fix an error message | Christophe JAILLET | 1 | -4/+1 |
| 2021-04-12 | scsi: snic: Convert to DEFINE_SHOW_ATTRIBUTE() | dingsenjie | 1 | -19/+1 |
| 2020-10-07 | scsi: snic: Simplify the return expression of svnic_cq_alloc() | Liu Shixin | 1 | -7/+1 |
| 2020-10-02 | scsi: snic: Convert to use DEFINE_SEQ_ATTRIBUTE macro | Liu Shixin | 1 | -14/+2 |
| 2020-10-02 | scsi: snic: Remove unnecessary condition | Jing Xiangfeng | 1 | -4/+0 |
| 2020-08-24 | scsi: snic: Fix spelling mistakes of "Queueing" | Colin Ian King | 1 | -2/+2 |
| 2020-04-24 | scsi: snic: Make snic_io_exch_ver_cmpl_handler() return void | Jason Yan | 2 | -5/+2 |
| 2020-03-11 | scsi: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-01-29 | scsi: snic: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 5 | -132/+31 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
| 2018-12-07 | scsi: snic: Use vzalloc | Sabyasachi Gupta | 1 | -2/+1 |
| 2018-10-17 | scsi: snic: switch to generic DMA API | Christoph Hellwig | 5 | -58/+38 |
| 2018-10-10 | scsi: snic: Replace spin_is_locked() with lockdep | Lance Roy | 1 | -2/+2 |
| 2018-07-12 | scsi: snic: fix printing time intervals | Arnd Bergmann | 2 | -8/+8 |
| 2018-05-18 | scsi: snic: fix a couple of spelling mistakes: "COMPLETE" | Colin Ian King | 1 | -3/+3 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-07-01 | scsi: snic: fix a couple of spelling mistakes/typos | Colin Ian King | 2 | -3/+3 |
| 2017-06-12 | scsi: snic: Remove code that zeroes driver-private command data | Bart Van Assche | 1 | -2/+0 |
| 2017-05-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
| 2017-04-13 | scsi: snic: fix spelling mistake: "Cann't" -> "Cannot" | Colin Ian King | 1 | -1/+1 |
| 2017-03-24 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
| 2017-02-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -27/+16 |
| 2017-02-15 | scsi: snic: switch to pci_irq_alloc_vectors | Christoph Hellwig | 2 | -27/+16 |
| 2017-01-05 | scsi: snic: Return error code on memory allocation failure | Burak Ok | 1 | -0/+3 |
| 2016-07-12 | snic: Fix use-after-free in case of a dma mapping error | Johannes Thumshirn | 1 | -2/+2 |
| 2016-07-12 | snic: fix typo | Julia Lawall | 1 | -1/+1 |
| 2016-04-11 | snic: add scsi host after determining max IOs. | Narsimhulu Musini | 1 | -18/+17 |
| 2016-04-11 | snic: Fixing race in the hba reset and IO/TM completion | Narsimhulu Musini | 2 | -1/+15 |
| 2016-04-11 | snic: Fix for missing interrupts | Narsimhulu Musini | 2 | -7/+59 |
| 2016-04-11 | snic: target cleanup in driver unload path | Narsimhulu Musini | 1 | -2/+15 |
| 2016-04-11 | snic: Handling control path queue issues | Narsimhulu Musini | 1 | -14/+30 |
| 2016-04-11 | snic: LUN goes offline due to scsi cmd timeouts | Narsimhulu Musini | 1 | -0/+18 |
| 2016-04-11 | snic: Added additional stats | Narsimhulu Musini | 6 | -23/+59 |
| 2016-04-11 | scsi: disable automatic target scan | Hannes Reinecke | 1 | -1/+1 |
| 2016-03-01 | snic: correctly check for array overrun on overly long version number | Colin Ian King | 1 | -1/+1 |
| 2015-11-13 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -10/+0 |
| 2015-11-09 | scsi: use host wide tags by default | Christoph Hellwig | 1 | -10/+0 |
| 2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 2 | -3/+3 |
| 2015-06-19 | snic: driver for Cisco SCSI HBA | Narsimhulu Musini | 34 | -0/+10238 |