index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvdimm
/
virtio_pmem.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-31
scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
Konstantin Shelekhin
1
-27
/
+27
2023-07-31
scsi: aic7xxx: Fix firmware build fatal error
Wang Jinchao
2
-15
/
+4
2023-07-26
scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()
YueHaibing
1
-1
/
+0
2023-07-26
scsi: qla4xxx: Add length check when parsing nlattrs
Lin Ma
1
-0
/
+15
2023-07-26
scsi: be2iscsi: Add length check when parsing nlattrs
Lin Ma
1
-0
/
+4
2023-07-26
scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()
Lin Ma
1
-0
/
+8
2023-07-26
scsi: iscsi: Add length check for nlattr payload
Lin Ma
1
-29
/
+43
2023-07-26
scsi: RDMA/srp: Fix residual handling
Bart Van Assche
1
-4
/
+0
2023-07-26
scsi: ufs: Fix residual handling
Bart Van Assche
2
-2
/
+16
2023-07-26
scsi: ufs: qcom: Remove unused variable
Arnd Bergmann
1
-1
/
+0
2023-07-23
scsi: ufs: core: Remove HPB support
Bart Van Assche
10
-3405
/
+1
2023-07-23
scsi: core: Fix the scsi_set_resid() documentation
Bart Van Assche
1
-2
/
+2
2023-07-23
scsi: ufs: ufs-qcom: Change UFS devfreq timer to delayed
Nitin Rawat
1
-0
/
+1
2023-07-23
scsi: qla2xxx: Update version to 10.02.08.500-k
Nilesh Javali
1
-2
/
+2
2023-07-23
scsi: qla2xxx: fix inconsistent TMF timeout
Quinn Tran
1
-1
/
+0
2023-07-23
scsi: qla2xxx: Fix TMF leak through
Quinn Tran
1
-6
/
+14
2023-07-23
scsi: qla2xxx: Turn off noisy message log
Quinn Tran
1
-1
/
+1
2023-07-23
scsi: qla2xxx: Fix session hang in gnl
Quinn Tran
1
-2
/
+3
2023-07-23
scsi: qla2xxx: Fix erroneous link up failure
Quinn Tran
2
-2
/
+7
2023-07-23
scsi: qla2xxx: Fix command flush during TMF
Quinn Tran
3
-39
/
+45
2023-07-23
scsi: qla2xxx: Limit TMF to 8 per function
Quinn Tran
3
-25
/
+41
2023-07-23
scsi: qla2xxx: Adjust IOCB resource on qpair create
Quinn Tran
4
-19
/
+38
2023-07-23
scsi: qla2xxx: Fix deletion race condition
Quinn Tran
2
-9
/
+21
2023-07-23
scsi: lpfc: Copyright updates for 14.2.0.14 patches
Justin Tee
1
-1
/
+1
2023-07-23
scsi: lpfc: Update lpfc version to 14.2.0.14
Justin Tee
1
-1
/
+1
2023-07-23
scsi: lpfc: Clean up SLI-4 sysfs resource reporting
Justin Tee
1
-35
/
+101
2023-07-23
scsi: lpfc: Refactor cpu affinity assignment paths
Justin Tee
3
-28
/
+27
2023-07-23
scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected
Justin Tee
4
-11
/
+43
2023-07-23
scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...
Justin Tee
3
-37
/
+50
2023-07-23
scsi: lpfc: Set Establish Image Pair service parameter only for Target Functions
Justin Tee
3
-15
/
+42
2023-07-23
scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_node
Justin Tee
2
-25
/
+50
2023-07-23
scsi: lpfc: Qualify ndlp discovery state when processing RSCN
Justin Tee
1
-2
/
+5
2023-07-23
scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topology
Justin Tee
1
-2
/
+1
2023-07-23
scsi: lpfc: Simplify fcp_abort transport callback log message
Justin Tee
1
-9
/
+2
2023-07-23
scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace buffer
Justin Tee
1
-1
/
+1
2023-07-23
scsi: sun_esp: Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2023-07-23
scsi: qlogicpti: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-07-23
scsi: ufs: Explicitly include correct DT includes
Rob Herring
2
-1
/
+2
2023-07-23
scsi: ufs: core: Fix some kernel-doc comments
Yang Li
1
-7
/
+7
2023-07-23
scsi: ufs: ufs-mediatek: Remove redundant dev_err()
Yang Li
1
-1
/
+0
2023-07-23
scsi: ufs: qcom: Hold the mutex lock when configuring ESI
Ziqi Chen
1
-0
/
+4
2023-07-23
scsi: ufs: qcom: Get queue ID from MSI index in ESI handler
Ziqi Chen
2
-16
/
+10
2023-07-23
scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed()
Yihang Li
1
-5
/
+0
2023-07-23
scsi: hisi_sas: Block requests before a debugfs snapshot
Yihang Li
1
-3
/
+7
2023-07-23
scsi: hisi_sas: Fix normally completed I/O analysed as failed
Xingui Yang
2
-4
/
+13
2023-07-23
scsi: ufs: ti-j721e: Expose device tree aliases
Udit Kumar
1
-0
/
+2
2023-07-11
scsi: ufs: ufs-mediatek: Add MCQ support for MTK platform
Po-Wen Kao
2
-2
/
+205
2023-07-11
scsi: ufs: core: Export symbols for MTK driver module
Po-Wen Kao
2
-0
/
+6
2023-07-11
scsi: ufs: core: Convert UPIU_HEADER_DWORD() into a function
Bart Van Assche
3
-11
/
+12
2023-07-11
scsi: target: iscsi: Remove the unused netif_timeout attribute
Maurizio Lombardi
4
-33
/
+0
[next]