summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/snic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen2024-08-231-4/+4
|\
| * scsi: snic: Simplify alloc_workqueue() invocationsBart Van Assche2024-08-231-4/+2
| * scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-231-2/+4
* | scsi: snic: Avoid creating two slab caches with the same namePedro Falcato2024-08-131-1/+1
|/
* scsi: snic: Convert sprintf() family to sysfs_emit() familyLi Zhijian2024-04-091-6/+5
* scsi: snic: Remove useless code in snic_dr_clean_pending_req()Su Hui2023-10-251-10/+4
* scsi: snic: Fix double free in snic_tgt_create()Zhu Wang2023-08-251-2/+1
* scsi: snic: Fix possible memory leak if device_add() failsZhu Wang2023-08-081-0/+1
* scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck2023-06-161-1/+1
* scsi: snic: Remove unused 'xfer_len' variableTom Rix2023-04-031-6/+1
* scsi: snic: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
* scsi: snic: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-091-2/+2
* scsi: snic: Fix possible UAF in snic_tgt_create()Gaosheng Cui2022-11-261-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-051-1/+1
|\
| * scsi: snic: Remove redundant "on"Jiang Jian2022-06-221-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-1030-480/+60
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-103-48/+6
|/
* scsi: snic: Don't use GFP_DMA in snic_queue_report_tgt_req()Christoph Hellwig2021-12-231-1/+1
* scsi: snic: Switch to attribute groupsBart Van Assche2021-10-173-7/+16
* scsi: snic: Call scsi_done() directlyBart Van Assche2021-10-171-19/+14
* scsi: snic: Fix spelling mistake 'progres' -> 'progress'Colin Ian King2021-08-251-1/+1
* scsi: snic: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-5/+5
* scsi: snic: Remove redundant assignment to variable retColin Ian King2021-08-101-1/+1
* Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-052-17/+9
|\
| * scsi: snic: debugfs: remove local storage of debugfs filesGreg Kroah-Hartman2021-05-212-17/+9
* | scsi: snic: Fix an error messageChristophe JAILLET2021-05-151-4/+1
|/
* scsi: snic: Convert to DEFINE_SHOW_ATTRIBUTE()dingsenjie2021-04-131-19/+1
* scsi: snic: Simplify the return expression of svnic_cq_alloc()Liu Shixin2020-10-081-7/+1
* scsi: snic: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-10-031-14/+2
* scsi: snic: Remove unnecessary conditionJing Xiangfeng2020-10-031-4/+0
* scsi: snic: Fix spelling mistakes of "Queueing"Colin Ian King2020-08-251-2/+2
* scsi: snic: Make snic_io_exch_ver_cmpl_handler() return voidJason Yan2020-04-252-5/+2
* scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-121-1/+1
* scsi: snic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-295-133/+32
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0
* scsi: snic: Use vzallocSabyasachi Gupta2018-12-081-2/+1
* scsi: snic: switch to generic DMA APIChristoph Hellwig2018-10-185-58/+38
* scsi: snic: Replace spin_is_locked() with lockdepLance Roy2018-10-111-2/+2
* scsi: snic: fix printing time intervalsArnd Bergmann2018-07-132-8/+8
* scsi: snic: fix a couple of spelling mistakes: "COMPLETE"Colin Ian King2018-05-181-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scsi: snic: fix a couple of spelling mistakes/typosColin Ian King2017-07-012-3/+3
* scsi: snic: Remove code that zeroes driver-private command dataBart Van Assche2017-06-131-2/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-1/+1
|\
| * scsi: snic: fix spelling mistake: "Cann't" -> "Cannot"Colin Ian King2017-04-141-1/+1
* | treewide: Fix typos in printkMasanari Iida2017-03-241-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-212-30/+19
|\
| * scsi: snic: switch to pci_irq_alloc_vectorsChristoph Hellwig2017-02-162-30/+19
* | scsi: snic: Return error code on memory allocation failureBurak Ok2017-01-061-0/+3
|/
* snic: Fix use-after-free in case of a dma mapping errorJohannes Thumshirn2016-07-131-2/+2