index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-28
scsi: smartpqi: Add fw log to kdump
Murthy Bhat
4
-100
/
+221
2024-08-28
scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rport
Christophe JAILLET
1
-6
/
+0
2024-08-28
scsi: qla2xxx: Remove the unused 'del_list_entry' field in struct fc_port
Christophe JAILLET
1
-1
/
+0
2024-08-28
scsi: bnx2i: Remove unused declarations
Yue Haibing
1
-11
/
+0
2024-08-25
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-0
/
+3
2024-08-22
Merge patch series "Simplify multiple create*_workqueue() invocations"
Martin K. Petersen
35
-103
/
+78
2024-08-22
scsi: core: Simplify an alloc_workqueue() invocation
Bart Van Assche
1
-5
/
+4
2024-08-22
scsi: stex: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
1
-5
/
+2
2024-08-22
scsi: scsi_transport_fc: Simplify alloc_workqueue() invocations
Bart Van Assche
1
-8
/
+3
2024-08-22
scsi: snic: Simplify alloc_workqueue() invocations
Bart Van Assche
1
-4
/
+2
2024-08-22
scsi: qedi: Simplify an alloc_workqueue() invocation
Bart Van Assche
1
-3
/
+3
2024-08-22
scsi: qedf: Simplify alloc_workqueue() invocations
Bart Van Assche
1
-9
/
+6
2024-08-22
scsi: myrs: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-5
/
+2
2024-08-22
scsi: myrb: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-5
/
+2
2024-08-22
scsi: mpt3sas: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-6
/
+2
2024-08-22
scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-5
/
+1
2024-08-22
scsi: ibmvscsi_tgt: Simplify an alloc_workqueue() invocation
Bart Van Assche
1
-3
/
+2
2024-08-22
scsi: fcoe: Simplify alloc_ordered_workqueue() invocations
Bart Van Assche
1
-13
/
+5
2024-08-22
scsi: esas2r: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-5
/
+2
2024-08-22
scsi: bfa: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-5
/
+2
2024-08-22
scsi: be2iscsi: Simplify an alloc_workqueue() invocation
Bart Van Assche
1
-4
/
+2
2024-08-22
scsi: Expand all create*_workqueue() invocations
Bart Van Assche
24
-41
/
+61
2024-08-22
scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progress
Yihang Li
1
-5
/
+7
2024-08-22
scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()
Dan Carpenter
1
-1
/
+1
2024-08-22
scsi: aacraid: Fix double-free on probe failure
Ben Hutchings
1
-0
/
+2
2024-08-22
scsi: lpfc: Fix overflow build issue
Sherry Yang
1
-1
/
+1
2024-08-17
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-3
/
+9
2024-08-16
scsi: sd: Do not attempt to configure discard unless LBPME is set
Martin K. Petersen
1
-0
/
+3
2024-08-12
Merge patch series "NCR5380: Bug fixes and other improvements"
Martin K. Petersen
4
-210
/
+215
2024-08-12
scsi: NCR5380: Clean up indentation
Finn Thain
3
-52
/
+56
2024-08-12
scsi: NCR5380: Remove obsolete comment
Finn Thain
1
-1
/
+0
2024-08-12
scsi: NCR5380: Remove redundant result calculation from NCR5380_transfer_pio()
Finn Thain
2
-25
/
+14
2024-08-12
scsi: NCR5380: Drop redundant member from struct NCR5380_cmd
Finn Thain
2
-3
/
+0
2024-08-12
scsi: NCR5380: Handle BSY signal loss during information transfer phases
Finn Thain
1
-8
/
+14
2024-08-12
scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfers
Finn Thain
1
-0
/
+4
2024-08-12
scsi: mac_scsi: Enable scatter/gather by default
Finn Thain
1
-1
/
+7
2024-08-12
scsi: NCR5380: Check for phase match during PDMA fixup
Finn Thain
1
-39
/
+39
2024-08-12
scsi: mac_scsi: Disallow bus errors during PDMA send
Finn Thain
1
-25
/
+19
2024-08-12
scsi: mac_scsi: Refactor polling loop
Finn Thain
1
-38
/
+42
2024-08-12
scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messages
Finn Thain
1
-20
/
+22
2024-08-12
scsi: mpi3mr: Driver version update to 8.10.0.5.50
Ranjan Kumar
1
-2
/
+2
2024-08-12
scsi: mpi3mr: Update consumer index of reply queues after every 100 replies
Ranjan Kumar
2
-2
/
+17
2024-08-12
scsi: mpi3mr: Return complete ioc_status for ioctl commands
Ranjan Kumar
1
-5
/
+9
2024-08-12
scsi: snic: Avoid creating two slab caches with the same name
Pedro Falcato
1
-1
/
+1
2024-08-12
scsi: mpi3mr: Avoid MAX_PAGE_ORDER WARNING for buffer allocations
Shin'ichiro Kawasaki
1
-3
/
+8
2024-08-12
scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trigger_lock
Shin'ichiro Kawasaki
1
-0
/
+1
2024-08-12
scsi: sd: Don't check if a write for REQ_ATOMIC
John Garry
1
-1
/
+1
2024-08-11
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-5
/
+10
2024-08-03
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-4
/
+32
2024-08-02
Merge patch series "smartpqi updates"
Martin K. Petersen
2
-27
/
+151
[prev]
[next]