summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/snic
Commit message (Expand)AuthorAgeFilesLines
* scsi: snic: Convert sprintf() family to sysfs_emit() familyLi Zhijian2024-04-081-6/+5
* scsi: snic: Remove useless code in snic_dr_clean_pending_req()Su Hui2023-10-241-10/+4
* scsi: snic: Fix double free in snic_tgt_create()Zhu Wang2023-08-241-2/+1
* scsi: snic: Fix possible memory leak if device_add() failsZhu Wang2023-08-071-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-021-6/+1
* scsi: snic: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: snic: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-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-041-1/+1
|\
| * scsi: snic: Remove redundant "on"Jiang Jian2022-06-211-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-221-1/+1
* scsi: snic: Switch to attribute groupsBart Van Assche2021-10-163-7/+16
* scsi: snic: Call scsi_done() directlyBart Van Assche2021-10-161-19/+14
* scsi: snic: Fix spelling mistake 'progres' -> 'progress'Colin Ian King2021-08-241-1/+1
* scsi: snic: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-5/+5
* scsi: snic: Remove redundant assignment to variable retColin Ian King2021-08-091-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-141-4/+1
|/
* scsi: snic: Convert to DEFINE_SHOW_ATTRIBUTE()dingsenjie2021-04-121-19/+1
* scsi: snic: Simplify the return expression of svnic_cq_alloc()Liu Shixin2020-10-071-7/+1
* scsi: snic: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-10-021-14/+2
* scsi: snic: Remove unnecessary conditionJing Xiangfeng2020-10-021-4/+0
* scsi: snic: Fix spelling mistakes of "Queueing"Colin Ian King2020-08-241-2/+2
* scsi: snic: Make snic_io_exch_ver_cmpl_handler() return voidJason Yan2020-04-242-5/+2
* scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-111-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-181-1/+0
* scsi: snic: Use vzallocSabyasachi Gupta2018-12-071-2/+1
* scsi: snic: switch to generic DMA APIChristoph Hellwig2018-10-175-58/+38
* scsi: snic: Replace spin_is_locked() with lockdepLance Roy2018-10-101-2/+2
* scsi: snic: fix printing time intervalsArnd Bergmann2018-07-122-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-121-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-131-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-152-30/+19
* | scsi: snic: Return error code on memory allocation failureBurak Ok2017-01-051-0/+3
|/
* snic: Fix use-after-free in case of a dma mapping errorJohannes Thumshirn2016-07-121-2/+2
* snic: fix typoJulia Lawall2016-07-121-1/+1
* snic: add scsi host after determining max IOs.Narsimhulu Musini2016-04-111-18/+17
* snic: Fixing race in the hba reset and IO/TM completionNarsimhulu Musini2016-04-112-1/+15
* snic: Fix for missing interruptsNarsimhulu Musini2016-04-112-7/+59