index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-28
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+0
2021-11-24
Revert "virtio-scsi: don't let virtio core to validate used buffer length"
Michael S. Tsirkin
1
-1
/
+0
2021-11-22
scsi: scsi_debug: Zero clear zones at reset write pointer
Shin'ichiro Kawasaki
1
-0
/
+5
2021-11-22
scsi: core: sysfs: Fix setting device state to SDEV_RUNNING
Mike Christie
1
-1
/
+1
2021-11-22
scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()
George Kennedy
1
-2
/
+2
2021-11-18
scsi: mpt3sas: Fix incorrect system timestamp
Sreekanth Reddy
1
-2
/
+2
2021-11-18
scsi: mpt3sas: Fix system going into read-only mode
Sreekanth Reddy
2
-1
/
+60
2021-11-18
scsi: mpt3sas: Fix kernel panic during drive powercycle test
Sreekanth Reddy
1
-1
/
+1
2021-11-18
scsi: ufs: ufs-mediatek: Add put_device() after of_find_device_by_node()
Ye Guojin
1
-0
/
+1
2021-11-18
scsi: scsi_debug: Fix type in min_t to avoid stack OOB
George Kennedy
1
-15
/
+19
2021-11-18
scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo()
Dan Carpenter
1
-1
/
+1
2021-11-18
scsi: ufs: ufshpb: Fix warning in ufshpb_set_hpb_read_to_upiu()
Bean Huo
1
-1
/
+1
2021-11-16
scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id()
Ewan D. Milne
1
-4
/
+2
2021-11-16
scsi: ufs: core: Fix another task management completion race
Adrian Hunter
1
-2
/
+1
2021-11-16
scsi: ufs: core: Fix task management completion timeout race
Adrian Hunter
1
-5
/
+0
2021-11-16
scsi: core: sysfs: Fix hang when device state is set via sysfs
Mike Christie
1
-11
/
+19
2021-11-16
scsi: iscsi: Unblock session then wake up error handler
Mike Christie
1
-3
/
+3
2021-11-16
scsi: ufs: core: Improve SCSI abort handling
Bart Van Assche
1
-0
/
+1
2021-11-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
29
-348
/
+889
2021-11-09
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-22
/
+40
2021-11-09
scsi: make sure that request queue queiesce and unquiesce balanced
Ming Lei
1
-9
/
+28
2021-11-09
scsi: avoid to quiesce sdev->request_queue two times
Ming Lei
1
-15
/
+14
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
187
-2352
/
+3588
2021-11-04
scsi: scsi_debug: Don't call kcalloc() if size arg is zero
George Kennedy
1
-0
/
+4
2021-11-04
scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()
Tadeusz Struk
1
-2
/
+0
2021-11-03
scsi: scsi_ioctl: Validate command size
Tadeusz Struk
1
-0
/
+2
2021-11-03
scsi: ufs: ufshpb: Properly handle max-single-cmd
Avri Altman
2
-12
/
+13
2021-11-03
Merge branch '5.15/scsi-fixes' into 5.16/scsi-queue
Martin K. Petersen
17
-336
/
+84
2021-11-03
scsi: core: Avoid leaving shost->last_reset with stale value if EH does not run
Ewan D. Milne
3
-0
/
+27
2021-11-03
scsi: bsg: Fix errno when scsi_bsg_register_queue() fails
Jackie Liu
1
-0
/
+1
2021-11-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+1
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-58
/
+61
2021-11-01
Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-5
/
+8
2021-11-01
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
11
-39
/
+92
2021-11-01
Merge tag 'for-5.16/scsi-ma-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-0
/
+82
2021-11-01
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+15
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-31
/
+40
2021-11-01
virtio-scsi: don't let virtio core to validate used buffer length
Jason Wang
1
-0
/
+1
2021-10-30
scsi: ufs: ufshpb: Remove HPB2.0 flows
Avri Altman
3
-288
/
+4
2021-10-29
scsi: mpt3sas: Fix reference tag handling for WRITE_INSERT
Martin K. Petersen
1
-3
/
+6
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
9
-26
/
+26
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-41
/
+69
2021-10-27
scsi: sr: Remove duplicate assignment
Alexey Dobriyan
1
-1
/
+0
2021-10-27
scsi: ufs: ufs-exynos: Introduce ExynosAuto v9 virtual host
Chanho Park
1
-0
/
+86
2021-10-27
scsi: ufs: ufs-exynos: Multi-host configuration for ExynosAuto v9
Chanho Park
1
-0
/
+68
2021-10-27
scsi: ufs: ufs-exynos: Support ExynosAuto v9 UFS
Chanho Park
2
-0
/
+136
2021-10-27
scsi: ufs: ufs-exynos: Add pre/post_hce_enable drv callbacks
Chanho Park
2
-0
/
+12
2021-10-27
scsi: ufs: ufs-exynos: Factor out priv data init
Chanho Park
1
-7
/
+14
2021-10-27
scsi: ufs: ufs-exynos: Add EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR option
Chanho Park
2
-2
/
+5
2021-10-27
scsi: ufs: ufs-exynos: Support custom version of ufs_hba_variant_ops
Chanho Park
2
-1
/
+8
[next]