aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-11scsi: isci: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-2/+2
2021-06-22scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+1
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche2-6/+6
2021-06-02scsi: isci: Use correctly sized target buffer for memcpy()Kees Cook1-2/+2
2021-04-13scsi: isci: Remove unnecessary struct declarationWan Jiabing1-1/+0
2021-03-18scsi: isci: remote_node_table: Provide some missing params and remove othersLee Jones1-6/+7
2021-03-18scsi: isci: remote_node_context: Demote kernel-doc abuseLee Jones1-1/+1
2021-03-18scsi: isci: port: Fix a bunch of kernel-doc issuesLee Jones1-29/+31
2021-03-18scsi: isci: request: Fix doc-rot issue relating to 'ireq' paramLee Jones1-1/+1
2021-03-18scsi: isci: remote_device: Fix a bunch of doc-rot issuesLee Jones1-15/+16
2021-03-18scsi: isci: port_config: Fix a bunch of doc-rot and demote abusesLee Jones1-18/+19
2021-03-18scsi: isci: remote_node_context: Fix one function header and demote a couple moreLee Jones1-9/+2
2021-03-18scsi: isci: remote_node_table: Fix a bunch of kernel-doc misdemeanoursLee Jones1-26/+25
2021-03-18scsi: isci: task: Demote non-conformant header and remove superfluous paramLee Jones1-2/+1
2021-03-18scsi: isci: host: Fix bunch of kernel-doc related issuesLee Jones1-19/+18
2021-03-18scsi: isci: request: Fix a myriad of kernel-doc issuesLee Jones1-30/+28
2021-03-18scsi: isci: phy: Provide function name and demote non-conforming headerLee Jones1-7/+6
2021-03-18scsi: isci: phy: Fix a few different kernel-doc related issuesLee Jones1-11/+10
2021-03-18scsi: isci: Make local function port_state_name() staticLee Jones1-1/+1
2021-03-18scsi: isci: Make local function isci_remote_device_wait_for_resume_from_abort() staticLee Jones1-1/+1
2021-02-08scsi: isci: Remove redundant initialization of variable 'status'Yang Li1-6/+2
2021-01-22scsi: isci: Switch back to original libsas event notifiersAhmed S. Darwish1-6/+6
2021-01-22scsi: isci: Pass gfp_t flags in isci_port_bc_change_received()Ahmed S. Darwish1-1/+2
2021-01-22scsi: isci: Pass gfp_t flags in isci_port_link_up()Ahmed S. Darwish1-1/+2
2021-01-22scsi: isci: Pass gfp_t flags in isci_port_link_down()Ahmed S. Darwish1-2/+2
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry1-4/+3
2021-01-12scsi: isci: Remove the unneeded variable "status"YANG LI1-3/+1
2020-11-10scsi: isci: Don't use PCI helper functionsVaibhav Gupta1-17/+1
2020-10-26scsi: Remove unneeded break statementsTom Rix1-2/+0
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-4/+2
2020-10-07scsi: isci: Fix a typo in a commentChristophe JAILLET1-1/+1
2020-09-15scsi: isci: Make scu_link_layer_set_txcomsas_timeout() staticJason Yan1-1/+1
2020-09-15scsi: isci: Make isci_host_attrs staticJason Yan1-1/+1
2020-09-01scsi: isci: Remove set but not used 'index'Jason Yan1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-7/+7
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-07-24scsi: isci: Remove redundant initialization of variable 'status'Colin Ian King1-1/+1
2020-06-15scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig1-0/+1
2020-04-24scsi: isci: Use true, false for bool variablesJason Yan1-3/+3
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-03-11scsi: 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-24scsi: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-10-24scsi: 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-18scsi: isci: Grammar s/the its/its/Geert Uytterhoeven1-3/+3
2019-01-08scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe1-7/+7
2018-12-20scsi: isci: request: mark expected switch fall-throughGustavo A. R. Silva1-1/+1