aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/csiostor
AgeCommit message (Expand)AuthorFilesLines
2021-09-28scsi: csiostor: Add module softdep on cxgb4Gravatar Rahul Lakkireddy 1-0/+1
2021-08-11scsi: csiostor: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestGravatar Bart Van Assche 1-3/+3
2021-03-24scsi: csiostor: Fix a typoGravatar Bhaskar Chowdhury 1-1/+1
2021-03-18scsi: csiostor: Assign boolean values to a bool variableGravatar Jiapeng Chong 1-2/+2
2020-12-02scsi: csiostor: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-4/+4
2020-08-24scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()Gravatar Tianjia Zhang 1-1/+1
2020-08-24scsi: csiostor: Fix spelling mistake "couldnt" -> "couldn't"Gravatar Colin Ian King 1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 3-3/+2
2020-07-24scsi: csiostor: Add missing description for csio_rnode_fwevt_handler()'s 'fwe...Gravatar Lee Jones 1-1/+1
2020-07-24scsi: csiostor: Remove 2 unused variables {mc,edc}_bist_status_rdata_regGravatar Lee Jones 1-4/+2
2020-07-24scsi: csiostor: Mark known unused variable as __always_unusedGravatar Lee Jones 1-1/+1
2020-07-24scsi: csiostor: Demote kerneldoc that fails to meet the criteriaGravatar Lee Jones 1-2/+1
2020-07-24scsi: csiostor: Fix misnamed function parameterGravatar Lee Jones 1-1/+1
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-12-19scsi: csiostor: Adjust indentation in csio_device_resetGravatar Nathan Chancellor 1-1/+1
2019-11-12scsi: csiostor: Remove set but not used variable 'rln'Gravatar YueHaibing 1-2/+1
2019-11-01scsi: csiostor: Return value not required for csio_dfs_destroyGravatar Saurav Girepunje 1-3/+1
2019-11-01scsi: csiostor: Fix NULL check before debugfs_remove_recursiveGravatar Saurav Girepunje 1-2/+1
2019-10-24scsi: csiostor: Don't enable IRQs too earlyGravatar Dan Carpenter 1-6/+9
2019-09-30scsi: csiostor: clean up indentation issueGravatar Colin Ian King 1-1/+1
2019-09-30scsi: csiostor: Fix spelling typosGravatar Arkadiusz Drabczyk 1-10/+10
2019-08-12scsi: csiostor: Prefer pcie_capability_read_word()Gravatar Frederick Lawler 1-6/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+27
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2019-04-29scsi: csiostor: create per port irq affinity mask setGravatar Varun Prakash 1-1/+27
2019-04-08scsi: csiostor: fix missing data copy in csio_scsi_err_handler()Gravatar Varun Prakash 1-1/+4
2019-04-08scsi: csiostor: csio_wr: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-12/+5
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-2/+5
2019-02-27scsi: csiostor: drop serial_number usageGravatar Hannes Reinecke 1-4/+4
2019-02-25scsi: csiostor: fix calls to dma_set_mask_and_coherent()Gravatar Hannes Reinecke 1-2/+5
2019-02-01scsi: csiostor: Remove set but not used variable 'pln'Gravatar YueHaibing 1-3/+0
2019-01-29scsi: csiostor: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-5/+1
2019-01-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-1/+1
2019-01-22scsi: csiostor: fix NULL pointer dereference in csio_vport_set_state()Gravatar Varun Prakash 1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 1-2/+2
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-4/+1
2018-12-19scsi: csiostor: fix incorrect dma device in case of vportGravatar Varun Prakash 1-1/+1
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-2/+0
2018-12-07scsi: csiostor: remove flush_scheduled_work()Gravatar Varun Prakash 1-1/+0
2018-11-07block: kill request ->cpu memberGravatar Jens Axboe 1-7/+1
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-22/+20
2018-10-17scsi: csiostor: switch to generic DMA APIGravatar Christoph Hellwig 4-22/+20
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsGravatar Oza Pawandeep 1-1/+0
2018-08-27scsi: csiostor: fix incorrect port capabilitiesGravatar Varun Prakash 3-14/+48
2018-08-27scsi: csiostor: add a check for NULL pointer after kmalloc()Gravatar Varun Prakash 1-7/+9
2018-08-02scsi: csiostor: update csio_get_flash_params()Gravatar Arjun Vynipadath 1-13/+102