index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mvumi.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-25
scsi: mpi3mr: Graceful handling of surprise removal of PCIe HBA
Sreekanth Reddy
3
-8
/
+145
2022-09-25
scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernels
Sreekanth Reddy
1
-1
/
+15
2022-09-25
scsi: mpi3mr: Support new power management framework
Sreekanth Reddy
1
-20
/
+13
2022-09-25
scsi: mpi3mr: Update mpi3 header files
Sreekanth Reddy
7
-52
/
+165
2022-09-25
scsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use"
Damien Le Moal
1
-6
/
+7
2022-09-25
scsi: mpt3sas: Revert "scsi: mpt3sas: Fix writel() use"
Damien Le Moal
1
-5
/
+5
2022-09-25
scsi: wd33c93: Remove dead code related to the long-gone config WD33C93_PIO
Lukas Bulwahn
2
-65
/
+0
2022-09-25
scsi: core: Add I/O timeout count for SCSI device
Wu Bo
3
-0
/
+4
2022-09-25
scsi: qedf: Populate sysfs attributes for vport
Saurav Kashyap
1
-0
/
+21
2022-09-25
scsi: pm8001: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
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 ...
Gustavo A. R. Silva
1
-1
/
+1
2022-09-25
scsi: hptiop: Use struct_size() helper in code related to struct hpt_iop_requ...
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
2
-5
/
+10
2022-09-25
scsi: ufs: core: Remove redundant function definitions from ufshcd.h
Arthur Simchaev
2
-20
/
+5
2022-09-25
scsi: core: Make SCSI_MOD depend on BLOCK for cleaner .config files
Lukas Bulwahn
1
-3
/
+4
2022-09-25
scsi: tracing: Fix compile error in trace_array calls when TRACING is disabled
Arun Easi
1
-2
/
+34
2022-09-16
scsi: scsi_transport_fc: Use %u for dev_loss_tmo
Martin Wilck
1
-1
/
+1
2022-09-16
scsi: csiostor: Convert sysfs snprintf() to sysfs_emit()
Xuezhi Zhang
1
-5
/
+5
2022-09-16
scsi: megaraid: Convert sysfs snprintf() to sysfs_emit()
Xuezhi Zhang
1
-2
/
+2
2022-09-16
scsi: ibmvscsi_tgt: Fix repeated words in comment
wangjianli
1
-1
/
+1
2022-09-16
scsi: lpfc: Update lpfc version to 14.2.0.7
James Smart
1
-1
/
+1
2022-09-16
scsi: lpfc: Fix various issues reported by tools
James Smart
6
-118
/
+148
2022-09-16
scsi: lpfc: Add reporting capability for Link Degrade Signaling
James Smart
8
-68
/
+224
2022-09-16
scsi: lpfc: Rework FDMI attribute registration for unintential padding
James Smart
2
-669
/
+350
2022-09-16
scsi: lpfc: Rework lpfc_fdmi_cmd() routine for cleanup and consistency
James Smart
1
-23
/
+30
2022-09-16
scsi: lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmd
James Smart
1
-31
/
+32
2022-09-16
scsi: lpfc: Update congestion mode logging for Emulex SAN Manager application
James Smart
1
-6
/
+22
2022-09-16
scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phba
James Smart
4
-34
/
+48
2022-09-16
scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPor...
James Smart
3
-41
/
+37
2022-09-16
scsi: lpfc: Add missing free iocb and nlp kref put for early return VMID cases
James Smart
1
-3
/
+7
2022-09-16
scsi: lpfc: Fix mbuf pool resource detected as busy at driver unload
James Smart
1
-0
/
+7
2022-09-16
scsi: lpfc: Fix FLOGI ACC with wrong SID in PT2PT topology
James Smart
1
-2
/
+7
2022-09-16
scsi: lpfc: Fix prli_fc4_req checks in PRLI handling
James Smart
1
-2
/
+2
2022-09-16
scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler()
Dan Carpenter
1
-2
/
+4
2022-09-16
scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture()
Dan Carpenter
1
-26
/
+32
2022-09-16
scsi: aic79xx: Use __ro_after_init explicitly
Kees Cook
1
-1
/
+1
2022-09-16
scsi: target: Remove unused se_tmr_req_cache declaration
Gaosheng Cui
1
-2
/
+0
2022-09-16
scsi: qla2xxx: Remove unused declarations for qla2xxx
Gaosheng Cui
2
-14
/
+0
2022-09-16
scsi: target: alua: Do not report emtpy port group
Dmitry Bogdanov
1
-0
/
+3
2022-09-16
scsi: target: core: Set MULTIP bit for se_device with multiple ports
Dmitry Bogdanov
1
-0
/
+6
2022-09-07
scsi: qla2xxx: Fix spelling mistake "definiton" -> "definition"
Colin Ian King
1
-1
/
+1
2022-09-07
scsi: hisi_sas: Don't send bcast events from HW during nexus HA reset
John Garry
1
-4
/
+12
2022-09-07
scsi: hisi_sas: Add helper to process bcast events
John Garry
5
-13
/
+18
2022-09-07
scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()
John Garry
1
-0
/
+7
2022-09-07
scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlier
John Garry
1
-1
/
+1
2022-09-07
scsi: hisi_sas: Revert change to limit max hw sectors for v3 HW
John Garry
1
-7
/
+0
[next]