Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry
2022-02-12scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry
2022-02-12scsi: isci: Drop SAS_TASK_AT_INITIATOR check in isci_task_abort_task()John Garry
2021-10-17scsi: isci: Switch to attribute groupsBart Van Assche
2021-10-17scsi: isci: Remove a declarationBart Van Assche
2021-08-12scsi: isci: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen
2021-06-23scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche
2021-06-02scsi: isci: Use correctly sized target buffer for memcpy()Kees Cook
2021-04-13scsi: isci: Remove unnecessary struct declarationWan Jiabing
2021-03-19scsi: isci: remote_node_table: Provide some missing params and remove othersLee Jones
2021-03-19scsi: isci: remote_node_context: Demote kernel-doc abuseLee Jones
2021-03-19scsi: isci: port: Fix a bunch of kernel-doc issuesLee Jones
2021-03-19scsi: isci: request: Fix doc-rot issue relating to 'ireq' paramLee Jones
2021-03-19scsi: isci: remote_device: Fix a bunch of doc-rot issuesLee Jones
2021-03-19scsi: isci: port_config: Fix a bunch of doc-rot and demote abusesLee Jones
2021-03-19scsi: isci: remote_node_context: Fix one function header and demote a couple ...Lee Jones
2021-03-19scsi: isci: remote_node_table: Fix a bunch of kernel-doc misdemeanoursLee Jones
2021-03-19scsi: isci: task: Demote non-conformant header and remove superfluous paramLee Jones
2021-03-19scsi: isci: host: Fix bunch of kernel-doc related issuesLee Jones
2021-03-19scsi: isci: request: Fix a myriad of kernel-doc issuesLee Jones
2021-03-19scsi: isci: phy: Provide function name and demote non-conforming headerLee Jones
2021-03-19scsi: isci: phy: Fix a few different kernel-doc related issuesLee Jones
2021-03-19scsi: isci: Make local function port_state_name() staticLee Jones
2021-03-19scsi: isci: Make local function isci_remote_device_wait_for_resume_from_abort...Lee Jones
2021-02-09scsi: isci: Remove redundant initialization of variable 'status'Yang Li
2021-01-23scsi: isci: Switch back to original libsas event notifiersAhmed S. Darwish
2021-01-23scsi: isci: Pass gfp_t flags in isci_port_bc_change_received()Ahmed S. Darwish
2021-01-23scsi: isci: Pass gfp_t flags in isci_port_link_up()Ahmed S. Darwish
2021-01-23scsi: isci: Pass gfp_t flags in isci_port_link_down()Ahmed S. Darwish
2021-01-23scsi: libsas: Remove notifier indirectionJohn Garry
2021-01-13scsi: isci: Remove the unneeded variable "status"YANG LI
2020-11-11scsi: isci: Don't use PCI helper functionsVaibhav Gupta
2020-10-27scsi: Remove unneeded break statementsTom Rix
2020-10-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-08scsi: isci: Fix a typo in a commentChristophe JAILLET
2020-09-16scsi: isci: Make scu_link_layer_set_txcomsas_timeout() staticJason Yan
2020-09-16scsi: isci: Make isci_host_attrs staticJason Yan
2020-09-02scsi: isci: Remove set but not used 'index'Jason Yan
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-07-25scsi: isci: Remove redundant initialization of variable 'status'Colin Ian King
2020-06-16scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig
2020-04-25scsi: isci: Use true, false for bool variablesJason Yan
2020-04-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-03-12scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-23scsi: iscsi: Use EFI GetVariable only when availableArd Biesheuvel
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann