aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/csiostor
AgeCommit message (Expand)AuthorFilesLines
2024-04-05scsi: csiostor: Drop driver owner assignmentKrzysztof Kozlowski1-3/+0
2024-02-15scsi: csiostor: Avoid function pointer castsArnd Bergmann3-19/+20
2023-11-15scsi: csiostor: Replace deprecated strncpy() with strscpy()Justin Stitt1-1/+2
2023-03-09scsi: csiostor: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2022-11-08scsi: csiostor: Remove unused variable 'n'Colin Ian King1-2/+1
2022-09-15scsi: csiostor: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang1-5/+5
2022-02-22scsi: csio: Stop using the SCSI pointerBart Van Assche2-9/+21
2021-10-16scsi: csiostor: Switch to attribute groupsBart Van Assche1-10/+14
2021-10-16scsi: csiostor: Call scsi_done() directlyBart Van Assche1-4/+4
2021-10-12scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()Dan Carpenter1-1/+1
2021-09-28scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy1-0/+1
2021-08-11scsi: csiostor: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-3/+3
2021-03-24scsi: csiostor: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-18scsi: 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-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+4
2020-08-24scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()Tianjia Zhang1-1/+1
2020-08-24scsi: csiostor: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-3/+2
2020-07-24scsi: csiostor: Add missing description for csio_rnode_fwevt_handler()'s 'fwe...Lee Jones1-1/+1
2020-07-24scsi: csiostor: Remove 2 unused variables {mc,edc}_bist_status_rdata_regLee Jones1-4/+2
2020-07-24scsi: csiostor: Mark known unused variable as __always_unusedLee Jones1-1/+1
2020-07-24scsi: csiostor: Demote kerneldoc that fails to meet the criteriaLee Jones1-2/+1
2020-07-24scsi: csiostor: Fix misnamed function parameterLee Jones1-1/+1
2020-01-29Merge 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-19scsi: csiostor: Adjust indentation in csio_device_resetNathan Chancellor1-1/+1
2019-11-12scsi: csiostor: Remove set but not used variable 'rln'YueHaibing1-2/+1
2019-11-01scsi: csiostor: Return value not required for csio_dfs_destroySaurav Girepunje1-3/+1
2019-11-01scsi: csiostor: Fix NULL check before debugfs_remove_recursiveSaurav Girepunje1-2/+1
2019-10-24scsi: csiostor: Don't enable IRQs too earlyDan Carpenter1-6/+9
2019-09-30scsi: csiostor: clean up indentation issueColin Ian King1-1/+1
2019-09-30scsi: csiostor: Fix spelling typosArkadiusz Drabczyk1-10/+10
2019-08-12scsi: 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-08scsi: csiostor: fix missing data copy in csio_scsi_err_handler()Varun Prakash1-1/+4
2019-04-08scsi: csiostor: csio_wr: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-09Merge 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-25scsi: csiostor: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-2/+5
2019-02-01scsi: 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-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2019-01-22scsi: 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-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+1
2018-12-19scsi: csiostor: fix incorrect dma device in case of vportVarun Prakash1-1/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-2/+0
2018-12-07scsi: 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-17scsi: csiostor: switch to generic DMA APIChristoph Hellwig4-22/+20
2018-10-02PCI/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
2018-08-02scsi: csiostor: update csio_get_flash_params()Arjun Vynipadath1-13/+102
2018-07-19scsi: csiostor: update ingress pack and pad boundary valueVarun Prakash1-5/+79
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-23cxgb4: change the port capability bits definitionGanesh Goudar1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-1/+1
2018-03-15scsi: csiostor: add support for 32 bit port capabilitiesVarun Prakash6-42/+395
2018-01-30scsi: csiostor: remove redundant assignment to pointer 'ln'Colin Ian King1-1/+1
2017-12-04scsi: csiostor: fix spelling mistake: "Couldnt" -> "Couldn't"Colin Ian King1-3/+3
2017-12-04scsi: csiostor: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2-2/+1
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-0/+9
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-16/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01scsi: csiostor: Convert timers to use timer_setup()Kees Cook3-16/+11
2017-09-25scsi: csiostor: enable PCIe relaxed ordering if supportedVarun Prakash3-0/+9
2017-09-07Merge branch 'fixes' into miscJames Bottomley2-5/+11
2017-08-16scsi: csiostor: fail probe if fw does not support FCoEVarun Prakash2-5/+11
2017-08-07scsi: csiostor: Replace PCI pool old APIRomain Perier3-9/+10
2017-06-26scsi: csiostor: update module versionVarun Prakash1-1/+1
2017-06-12scsi: csiostor: add check for supported fw versionVarun Prakash2-0/+20
2017-06-12scsi: csiostor: Avoid content leaks and castsKees Cook1-17/+26
2017-06-12scsi: csiostor: add support for Chelsio T6 adaptersVarun Prakash5-44/+88
2017-05-18scsi: csiostor: fix use after free in csio_hw_use_fwconfig()Varun Prakash1-1/+4
2017-04-06scsi: csiostor: switch to pci_alloc_irq_vectorsChristoph Hellwig2-82/+47
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+2
2016-09-14scsi: csiostor: Fix completion usageDaniel Wagner1-3/+2
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-2/+0
2015-05-25csiostor: fix an error code in csio_hw_init()Dan Carpenter1-0/+1
2015-03-19cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"Hariprasad Shenai1-1/+1
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+3
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-6/+3
2015-02-04csiostor:Use firmware version from cxgb4/t4fw_version.hPraveen Madhavan3-8/+7
2015-01-27csiostor:T5 Firmware fix and cleanup.Praveen Madhavan3-256/+127
2015-01-19csiostor:Removed file csio_hw_t4.cPraveen Madhavan2-405/+1
2015-01-19csiostor:Remove T4 FCoE Support.Praveen Madhavan4-101/+24
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2-3/+3
2015-01-12csiostor:fix sparse warningsPraveen Madhavan1-3/+3
2015-01-08csiostor:firmware upgrade fixPraveen Madhavan3-82/+247
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register definesHariprasad Shenai5-105/+101
2015-01-05cxgb4/csiostor: Cleanup TP, MPS and TCAM related register definesHariprasad Shenai2-57/+60
2015-01-05cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM related register definesHariprasad Shenai4-120/+122
2015-01-05cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register definesHariprasad Shenai6-150/+151
2015-01-05RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai3-87/+91
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-4/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-355/+278
2014-12-11cxgb4/csiostor: Don't use MASTER_MUST for fw_hello callHariprasad Shenai2-6/+1
2014-12-04fc: FCP_PTA_SIMPLE is 0Christoph Hellwig1-4/+1
2014-11-25cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai2-94/+19
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,...Hariprasad Shenai3-14/+14
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai1-10/+10
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai1-59/+60
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an...Hariprasad Shenai3-31/+31
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt2-2/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-5/+3
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-25/+4
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai6-119/+119
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistentHariprasad Shenai3-20/+22
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-16/+10
2014-09-16scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRSRandy Dunlap1-1/+1
2014-09-16csiostor: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2-14/+10
2014-09-16csiostor: Remove superfluous call to pci_disable_msix()Alexander Gordeev1-3/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08scsi: use pci_zalloc_consistentJoe Perches1-7/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-12/+12
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-23[SCSI] csiostor: Use pcie_capability_clear_and_set_word() to simplify codeYijing Wang1-18/+4
2013-06-04[SCSI] csiostor: Retain default adapter configuration in absence of config file.Naresh Kumar Inna5-192/+2
2013-05-02[SCSI] csiostor: off by one errorDan Carpenter2-2/+2
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-530/+1205
2013-04-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+0
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida1-6/+6
2013-04-10[SCSI] csiostor: remove unused variable in csio_process_fwevtq_entry()Wei Yongjun1-5/+0
2013-03-14csiostor: Cleanup chip specific operations.Arvind Bhushan6-512/+193
2013-03-14csiostor: Header file modifications for chip support and bug fixes.Arvind Bhushan5-18/+212
2013-03-14csiostor: Add T5 adapter operations.Arvind Bhushan1-0/+397
2013-03-14csiostor: Segregate T4 adapter operations.Arvind Bhushan1-0/+403
2013-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-14/+10
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-30[SCSI] csiostor: Don't leak mem or fail to release firmware in csio_hw_flash_...Jesper Juhl1-6/+9
2013-01-29[SCSI] csiostor: convert to use simple_open()Wei Yongjun1-8/+1
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-11/+6
2012-12-19RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya1-39/+0
2012-11-30[SCSI] csiostor: remove unneeded memset()Dan Carpenter1-1/+0
2012-11-30[SCSI] csiostor: Fix sparse warnings.Naresh Kumar Inna8-128/+110
2012-11-27[SCSI] csiostor: Chelsio FCoE offload driverNaresh Kumar Inna20-0/+19173