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-06-21
scsi: iscsi_tcp: Tell net when there's more data
Mike Christie
1
-1
/
+1
2022-06-21
scsi: iscsi: Run recv path from workqueue
Mike Christie
2
-13
/
+54
2022-06-21
scsi: iscsi: Add recv workqueue helpers
Mike Christie
1
-2
/
+27
2022-06-21
scsi: iscsi: Rename iscsi_conn_queue_work()
Mike Christie
3
-8
/
+8
2022-06-21
scsi: iscsi: Fix session removal on shutdown
Mike Christie
6
-10
/
+18
2022-06-21
scsi: qedi: Use QEDI_MODE_NORMAL for error handling
Mike Christie
1
-1
/
+1
2022-06-21
scsi: iscsi: Add helper to remove a session from the kernel
Mike Christie
1
-0
/
+49
2022-06-21
scsi: iscsi: Clean up bound endpoints during shutdown
Mike Christie
1
-10
/
+10
2022-06-21
scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernel
Mike Christie
1
-10
/
+7
2022-06-21
scsi: iscsi: Fix HW conn removal use after free
Mike Christie
1
-2
/
+0
2022-06-16
scsi: iscsi: Make iscsi_unregister_transport() return void
Max Gurtovoy
1
-3
/
+1
2022-06-16
scsi: qla2xxx: Update version to 10.02.07.700-k
Nilesh Javali
1
-2
/
+2
2022-06-16
scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injection
Quinn Tran
1
-6
/
+6
2022-06-16
scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/Os
Arun Easi
1
-4
/
+8
2022-06-16
scsi: qla2xxx: Add debug prints in the device remove path
Arun Easi
2
-0
/
+9
2022-06-16
scsi: qla2xxx: Fix losing target when it reappears during delete
Arun Easi
1
-7
/
+17
2022-06-16
scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation tests
Arun Easi
1
-1
/
+1
2022-06-16
scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeouts
Arun Easi
1
-12
/
+31
2022-06-16
scsi: qla2xxx: Turn off multi-queue for 8G adapters
Quinn Tran
2
-12
/
+8
2022-06-16
scsi: qla2xxx: Wind down adapter after PCIe error
Quinn Tran
4
-1
/
+81
2022-06-16
scsi: qla2xxx: Add a new v2 dport diagnostic feature
Bikash Hazarika
7
-0
/
+169
2022-06-16
scsi: qla2xxx: Fix excessive I/O error messages by default
Arun Easi
1
-2
/
+2
2022-06-16
scsi: iscsi: Prefer xmit of DataOut over new commands
Dmitry Bogdanov
1
-20
/
+24
2022-06-16
scsi: pm8001: Expose hardware queues for pm80xx
John Garry
3
-18
/
+69
2022-06-16
scsi: pm8001: Use non-atomic bitmap ops for tag alloc + free
John Garry
1
-3
/
+7
2022-06-16
scsi: pm8001: Set up tags before using them
John Garry
4
-11
/
+24
2022-06-16
scsi: pm8001: Rework shost initial values
John Garry
1
-4
/
+1
2022-06-16
scsi: ibmvfc: Store vhost pointer during subcrq allocation
Tyrel Datwyler
2
-2
/
+3
2022-06-16
scsi: ibmvfc: Allocate/free queue resource only during probe/remove
Tyrel Datwyler
1
-17
/
+62
2022-06-16
scsi: storvsc: Correct reporting of Hyper-V I/O size limits
Saurabh Sengar
1
-5
/
+22
2022-06-16
scsi: lpfc: Use memset_startat() helper in lpfc_nvmet_xmt_fcp_op_cmp()
Xiu Jianfeng
1
-4
/
+2
2022-06-13
scsi: iscsi: Exclude zero from the endpoint ID range
Sergey Gorenko
1
-1
/
+6
2022-06-10
scsi: libsas: Introduce struct smp_rps_resp
Damien Le Moal
3
-4
/
+4
2022-06-10
scsi: libsas: Introduce struct smp_rg_resp
Damien Le Moal
1
-18
/
+13
2022-06-10
scsi: libsas: Introduce struct smp_disc_resp
Damien Le Moal
1
-18
/
+14
2022-06-10
scsi: qla2xxx: Update version to 10.02.07.600-k
Nilesh Javali
1
-2
/
+2
2022-06-10
scsi: qla2xxx: edif: Fix slow session teardown
Quinn Tran
1
-14
/
+20
2022-06-10
scsi: qla2xxx: edif: Reduce N2N thrashing at app_start time
Quinn Tran
1
-13
/
+34
2022-06-10
scsi: qla2xxx: edif: Fix no logout on delete for N2N
Quinn Tran
1
-0
/
+3
2022-06-10
scsi: qla2xxx: edif: Fix session thrash
Quinn Tran
3
-2
/
+14
2022-06-10
scsi: qla2xxx: edif: Tear down session if keys have been removed
Quinn Tran
2
-0
/
+6
2022-06-10
scsi: qla2xxx: edif: Fix no login after app start
Quinn Tran
1
-0
/
+1
2022-06-10
scsi: qla2xxx: edif: Reduce disruption due to multiple app start
Quinn Tran
1
-2
/
+2
2022-06-10
scsi: qla2xxx: edif: Send LOGO for unexpected IKE message
Quinn Tran
2
-3
/
+18
2022-06-10
scsi: qla2xxx: edif: Fix I/O timeout due to over-subscription
Quinn Tran
1
-0
/
+7
2022-06-10
scsi: scsi_debug: Fix zone transition to full condition
Damien Le Moal
1
-2
/
+20
2022-06-07
scsi: pmcraid: Fix missing resource cleanup in error case
Chengguang Xu
1
-1
/
+1
2022-06-07
scsi: ipr: Fix missing/incorrect resource cleanup in error case
Chengguang Xu
1
-2
/
+2
2022-06-07
scsi: mpt3sas: Fix out-of-bounds compiler warning
Helge Deller
1
-11
/
+12
2022-06-07
scsi: core: iscsi: Directly use ida_alloc()/ida_free()
keliu
2
-5
/
+5
[prev]
[next]