index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-31
scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
Oleksandr Natalenko
1
-4
/
+3
2023-07-31
scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
Oleksandr Natalenko
1
-4
/
+3
2023-07-31
scsi: 53c700: Check that command slot is not NULL
Alexandra Diupina
1
-1
/
+1
2023-07-31
scsi: fnic: Replace return codes in fnic_clean_pending_aborts()
Karan Tilak Kumar
2
-3
/
+5
2023-07-31
scsi: storvsc: Fix handling of virtual Fibre Channel timeouts
Michael Kelley
1
-4
/
+0
2023-07-31
scsi: hisi_sas: Fix warning detected by sparse
Sunil V L
1
-1
/
+1
2023-07-31
scsi: aic7xxx: Fix firmware build fatal error
Wang Jinchao
2
-14
/
+3
2023-07-25
scsi: pm80xx: Fix error return code in pm8001_pci_probe()
Yang Yingliang
1
-1
/
+2
2023-07-25
scsi: qla4xxx: Add length check when parsing nlattrs
Lin Ma
1
-0
/
+15
2023-07-25
scsi: be2iscsi: Add length check when parsing nlattrs
Lin Ma
1
-0
/
+4
2023-07-25
scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()
Lin Ma
1
-0
/
+8
2023-07-25
scsi: iscsi: Add length check for nlattr payload
Lin Ma
1
-29
/
+43
2023-07-24
block: Improve performance for BLK_MQ_F_BLOCKING drivers
Bart Van Assche
1
-1
/
+2
2023-07-24
scsi: Remove a blk_mq_run_hw_queues() call
Bart Van Assche
1
-1
/
+1
2023-07-24
scsi: Inline scsi_kick_queue()
Bart Van Assche
1
-7
/
+2
2023-07-23
Merge patch series: "qla2xxx driver bug fixes"
Martin K. Petersen
10
-102
/
+168
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
Merge patch series "lpfc: Update lpfc to revision 14.2.0.14"
Martin K. Petersen
12
-166
/
+323
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 LOGO
Justin Tee
3
-36
/
+49
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: storvsc: Limit max_sectors for virtual Fibre Channel devices
Michael Kelley
1
-0
/
+4
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-19
scsi: sg: Fix checking return value of blk_get_queue()
Yu Kuai
1
-3
/
+4
2023-07-11
scsi: storvsc: Handle SRB status value 0x30
Michael Kelley
1
-0
/
+2
2023-07-11
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
Martin K. Petersen
8
-22
/
+14
2023-07-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
6
-35
/
+25
2023-07-05
Merge patch series "Improve checks in blk_revalidate_disk_zones()"
Martin K. Petersen
1
-7
/
+5
[prev]
[next]