aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/csiostor/csio_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+1
2019-02-25scsi: csiostor: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-2/+5
2019-01-29scsi: csiostor: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+1
2018-12-19scsi: csiostor: fix incorrect dma device in case of vportVarun Prakash1-1/+1
2018-12-07scsi: csiostor: remove flush_scheduled_work()Varun Prakash1-1/+0
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+2
2018-10-17scsi: csiostor: switch to generic DMA APIChristoph Hellwig1-5/+2
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2017-12-04scsi: csiostor: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman1-1/+1
2017-09-25scsi: csiostor: enable PCIe relaxed ordering if supportedVarun Prakash1-0/+3
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-4/+8
2017-08-16scsi: csiostor: fail probe if fw does not support FCoEVarun Prakash1-4/+8
2017-08-07scsi: csiostor: Replace PCI pool old APIRomain Perier1-5/+6
2017-06-12scsi: csiostor: add support for Chelsio T6 adaptersVarun Prakash1-2/+4
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/git/viro/vfsLinus Torvalds1-6/+3
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-6/+3
2015-01-19csiostor:Remove T4 FCoE Support.Praveen Madhavan1-4/+2
2014-11-25cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai1-46/+18
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FWHariprasad Shenai1-4/+4
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistentHariprasad Shenai1-3/+3
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-03-14csiostor: Cleanup chip specific operations.Arvind Bhushan1-10/+38
2013-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
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-11-27[SCSI] csiostor: Chelsio FCoE offload driverNaresh Kumar Inna1-0/+1274