| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: csiostor: Prefer pcie_capability_read_word() | Frederick Lawler | 2019-08-12 | 1 | -6/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-05-08 | 1 | -1/+27 |
|\ |
|
| * | scsi: csiostor: create per port irq affinity mask set | Varun Prakash | 2019-04-29 | 1 | -1/+27 |
* | | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2019-05-07 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | scsi: csiostor: csio_wr: mark expected switch fall-through | Gustavo A. R. Silva | 2019-04-08 | 1 | -0/+1 |
* | | scsi: csiostor: fix missing data copy in csio_scsi_err_handler() | Varun Prakash | 2019-04-08 | 1 | -1/+4 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-03-09 | 3 | -12/+5 |
|\ |
|
| * | scsi: csiostor: drop serial_number usage | Hannes Reinecke | 2019-02-27 | 1 | -4/+4 |
| * | scsi: csiostor: Remove set but not used variable 'pln' | YueHaibing | 2019-02-01 | 1 | -3/+0 |
| * | scsi: csiostor: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-01-29 | 1 | -5/+1 |
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2019-03-02 | 1 | -2/+5 |
|\ \ |
|
| * | | scsi: csiostor: fix calls to dma_set_mask_and_coherent() | Hannes Reinecke | 2019-02-25 | 1 | -2/+5 |
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2019-01-26 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | scsi: csiostor: fix NULL pointer dereference in csio_vport_set_state() | Varun Prakash | 2019-01-22 | 1 | -1/+1 |
| |/ |
|
* | | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 2 | -4/+1 |
|\ |
|
| * | scsi: csiostor: fix incorrect dma device in case of vport | Varun Prakash | 2018-12-19 | 1 | -1/+1 |
| * | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 1 | -2/+0 |
| * | scsi: csiostor: remove flush_scheduled_work() | Varun Prakash | 2018-12-07 | 1 | -1/+0 |
* | | block: kill request ->cpu member | Jens Axboe | 2018-11-07 | 1 | -7/+1 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-10-25 | 4 | -22/+20 |
|\ |
|
| * | scsi: csiostor: switch to generic DMA API | Christoph Hellwig | 2018-10-17 | 4 | -22/+20 |
* | | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep | 2018-10-02 | 1 | -1/+0 |
* | | scsi: csiostor: fix incorrect port capabilities | Varun Prakash | 2018-08-27 | 3 | -14/+48 |
* | | scsi: csiostor: add a check for NULL pointer after kmalloc() | Varun Prakash | 2018-08-27 | 1 | -7/+9 |
|/ |
|
* | scsi: csiostor: update csio_get_flash_params() | Arjun Vynipadath | 2018-08-02 | 1 | -13/+102 |
* | scsi: csiostor: update ingress pack and pad boundary value | Varun Prakash | 2018-07-19 | 1 | -5/+79 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -2/+2 |
* | cxgb4: change the port capability bits definition | Ganesh Goudar | 2018-05-23 | 1 | -1/+1 |
* | Merge branch 'fixes' into misc | James Bottomley | 2018-04-03 | 1 | -1/+1 |
|\ |
|
| * | scsi: csiostor: remove redundant assignment to pointer 'ln' | Colin Ian King | 2018-01-30 | 1 | -1/+1 |
* | | scsi: csiostor: add support for 32 bit port capabilities | Varun Prakash | 2018-03-15 | 6 | -42/+395 |
|/ |
|
* | scsi: csiostor: fix spelling mistake: "Couldnt" -> "Couldn't" | Colin Ian King | 2017-12-04 | 1 | -3/+3 |
* | scsi: csiostor: remove unneeded DRIVER_LICENSE #define | Greg Kroah-Hartman | 2017-12-04 | 2 | -2/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-11-14 | 3 | -0/+9 |
|\ |
|
| * | scsi: csiostor: enable PCIe relaxed ordering if supported | Varun Prakash | 2017-09-25 | 3 | -0/+9 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-11-13 | 3 | -16/+11 |
|\ \ |
|
| * | | scsi: csiostor: Convert timers to use timer_setup() | Kees Cook | 2017-11-01 | 3 | -16/+11 |
| |/ |
|
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'fixes' into misc | James Bottomley | 2017-09-07 | 2 | -5/+11 |
|\ |
|
| * | scsi: csiostor: fail probe if fw does not support FCoE | Varun Prakash | 2017-08-16 | 2 | -5/+11 |
* | | scsi: csiostor: Replace PCI pool old API | Romain Perier | 2017-08-07 | 3 | -9/+10 |
|/ |
|
* | scsi: csiostor: update module version | Varun Prakash | 2017-06-26 | 1 | -1/+1 |
* | scsi: csiostor: add check for supported fw version | Varun Prakash | 2017-06-12 | 2 | -0/+20 |
* | scsi: csiostor: Avoid content leaks and casts | Kees Cook | 2017-06-12 | 1 | -17/+26 |
* | scsi: csiostor: add support for Chelsio T6 adapters | Varun Prakash | 2017-06-12 | 5 | -44/+88 |
* | scsi: csiostor: fix use after free in csio_hw_use_fwconfig() | Varun Prakash | 2017-05-18 | 1 | -1/+4 |
* | scsi: csiostor: switch to pci_alloc_irq_vectors | Christoph Hellwig | 2017-04-06 | 2 | -82/+47 |
* | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 2017-02-06 | 1 | -0/+2 |