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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-26
PCI: Convert PCIe capability PCIBIOS errors to errno
Bolarinwa Olayemi Saheed
1
-1
/
+5
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-9
/
+3
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-23
scsi: lpfc: Avoid another null dereference in lpfc_sli4_hba_unset()
SeongJae Park
1
-1
/
+2
2020-06-23
scsi: qla2xxx: Keep initiator ports after RSCN
Roman Bolshakov
1
-1
/
+3
2020-06-23
scsi: qla2xxx: Set NVMe status code for failed NVMe FCP request
Daniel Wagner
1
-1
/
+2
2020-06-20
scsi: storvsc: Introduce the per-storvsc_device spinlock
Andrea Parri (Microsoft)
1
-5
/
+11
2020-06-19
scsi: core: Fix formatting errors in scsi_lib.c
Bean Huo
1
-22
/
+21
2020-06-19
scsi: core: Remove scsi_sdb_cache
Bean Huo
3
-19
/
+0
2020-06-19
scsi: ufs: ufs-exynos: Fix spelling mistake "pa_granularty" -> "pa_granularity"
Colin Ian King
1
-1
/
+1
2020-06-19
scsi: ufs-mediatek: Make ufs_mtk_wait_link_state static
Stanley Chu
1
-2
/
+2
2020-06-15
scsi: Wire up ata_scsi_dma_need_drain for SAS HBA drivers
Christoph Hellwig
8
-0
/
+8
2020-06-15
scsi: ufs: Fix imprecise load calculation in devfreq window
Stanley Chu
2
-9
/
+11
2020-06-15
scsi: ufs: Add trace event for UIC commands
Stanley Chu
1
-0
/
+26
2020-06-15
scsi: ufs: Remove unused field in struct uic_command
Stanley Chu
1
-4
/
+0
2020-06-15
scsi: ufs: Clean up device vendor name and device quirk table
Stanley Chu
2
-10
/
+7
2020-06-15
scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devices
Stanley Chu
2
-0
/
+3
2020-06-15
scsi: mpt3sas: Fix spelling mistake
Flavio Suligoi
2
-2
/
+2
2020-06-15
scsi: Fix trivial spelling
Kieran Bingham
4
-6
/
+6
2020-06-15
scsi: ufs: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
Bean Huo
6
-157
/
+6
2020-06-15
scsi: ufs: Add compatibility with 3.1 UFS unit descriptor length
Bean Huo
2
-3
/
+9
2020-06-15
scsi: ufs: Clean up ufs initialization path
Bean Huo
4
-161
/
+38
2020-06-15
scsi: ufs: Fix potential NULL pointer access during memcpy
Bean Huo
1
-2
/
+2
2020-06-15
scsi: ufs: Delete ufshcd_read_desc()
Bean Huo
1
-19
/
+8
2020-06-15
scsi: ufs: Remove max_t in ufs_get_device_desc
Bean Huo
1
-4
/
+1
2020-06-15
scsi: ufs-mediatek: Allow unbound mphy
Stanley Chu
1
-0
/
+6
2020-06-15
scsi: ufs-mediatek: Fix unbalanced clock on/off
Stanley Chu
2
-23
/
+38
2020-06-15
scsi: ufs-mediatek: Introduce low-power mode for device power supply
Stanley Chu
1
-0
/
+21
2020-06-15
scsi: ufs-mediatek: Do not gate clocks if auto-hibern8 is not entered yet
Stanley Chu
1
-9
/
+27
2020-06-15
scsi: ufs-mediatek: Fix imprecise waiting time for ref-clk control
Stanley Chu
2
-4
/
+5
2020-06-15
scsi: ufs-bsg: Fix runtime PM imbalance on error
Dinghao Liu
1
-1
/
+3
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
2020-06-15
scsi: ufs: Add quirk to fix mishandling utrlclr/utmrlclr
Alim Akhtar
2
-2
/
+14
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
15
-67
/
+67
2020-06-13
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
11
-143
/
+110
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
15
-67
/
+67
2020-06-10
scsi: acornscsi: Fix an error handling path in acornscsi_probe()
Christophe JAILLET
1
-1
/
+3
2020-06-09
scsi: storvsc: Remove memset before memory freeing in storvsc_suspend()
Denis Efremov
1
-3
/
+0
2020-06-09
scsi: cxlflash: Remove an unnecessary NULL check
Dan Carpenter
1
-3
/
+0
2020-06-09
scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM
Tyrel Datwyler
1
-0
/
+2
2020-06-09
scsi: sr: Fix sr_probe() missing deallocate of device minor
Simon Arlott
1
-1
/
+5
2020-06-09
scsi: sr: Fix sr_probe() missing mutex_destroy
Simon Arlott
1
-0
/
+1
2020-06-09
scsi: st: Convert convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-15
/
+5
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
9
-9
/
+9
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
9
-9
/
+9
[prev]
[next]