index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
esp_scsi.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-02
scsi: qla2xxx: Change in PUREX to handle FPIN ELS requests
Shyam Sundar
6
-43
/
+134
2020-07-01
scsi: qla2xxx: Introduce a function for computing the debug message prefix
Bart Van Assche
1
-64
/
+32
2020-07-01
scsi: qla2xxx: Make qla2x00_restart_isp() easier to read
Bart Van Assche
1
-17
/
+22
2020-07-01
scsi: qla2xxx: Fix a Coverity complaint in qla2100_fw_dump()
Bart Van Assche
2
-1
/
+2
2020-07-01
scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.h...
Bart Van Assche
1
-2
/
+2
2020-07-01
scsi: qla2xxx: Remove a superfluous cast
Bart Van Assche
1
-2
/
+1
2020-07-01
scsi: qla2xxx: Initialize 'n' before using it
Bart Van Assche
1
-0
/
+1
2020-07-01
scsi: qla2xxx: Make qla82xx_flash_wait_write_finish() easier to read
Bart Van Assche
1
-12
/
+7
2020-07-01
scsi: qla2xxx: Remove the __packed annotation from struct fcp_hdr and fcp_hdr_le
Bart Van Assche
1
-2
/
+2
2020-07-01
scsi: qla2xxx: Check the size of struct fcp_hdr at compile time
Bart Van Assche
1
-0
/
+1
2020-06-30
scsi: target: tcmu: Fix crash on ARM during cmd completion
Bodo Stroesser
1
-1
/
+8
2020-06-30
scsi: ufs: ufs-exynos: Remove an unnecessary NULL check
Dan Carpenter
1
-1
/
+1
2020-06-27
scsi: storvsc: Fix spelling mistake
Flavio Suligoi
1
-1
/
+1
2020-06-27
scsi: ufs: Disable WriteBooster capability for non-supported UFS devices
Stanley Chu
1
-16
/
+19
2020-06-27
scsi: bnx2fc: Removal of unused variables
Javed Hasan
1
-15
/
+1
2020-06-27
scsi: cumana_2: Fix different dev_id between request_irq() and free_irq()
Christophe JAILLET
1
-1
/
+1
2020-06-27
scsi: ufs: ufs-exynos: Fix build warning
Alim Akhtar
1
-0
/
+5
2020-06-24
scsi: ufs: ufs-exynos: Fix return value check in exynos_ufs_init()
Wei Yongjun
1
-6
/
+6
2020-06-24
scsi: ufs: Allow exynos ufs driver to build as module
Alim Akhtar
1
-1
/
+1
2020-06-20
scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARM
Bodo Stroesser
1
-1
/
+1
2020-06-20
scsi: target: tcmu: Optimize use of flush_dcache_page
Bodo Stroesser
1
-4
/
+7
2020-06-20
scsi: ufs: docs: Add WriteBooster documentation
Asutosh Das
1
-0
/
+136
2020-06-20
scsi: core: Fix formatting errors in scsi_lib.c
Bean Huo
1
-22
/
+21
2020-06-20
scsi: core: Remove scsi_sdb_cache
Bean Huo
3
-19
/
+0
2020-06-20
scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHT
Bodo Stroesser
1
-2
/
+0
2020-06-20
scsi: ufs: ufs-exynos: Fix spelling mistake "pa_granularty" -> "pa_granularity"
Colin Ian King
1
-1
/
+1
2020-06-20
scsi: ufs-mediatek: Make ufs_mtk_wait_link_state static
Stanley Chu
1
-2
/
+2
2020-06-16
scsi: ufs: Fix imprecise load calculation in devfreq window
Stanley Chu
2
-9
/
+11
2020-06-16
scsi: ufs: Add trace event for UIC commands
Stanley Chu
2
-0
/
+57
2020-06-16
scsi: ufs: Remove unused field in struct uic_command
Stanley Chu
1
-4
/
+0
2020-06-16
scsi: ufs: Clean up device vendor name and device quirk table
Stanley Chu
2
-10
/
+7
2020-06-16
scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devices
Stanley Chu
2
-0
/
+3
2020-06-16
scsi: mpt3sas: Fix spelling mistake
Flavio Suligoi
2
-2
/
+2
2020-06-16
scsi: Fix trivial spelling
Kieran Bingham
4
-6
/
+6
2020-06-16
scsi: ufs: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
Bean Huo
6
-157
/
+6
2020-06-16
scsi: ufs: Add compatibility with 3.1 UFS unit descriptor length
Bean Huo
2
-3
/
+9
2020-06-16
scsi: ufs: Clean up ufs initialization path
Bean Huo
4
-161
/
+38
2020-06-16
scsi: ufs: Fix potential NULL pointer access during memcpy
Bean Huo
1
-2
/
+2
2020-06-16
scsi: ufs: Delete ufshcd_read_desc()
Bean Huo
1
-19
/
+8
2020-06-16
scsi: ufs: Remove max_t in ufs_get_device_desc
Bean Huo
1
-4
/
+1
2020-06-16
scsi: ufs-mediatek: Allow unbound mphy
Stanley Chu
1
-0
/
+6
2020-06-16
scsi: ufs-mediatek: Fix unbalanced clock on/off
Stanley Chu
2
-23
/
+38
2020-06-16
scsi: ufs-mediatek: Introduce low-power mode for device power supply
Stanley Chu
1
-0
/
+21
2020-06-16
scsi: ufs-mediatek: Do not gate clocks if auto-hibern8 is not entered yet
Stanley Chu
1
-9
/
+27
2020-06-16
scsi: ufs-mediatek: Fix imprecise waiting time for ref-clk control
Stanley Chu
2
-4
/
+5
2020-06-15
scsi: ufs: ufs-exynos: Add UFS host support for Exynos SoCs
Alim Akhtar
5
-0
/
+1625
2020-06-15
scsi: ufs: Add quirk to fix abnormal ocs fatal error
Kiwoong Kim
2
-0
/
+12
2020-06-15
scsi: ufs: Introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk
Alim Akhtar
2
-7
/
+29
2020-06-15
scsi: ufs: Add quirk to enable host controller without hce
Alim Akhtar
2
-2
/
+80
2020-06-15
scsi: ufs: Add quirk to disallow reset of interrupt aggregation
Alim Akhtar
2
-1
/
+8
[next]