Toggle navigation
Patchwork
linaro-scsi
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Lv Ruyi
| Archived =
No
| 36 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[linux-next] scsi: message: Remove the unneeded result variable
[linux-next] scsi: message: Remove the unneeded result variable
-
-
-
2022-09-05
Lv Ruyi
New
[linux-next] scsi: scsi_error.c: Remove the unneeded result variable
[linux-next] scsi: scsi_error.c: Remove the unneeded result variable
-
-
-
2022-08-31
Lv Ruyi
New
[linux-next] scsi: lpfc: Remove the unneeded result variable 'n'
[linux-next] scsi: lpfc: Remove the unneeded result variable 'n'
-
-
-
2022-08-30
Lv Ruyi
New
[linux-next] scsi: snic: Remove the unneeded result variable
[linux-next] scsi: snic: Remove the unneeded result variable
-
-
-
2022-08-26
Lv Ruyi
New
[linux-next] scsi: mpt3sas: Remove the unneeded result variable
[linux-next] scsi: mpt3sas: Remove the unneeded result variable
-
-
-
2022-08-26
Lv Ruyi
New
[linux-next] scsi: lpfc: Remove unneeded result variable
[linux-next] scsi: lpfc: Remove unneeded result variable
-
-
-
2022-08-24
Lv Ruyi
New
[linux-next] scsi: lpfc: Remove the unneeded result variable
[linux-next] scsi: lpfc: Remove the unneeded result variable
-
-
-
2022-08-24
Lv Ruyi
New
[SCSI] scsi_transport_spi: Use kobj_to_dev()
[SCSI] scsi_transport_spi: Use kobj_to_dev()
-
-
-
2022-05-12
Lv Ruyi
New
lpfc: use kobj_to_dev()
lpfc: use kobj_to_dev()
-
-
-
2022-05-10
Lv Ruyi
New
[SCSI] ipr: use kobj_to_dev()
[SCSI] ipr: use kobj_to_dev()
-
-
-
2022-05-10
Lv Ruyi
New
[SCSI] 3w-sas: use kobj_to_dev()
[SCSI] 3w-sas: use kobj_to_dev()
-
-
-
2022-05-10
Lv Ruyi
New
scsi:fnic: remove unneeded flush_workqueue
scsi:fnic: remove unneeded flush_workqueue
-
-
-
2022-04-24
Lv Ruyi
New
scsi: qla2xxx: remove unneeded flush_workqueue
scsi: qla2xxx: remove unneeded flush_workqueue
-
-
-
2022-04-24
Lv Ruyi
New
scsi: bfa: remove unneeded flush_workqueue
scsi: bfa: remove unneeded flush_workqueue
-
-
-
2022-04-24
Lv Ruyi
New
scsi: ufs: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
scsi: ufs: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
-
-
-
2022-04-20
Lv Ruyi
New
scsi: lpfc: Remove unneeded variable
scsi: lpfc: Remove unneeded variable
-
-
-
2022-04-19
Lv Ruyi
New
scsi: lpfc: fix error check return value of debugfs_create_file()
scsi: lpfc: fix error check return value of debugfs_create_file()
-
-
-
2022-04-19
Lv Ruyi
New
megaraid: fix error check return value of register_chrdev()
megaraid: fix error check return value of register_chrdev()
-
-
-
2022-04-18
Lv Ruyi
New
drivers: Fix spelling mistake "writting" -> "writing"
drivers: Fix spelling mistake "writting" -> "writing"
-
-
-
2022-04-08
Lv Ruyi
New
scsi: ipr: Remove useless DMA-32 fallback configuration
scsi: ipr: Remove useless DMA-32 fallback configuration
-
-
-
2022-03-18
Lv Ruyi
New
scsi: csiostor: Remove useless DMA-32 fallback configuration
scsi: csiostor: Remove useless DMA-32 fallback configuration
-
-
-
2022-03-17
Lv Ruyi
New
message/fusion: use struct_size over open coded arithmetic
message/fusion: use struct_size over open coded arithmetic
-
-
-
2022-02-16
Lv Ruyi
New
qedi: Remove redundant 'flush_workqueue()' calls
qedi: Remove redundant 'flush_workqueue()' calls
-
-
-
2022-01-27
Lv Ruyi
New
drivers/scsi/csiostor: do not sleep with a spin lock held
drivers/scsi/csiostor: do not sleep with a spin lock held
-
-
-
2022-01-19
Lv Ruyi
New
drivers/message/fusion: remove redundant rc variable
drivers/message/fusion: remove redundant rc variable
-
-
-
2022-01-12
Lv Ruyi
New
scsi: megaraid: use max() to make code cleaner
scsi: megaraid: use max() to make code cleaner
-
-
-
2022-01-11
Lv Ruyi
New
drivers/scsi: remove redundant error variable
drivers/scsi: remove redundant error variable
-
-
-
2022-01-04
Lv Ruyi
New
scsi: megaraid_sas: use max() to make code cleaner
scsi: megaraid_sas: use max() to make code cleaner
-
-
-
2021-12-16
Lv Ruyi
New
scsi: dc395x: Use bitwise instead of arithmetic operator for flags
scsi: dc395x: Use bitwise instead of arithmetic operator for flags
-
-
-
2021-11-24
Lv Ruyi
New
scsi: ipr: remove unneeded variable
scsi: ipr: remove unneeded variable
-
-
-
2021-11-10
Lv Ruyi
New
scsi: myrs: Replace snprintf in show functions with sysfs_emit
scsi: myrs: Replace snprintf in show functions with sysfs_emit
-
-
-
2021-11-10
Lv Ruyi
New
scsi:pmcraid: remove unneeded semicolon
scsi:pmcraid: remove unneeded semicolon
-
-
-
2021-11-09
Lv Ruyi
New
[linux-next] scsi:snic_attrs:Convert sysfs sprintf/snprintf family to sysfs_emit
[linux-next] scsi:snic_attrs:Convert sysfs sprintf/snprintf family to sysfs_emit
-
-
-
2021-08-21
Lv Ruyi
New
[linux-next] scsi: remove unneeded semicolon
[linux-next] scsi: remove unneeded semicolon
-
-
-
2021-08-20
Lv Ruyi
New
[linux-next] scsi: megaraid: fix Coccinelle warnings
[linux-next] scsi: megaraid: fix Coccinelle warnings
-
-
-
2021-08-20
Lv Ruyi
New
[linux-next] scsi/csiostor: fix application of sizeof to pointer
[linux-next] scsi/csiostor: fix application of sizeof to pointer
-
-
-
2021-08-20
Lv Ruyi
New