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
2022-11-08
scsi: csiostor: Remove unused variable 'n'
Colin Ian King
1
-2
/
+1
2022-11-08
scsi: qla2xxx: Remove unused variable 'found_devs'
Colin Ian King
1
-4
/
+0
2022-11-08
scsi: qla2xxx: Fix set-but-not-used variable warnings
Bart Van Assche
4
-21
/
+15
2022-11-08
scsi: bfa: Rework bfad_reset_sdev_bflags()
Bart Van Assche
1
-3
/
+5
2022-11-08
scsi: bfa: Convert bfad_reset_sdev_bflags() from a macro into a function
Bart Van Assche
2
-26
/
+27
2022-11-08
scsi: alua: Move a scsi_device_put() call out of alua_rtpg_select_sdev()
Bart Van Assche
1
-14
/
+24
2022-11-08
scsi: alua: Move a scsi_device_put() call out of alua_check_vpd()
Bart Van Assche
1
-8
/
+15
2022-11-08
scsi: elx: libefc: Fix second parameter type in state callbacks
Nathan Chancellor
1
-2
/
+4
2022-11-08
scsi: BusLogic: Remove variable 'adapter_count'
Colin Ian King
1
-4
/
+2
2022-11-08
scsi: NCR5380: Fix repeated words in comment
Jilin Yuan
1
-1
/
+1
2022-10-27
scsi: pm8001: Drop !task check in pm8001_abort_task()
John Garry
1
-1
/
+1
2022-10-27
scsi: pcmcia: nsp_cs: Remove unused variable i
Colin Ian King
1
-3
/
+1
2022-10-22
scsi: core: Support failing requests while recovering
Bart Van Assche
1
-3
/
+5
2022-10-22
scsi: core: Change the return type of .eh_timed_out()
Bart Van Assche
9
-49
/
+52
2022-10-22
scsi: core: Fix a race between scsi_done() and scsi_timeout()
Bart Van Assche
1
-11
/
+3
2022-10-22
scsi: lpfc: Update lpfc version to 14.2.0.8
Justin Tee
1
-1
/
+1
2022-10-22
scsi: lpfc: Create a sysfs entry called lpfc_xcvr_data for transceiver info
Justin Tee
4
-2
/
+252
2022-10-22
scsi: lpfc: Log when congestion management limits are in effect
Justin Tee
1
-0
/
+12
2022-10-22
scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs
Justin Tee
1
-3
/
+3
2022-10-22
scsi: lpfc: Set sli4_param's cmf option to zero when CMF is turned off
Justin Tee
1
-0
/
+1
2022-10-22
scsi: qedf: Remove set but unused variable 'page'
Jiapeng Chong
1
-3
/
+0
2022-10-22
scsi: pm80xx: Remove unused reset_in_progress flag logic
Igor Pylypiv
2
-5
/
+0
2022-10-22
scsi: mvsas: Use sas_task_find_rq() for tagging
John Garry
4
-23
/
+29
2022-10-22
scsi: mvsas: Delete mvs_tag_init()
John Garry
3
-10
/
+0
2022-10-22
scsi: pm8001: Use sas_task_find_rq() for tagging
John Garry
4
-31
/
+24
2022-10-22
scsi: pm8001: Remove pm8001_tag_init()
Igor Pylypiv
3
-10
/
+0
2022-10-22
scsi: hisi_sas: Put reserved tags in lower region of tagset
John Garry
1
-7
/
+7
2022-10-22
scsi: hisi_sas: Use sas_task_find_rq()
John Garry
1
-18
/
+8
2022-10-18
scsi: libsas: Use sas_phy_match_port_addr() instead of open coding it
Jason Yan
1
-2
/
+1
2022-10-18
scsi: libsas: Use sas_phy_addr_match() instead of open coding it
Jason Yan
1
-2
/
+1
2022-10-18
scsi: libsas: Use sas_phy_match_dev_addr() instead of open coding it
Jason Yan
1
-12
/
+6
2022-10-18
scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding it
Jason Yan
1
-11
/
+3
2022-10-18
scsi: mvsas: Use sas_find_attached_phy_id() instead of open coding it
Jason Yan
1
-12
/
+5
2022-10-18
scsi: pm8001: Use sas_find_attached_phy_id() instead of open coding it
Jason Yan
1
-12
/
+6
2022-10-18
scsi: libsas: Introduce sas_find_attached_phy_id() helper
Jason Yan
1
-0
/
+16
2022-10-18
scsi: libsas: Introduce SAS address comparison helpers
Jason Yan
1
-0
/
+17
2022-10-18
scsi: core: Release SCSI devices synchronously
Bart Van Assche
2
-20
/
+4
2022-10-18
scsi: core: Remove the put_device() call from scsi_device_get()
Bart Van Assche
1
-5
/
+5
2022-10-18
scsi: core: Rework scsi_single_lun_run()
Bart Van Assche
1
-17
/
+15
2022-10-18
scsi: core: Introduce a new list for SCSI proc directory entries
Bart Van Assche
2
-23
/
+102
2022-10-18
scsi: core: Fail host creation if creating the proc directory fails
Bart Van Assche
3
-7
/
+13
2022-10-18
scsi: esas2r: Introduce scsi_template_proc_dir()
Bart Van Assche
2
-6
/
+22
2022-10-18
scsi: esas2r: Initialize two host template members implicitly
Bart Van Assche
1
-2
/
+0
2022-10-18
scsi: libsas: Update SATA dev FIS in sas_ata_task_done()
John Garry
1
-2
/
+2
2022-10-18
scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() private
John Garry
2
-3
/
+4
2022-10-18
scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errors
John Garry
4
-326
/
+19
2022-10-18
scsi: pm8001: Modify task abort handling for SATA task
John Garry
3
-6
/
+31
2022-10-18
scsi: hisi_sas: Modify v3 HW SATA disk error state completion processing
Xingui Yang
1
-1
/
+4
2022-10-18
scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hw
Xingui Yang
3
-3
/
+64
2022-10-18
scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()
Xingui Yang
1
-5
/
+3
[next]