summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/csiostor
Commit message (Expand)AuthorAgeFilesLines
* scsi: csiostor: Replace deprecated strncpy() with strscpy()Justin Stitt2023-11-151-1/+2
* scsi: csiostor: Remove unnecessary aer.h includeBjorn Helgaas2023-03-091-1/+0
* scsi: csiostor: Remove unused variable 'n'Colin Ian King2022-11-081-2/+1
* scsi: csiostor: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang2022-09-151-5/+5
* scsi: csio: Stop using the SCSI pointerBart Van Assche2022-02-222-9/+21
* scsi: csiostor: Switch to attribute groupsBart Van Assche2021-10-161-10/+14
* scsi: csiostor: Call scsi_done() directlyBart Van Assche2021-10-161-4/+4
* scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()Dan Carpenter2021-10-121-1/+1
* scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy2021-09-281-0/+1
* scsi: csiostor: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-3/+3
* scsi: csiostor: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
* scsi: csiostor: Assign boolean values to a bool variableJiapeng Chong2021-03-181-2/+2
* scsi: csiostor: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-021-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-142-4/+4
|\
| * scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()Tianjia Zhang2020-08-241-1/+1
| * scsi: csiostor: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King2020-08-241-3/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-3/+2
|/
* scsi: csiostor: Add missing description for csio_rnode_fwevt_handler()'s 'fwe...Lee Jones2020-07-241-1/+1
* scsi: csiostor: Remove 2 unused variables {mc,edc}_bist_status_rdata_regLee Jones2020-07-241-4/+2
* scsi: csiostor: Mark known unused variable as __always_unusedLee Jones2020-07-241-1/+1
* scsi: csiostor: Demote kerneldoc that fails to meet the criteriaLee Jones2020-07-241-2/+1
* scsi: csiostor: Fix misnamed function parameterLee Jones2020-07-241-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-1/+1
|\
| * scsi: csiostor: Adjust indentation in csio_device_resetNathan Chancellor2019-12-191-1/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* scsi: csiostor: Remove set but not used variable 'rln'YueHaibing2019-11-121-2/+1
* scsi: csiostor: Return value not required for csio_dfs_destroySaurav Girepunje2019-11-011-3/+1
* scsi: csiostor: Fix NULL check before debugfs_remove_recursiveSaurav Girepunje2019-11-011-2/+1
* scsi: csiostor: Don't enable IRQs too earlyDan Carpenter2019-10-241-6/+9
* scsi: csiostor: clean up indentation issueColin Ian King2019-09-301-1/+1
* scsi: csiostor: Fix spelling typosArkadiusz Drabczyk2019-09-301-10/+10
* scsi: csiostor: Prefer pcie_capability_read_word()Frederick Lawler2019-08-121-6/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-081-1/+27
|\
| * scsi: csiostor: create per port irq affinity mask setVarun Prakash2019-04-291-1/+27
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-0/+1
|\ \ | |/ |/|
| * scsi: csiostor: csio_wr: mark expected switch fall-throughGustavo A. R. Silva2019-04-081-0/+1
* | scsi: csiostor: fix missing data copy in csio_scsi_err_handler()Varun Prakash2019-04-081-1/+4
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-093-12/+5
|\
| * scsi: csiostor: drop serial_number usageHannes Reinecke2019-02-271-4/+4
| * scsi: csiostor: Remove set but not used variable 'pln'YueHaibing2019-02-011-3/+0
| * scsi: csiostor: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-5/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-03-021-2/+5
|\ \
| * | scsi: csiostor: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-2/+5
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-01-261-1/+1
|\| |
| * | scsi: csiostor: fix NULL pointer dereference in csio_vport_set_state()Varun Prakash2019-01-221-1/+1
| |/
* / cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-282-4/+1
|\
| * scsi: csiostor: fix incorrect dma device in case of vportVarun Prakash2018-12-191-1/+1
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-2/+0