summaryrefslogtreecommitdiff
path: root/drivers/scsi/csiostor
AgeCommit message (Expand)AuthorFilesLines
2021-11-18scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()Dan Carpenter1-1/+1
2021-09-29scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy1-0/+1
2021-08-12scsi: csiostor: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-3/+3
2021-03-25scsi: csiostor: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-19scsi: csiostor: Assign boolean values to a bool variableJiapeng Chong1-2/+2
2020-12-02scsi: csiostor: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+4
2020-08-25scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()Tianjia Zhang1-1/+1
2020-08-25scsi: csiostor: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King1-3/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-3/+2
2020-07-25scsi: csiostor: Add missing description for csio_rnode_fwevt_handler()'s 'fwe...Lee Jones1-1/+1
2020-07-25scsi: csiostor: Remove 2 unused variables {mc,edc}_bist_status_rdata_regLee Jones1-4/+2
2020-07-25scsi: csiostor: Mark known unused variable as __always_unusedLee Jones1-1/+1
2020-07-25scsi: csiostor: Demote kerneldoc that fails to meet the criteriaLee Jones1-2/+1
2020-07-25scsi: csiostor: Fix misnamed function parameterLee Jones1-1/+1
2020-01-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-20scsi: csiostor: Adjust indentation in csio_device_resetNathan Chancellor1-1/+1
2019-11-13scsi: csiostor: Remove set but not used variable 'rln'YueHaibing1-2/+1
2019-11-02scsi: csiostor: Return value not required for csio_dfs_destroySaurav Girepunje1-3/+1
2019-11-02scsi: csiostor: Fix NULL check before debugfs_remove_recursiveSaurav Girepunje1-2/+1
2019-10-25scsi: csiostor: Don't enable IRQs too earlyDan Carpenter1-6/+9
2019-10-01scsi: csiostor: clean up indentation issueColin Ian King1-1/+1
2019-10-01scsi: csiostor: Fix spelling typosArkadiusz Drabczyk1-10/+10
2019-08-13scsi: csiostor: Prefer pcie_capability_read_word()Frederick Lawler1-6/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+27
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2019-04-29scsi: csiostor: create per port irq affinity mask setVarun Prakash1-1/+27
2019-04-09scsi: csiostor: fix missing data copy in csio_scsi_err_handler()Varun Prakash1-1/+4
2019-04-09scsi: csiostor: csio_wr: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-12/+5
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+5
2019-02-27scsi: csiostor: drop serial_number usageHannes Reinecke1-4/+4
2019-02-26scsi: csiostor: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-2/+5
2019-02-02scsi: csiostor: Remove set but not used variable 'pln'YueHaibing1-3/+0
2019-01-29scsi: csiostor: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+1
2019-01-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2019-01-23scsi: csiostor: fix NULL pointer dereference in csio_vport_set_state()Varun Prakash1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+1
2018-12-20scsi: csiostor: fix incorrect dma device in case of vportVarun Prakash1-1/+1
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-2/+0
2018-12-08scsi: csiostor: remove flush_scheduled_work()Varun Prakash1-1/+0
2018-11-07block: kill request ->cpu memberJens Axboe1-7/+1
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-22/+20
2018-10-18scsi: csiostor: switch to generic DMA APIChristoph Hellwig4-22/+20
2018-10-03PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-08-27scsi: csiostor: fix incorrect port capabilitiesVarun Prakash3-14/+48
2018-08-27scsi: csiostor: add a check for NULL pointer after kmalloc()Varun Prakash1-7/+9