summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci
AgeCommit message (Expand)AuthorFilesLines
2021-02-09scsi: isci: Remove redundant initialization of variable 'status'Yang Li1-6/+2
2021-01-23scsi: isci: Switch back to original libsas event notifiersAhmed S. Darwish1-6/+6
2021-01-23scsi: isci: Pass gfp_t flags in isci_port_bc_change_received()Ahmed S. Darwish1-1/+2
2021-01-23scsi: isci: Pass gfp_t flags in isci_port_link_up()Ahmed S. Darwish1-1/+2
2021-01-23scsi: isci: Pass gfp_t flags in isci_port_link_down()Ahmed S. Darwish1-2/+2
2021-01-23scsi: libsas: Remove notifier indirectionJohn Garry1-4/+3
2021-01-13scsi: isci: Remove the unneeded variable "status"YANG LI1-3/+1
2020-11-11scsi: isci: Don't use PCI helper functionsVaibhav Gupta1-17/+1
2020-10-27scsi: Remove unneeded break statementsTom Rix1-2/+0
2020-10-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-4/+2
2020-10-08scsi: isci: Fix a typo in a commentChristophe JAILLET1-1/+1
2020-09-16scsi: isci: Make scu_link_layer_set_txcomsas_timeout() staticJason Yan1-1/+1
2020-09-16scsi: isci: Make isci_host_attrs staticJason Yan1-1/+1
2020-09-02scsi: isci: Remove set but not used 'index'Jason Yan1-2/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-7/+7
2020-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-07-25scsi: isci: Remove redundant initialization of variable 'status'Colin Ian King1-1/+1
2020-06-16scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig1-0/+1
2020-04-25scsi: isci: Use true, false for bool variablesJason Yan1-3/+3
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-03-12scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-23scsi: iscsi: Use EFI GetVariable only when availableArd Biesheuvel1-1/+1
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+3
2019-10-25scsi: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-10-25scsi: isci: Spelling s/configruation/configuration/Geert Uytterhoeven1-1/+1
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry4-9/+4
2019-06-19scsi: isci: Grammar s/the its/its/Geert Uytterhoeven1-3/+3
2019-01-09scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe1-7/+7
2018-12-21scsi: isci: request: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-12-21scsi: isci: remote_node_context: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-12-21scsi: isci: remote_device: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-12-21scsi: isci: phy: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-15scsi: isci: use dma_set_mask_and_coherentChristoph Hellwig1-15/+4
2018-10-17scsi: isci: Change sci_controller_start_task's return type to sci_statusNathan Chancellor3-7/+7
2018-10-17scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handlerNathan Chancellor1-2/+2
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2018-05-02scsi: isci: remove redundant check on in_connection_align_insertion_frequencyColin Ian King1-3/+0
2018-04-21scsi: isci: Fix infinite loop in while loopColin Ian King1-2/+1
2018-02-14scsi: isci: remove redundant initialization to 'bit'Colin Ian King1-1/+1
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-18/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27scsi: isci: Convert timers to use timer_setup()Kees Cook5-18/+16
2017-08-26scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-1/+1
2017-07-13scsi: isci: fix typo in function namesColin Ian King1-7/+7
2017-05-09scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-2/+2
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2016-12-01scsi: isci: switch to pci_alloc_irq_vectorsChristoph Hellwig2-14/+10