index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: ufs: Add "wb_on" sysfs node to control WB on/off
Bean Huo
2021-01-21
3
-2
/
+49
*
scsi: ufs: ufs-exynos: Use UFSHCD_QUIRK_ALIGN_SG_WITH_PAGE_SIZE
Kiwoong Kim
2021-01-21
1
-1
/
+2
*
scsi: ufs: Introduce a quirk to allow only page-aligned sg entries
Kiwoong Kim
2021-01-21
2
-0
/
+6
*
scsi: ufs: Delete redundant if statement in ufshcd_intr()
Bean Huo
2021-01-21
1
-2
/
+1
*
scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"
Colin Ian King
2021-01-21
1
-1
/
+1
*
scsi: pm80xx: Switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-01-21
1
-4
/
+5
*
scsi: pm80xx: Clean up indentation of a code block
Colin Ian King
2021-01-21
1
-19
/
+15
*
Merge branch '5.11/scsi-fixes' into 5.12/scsi-queue
Martin K. Petersen
2021-01-21
10
-48
/
+142
|
\
|
*
scsi: sd: Remove obsolete variable in sd_remove()
Lukas Bulwahn
2021-01-06
1
-2
/
+0
|
*
scsi: sd: Suppress spurious errors when WRITE SAME is being disabled
Ewan D. Milne
2021-01-06
1
-1
/
+3
|
*
scsi: scsi_debug: Fix memleak in scsi_debug_init()
Dinghao Liu
2021-01-06
1
-2
/
+3
|
*
scsi: mpt3sas: Fix spelling mistake in Kconfig "compatiblity" -> "compatibility"
Colin Ian King
2021-01-06
1
-1
/
+1
|
*
scsi: qedi: Correct max length of CHAP secret
Nilesh Javali
2021-01-06
1
-2
/
+2
|
*
scsi: ufs: Correct the LUN used in eh_device_reset_handler() callback
Can Guo
2021-01-06
1
-7
/
+4
|
*
scsi: ufs: Relocate flush of exceptional event
Kiwoong Kim
2021-01-06
1
-2
/
+2
|
*
scsi: ufs: Relax the condition of UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRL
Stanley Chu
2021-01-06
1
-4
/
+2
|
*
scsi: ufs: Fix possible power drain during system suspend
Stanley Chu
2021-01-06
1
-1
/
+2
|
*
Merge branch '5.11/scsi-postmerge' into 5.11/scsi-fixes
Martin K. Petersen
2021-01-04
5
-26
/
+123
|
|
\
|
|
*
scsi: hisi_sas: Expose HW queues for v2 hw
John Garry
2020-12-22
3
-13
/
+68
|
|
*
Revert "Revert "scsi: megaraid_sas: Added support for shared host tagset for ...
Martin K. Petersen
2020-12-17
2
-13
/
+55
*
|
|
scsi: lpfc: Add support for eh_should_retry_cmd()
Muneendra Kumar
2021-01-15
1
-0
/
+1
*
|
|
scsi: scsi_transport_fc: Add store capability to rport port_state in sysfs
Muneendra Kumar
2021-01-15
1
-2
/
+54
*
|
|
scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINAL
Muneendra Kumar
2021-01-15
1
-16
/
+46
*
|
|
scsi: core: No retries on abort success
Muneendra Kumar
2021-01-15
1
-2
/
+15
*
|
|
scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.h
Muneendra Kumar
2021-01-15
2
-0
/
+7
*
|
|
scsi: ibmvfc: Provide modules parameters for MQ settings
Tyrel Datwyler
2021-01-15
2
-9
/
+67
*
|
|
scsi: ibmvfc: Enable MQ and set reasonable defaults
Tyrel Datwyler
2021-01-15
1
-3
/
+3
*
|
|
scsi: ibmvfc: Purge SCSI channels after transport loss/reset
Tyrel Datwyler
2021-01-15
1
-0
/
+16
*
|
|
scsi: ibmvfc: Send Cancel MAD down each hw SCSI channel
Tyrel Datwyler
2021-01-15
2
-12
/
+100
*
|
|
scsi: ibmvfc: Add cancel mad initialization helper
Tyrel Datwyler
2021-01-15
1
-28
/
+40
*
|
|
scsi: ibmvfc: Register Sub-CRQ handles with VIOS during channel setup
Tyrel Datwyler
2021-01-15
1
-1
/
+31
*
|
|
scsi: ibmvfc: Send commands down HW Sub-CRQ when channelized
Tyrel Datwyler
2021-01-15
1
-6
/
+33
*
|
|
scsi: ibmvfc: Set and track hw queue in ibmvfc_event struct
Tyrel Datwyler
2021-01-15
2
-0
/
+6
*
|
|
scsi: ibmvfc: Advertise client support for using hardware channels
Tyrel Datwyler
2021-01-15
1
-0
/
+4
*
|
|
scsi: ibmvfc: Implement channel enquiry and setup commands
Tyrel Datwyler
2021-01-15
2
-2
/
+136
*
|
|
scsi: ibmvfc: Map/request irq and register Sub-CRQ interrupt handler
Tyrel Datwyler
2021-01-15
1
-0
/
+25
*
|
|
scsi: ibmvfc: Define Sub-CRQ interrupt handler routine
Tyrel Datwyler
2021-01-15
1
-0
/
+10
*
|
|
scsi: ibmvfc: Add handlers to drain and complete Sub-CRQ responses
Tyrel Datwyler
2021-01-15
1
-0
/
+86
*
|
|
scsi: ibmvfc: Add Sub-CRQ IRQ enable/disable routine
Tyrel Datwyler
2021-01-15
1
-0
/
+20
*
|
|
scsi: ibmvfc: Add alloc/dealloc routines for SCSI Sub-CRQ Channels
Tyrel Datwyler
2021-01-15
2
-0
/
+126
*
|
|
scsi: ibmvfc: Add Subordinate CRQ definitions
Tyrel Datwyler
2021-01-15
1
-0
/
+21
*
|
|
scsi: ibmvfc: Define hcall wrapper for registering a Sub-CRQ
Tyrel Datwyler
2021-01-15
1
-0
/
+14
*
|
|
scsi: ibmvfc: Add size parameter to ibmvfc_init_event_pool()
Tyrel Datwyler
2021-01-15
1
-9
/
+16
*
|
|
scsi: ibmvfc: Init/free event pool during queue allocation/free
Tyrel Datwyler
2021-01-15
1
-10
/
+8
*
|
|
scsi: ibmvfc: Move event pool init/free routines
Tyrel Datwyler
2021-01-15
1
-75
/
+76
*
|
|
scsi: ibmvfc: Add vhost fields and defaults for MQ enablement
Tyrel Datwyler
2021-01-15
2
-0
/
+17
*
|
|
scsi: ufs: Protect PM ops and err_handler from user access through sysfs
Can Guo
2021-01-15
3
-33
/
+125
*
|
|
scsi: ufs: Fix a possible NULL pointer issue
Can Guo
2021-01-15
1
-3
/
+14
*
|
|
scsi: ufs: Remove unnecessary devm_kfree()
Bean Huo
2021-01-13
1
-3
/
+1
*
|
|
scsi: lpfc: Simplify bool comparison
YANG LI
2021-01-13
1
-2
/
+2
[next]