index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-25
scsi: 3w-xxxx: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-8
/
+8
2022-09-25
scsi: hptiop: Replace one-element array with flexible-array member in struct hpt_iop_request_ioctl_command()
Gustavo A. R. Silva
1
-1
/
+1
2022-09-25
scsi: hptiop: Use struct_size() helper in code related to struct hpt_iop_request_scsi_command
Gustavo A. R. Silva
1
-5
/
+3
2022-09-25
scsi: hptiop: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-3
/
+2
2022-09-25
scsi: pm8001: Fix running_req for internal abort commands
John Garry
1
-0
/
+4
2022-09-25
scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()
Duoming Zhou
1
-1
/
+1
2022-09-25
scsi: scsi_transport_fc: Adjust struct fc_nl_event flex array usage
Kees Cook
1
-3
/
+5
2022-09-25
scsi: core: Make SCSI_MOD depend on BLOCK for cleaner .config files
Lukas Bulwahn
1
-3
/
+4
2022-09-23
scsi: storvsc: remove an extraneous "to" in a comment
wangjianli
1
-1
/
+1
2022-09-23
Drivers: hv: vmbus: Optimize vmbus_on_event
Saurabh Sengar
1
-0
/
+9
2022-09-15
scsi: scsi_transport_fc: Use %u for dev_loss_tmo
Martin Wilck
1
-1
/
+1
2022-09-15
scsi: csiostor: Convert sysfs snprintf() to sysfs_emit()
Xuezhi Zhang
1
-5
/
+5
2022-09-15
scsi: megaraid: Convert sysfs snprintf() to sysfs_emit()
Xuezhi Zhang
1
-2
/
+2
2022-09-15
scsi: ibmvscsi_tgt: Fix repeated words in comment
wangjianli
1
-1
/
+1
2022-09-15
scsi: mpt3sas: Fix return value check of dma_get_required_mask()
Sreekanth Reddy
1
-1
/
+1
2022-09-15
scsi: lpfc: Update lpfc version to 14.2.0.7
James Smart
1
-1
/
+1
2022-09-15
scsi: lpfc: Fix various issues reported by tools
James Smart
6
-118
/
+148
2022-09-15
scsi: lpfc: Add reporting capability for Link Degrade Signaling
James Smart
8
-68
/
+224
2022-09-15
scsi: lpfc: Rework FDMI attribute registration for unintential padding
James Smart
2
-669
/
+350
2022-09-15
scsi: lpfc: Rework lpfc_fdmi_cmd() routine for cleanup and consistency
James Smart
1
-23
/
+30
2022-09-15
scsi: lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmd
James Smart
1
-31
/
+32
2022-09-15
scsi: lpfc: Update congestion mode logging for Emulex SAN Manager application
James Smart
1
-6
/
+22
2022-09-15
scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phba
James Smart
4
-34
/
+48
2022-09-15
scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPort ID
James Smart
3
-41
/
+37
2022-09-15
scsi: lpfc: Add missing free iocb and nlp kref put for early return VMID cases
James Smart
1
-3
/
+7
2022-09-15
scsi: lpfc: Fix mbuf pool resource detected as busy at driver unload
James Smart
1
-0
/
+7
2022-09-15
scsi: lpfc: Fix FLOGI ACC with wrong SID in PT2PT topology
James Smart
1
-2
/
+7
2022-09-15
scsi: lpfc: Fix prli_fc4_req checks in PRLI handling
James Smart
1
-2
/
+2
2022-09-15
scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler()
Dan Carpenter
1
-2
/
+4
2022-09-15
scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture()
Dan Carpenter
1
-26
/
+32
2022-09-15
scsi: aic79xx: Use __ro_after_init explicitly
Kees Cook
1
-1
/
+1
2022-09-15
scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()
Rafael Mendonca
1
-1
/
+3
2022-09-15
scsi: qla2xxx: Remove unused declarations for qla2xxx
Gaosheng Cui
2
-14
/
+0
2022-09-15
scsi: qedf: Fix a UAF bug in __qedf_probe()
Letu Ren
1
-5
/
+0
2022-09-07
freezer: Have {,un}lock_system_sleep() save/restore flags
Peter Zijlstra
1
-3
/
+4
2022-09-06
scsi: qla2xxx: Fix spelling mistake "definiton" -> "definition"
Colin Ian King
1
-1
/
+1
2022-09-06
scsi: mpt3sas: Fix use-after-free warning
Sreekanth Reddy
1
-1
/
+1
2022-09-06
scsi: hisi_sas: Don't send bcast events from HW during nexus HA reset
John Garry
1
-4
/
+12
2022-09-06
scsi: hisi_sas: Add helper to process bcast events
John Garry
5
-13
/
+18
2022-09-06
scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()
John Garry
1
-0
/
+7
2022-09-06
scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlier
John Garry
1
-1
/
+1
2022-09-06
scsi: hisi_sas: Revert change to limit max hw sectors for v3 HW
John Garry
1
-7
/
+0
2022-09-06
scsi: esas2r: Use flex array destination for memcpy()
Kees Cook
2
-2
/
+2
2022-09-06
scsi: 3w-9xxx: Avoid disabling device if failing to enable it
Letu Ren
1
-1
/
+1
2022-09-06
scsi: qlogicpti: Fix dma_map_sg() check
Jack Wang
1
-1
/
+2
2022-09-06
scsi: core: Convert scsi_decide_disposition() to use SCSIML_STAT
Mike Christie
2
-25
/
+11
2022-09-06
scsi: core: Add error codes for internal SCSI midlayer use
Mike Christie
3
-0
/
+38
2022-09-06
scsi: cxlflash: Drop DID_ALLOC_FAILURE use
Mike Christie
1
-1
/
+1
2022-09-06
scsi: qla2xxx: Drop DID_TARGET_FAILURE use
Mike Christie
1
-1
/
+1
2022-09-06
scsi: virtio_scsi: Drop DID_NEXUS_FAILURE use
Mike Christie
1
-1
/
+1
[prev]
[next]