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
2019-03-27
scsi: qedf: Update the driver version to 8.37.25.19
Saurav Kashyap
1
-4
/
+4
2019-03-27
scsi: qedf: Fix lport may be used uninitialized warning
Saurav Kashyap
1
-3
/
+1
2019-03-27
scsi: qedf: Correctly handle refcounting of rdata
Saurav Kashyap
1
-15
/
+11
2019-03-27
scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is cleared
Shyam Sundar
2
-16
/
+54
2019-03-27
scsi: qedf: Check for tm_flags instead of cmd_type during cleanup
Saurav Kashyap
1
-1
/
+2
2019-03-27
scsi: qedf: Add a flag to help debugging io_req which could not be cleaned
Shyam Sundar
1
-0
/
+7
2019-03-27
scsi: qedf: Don't send ABTS for under run scenario
Saurav Kashyap
1
-9
/
+1
2019-03-27
scsi: qedf: Don't queue anything if upload is in progress
Shyam Sundar
1
-1
/
+8
2019-03-27
scsi: qedf: Check both the FCF and fabric ID before servicing clear virtual link
Chad Dupuis
1
-18
/
+48
2019-03-27
scsi: qedf: fc_rport_priv reference counting fixes
Hannes Reinecke
3
-9
/
+30
2019-03-27
scsi: qedf: Add missing return in qedf_scsi_done()
Chad Dupuis
1
-0
/
+1
2019-03-27
scsi: qedf: Wait for upload and link down processing during soft ctx reset
Chad Dupuis
3
-11
/
+57
2019-03-27
scsi: qedf: Add additional checks for io_req->sc_cmd validity
Chad Dupuis
1
-2
/
+37
2019-03-27
scsi: qedf: fixup bit operations
Hannes Reinecke
2
-1
/
+8
2019-03-27
scsi: qedf: fixup locking in qedf_restart_rport()
Hannes Reinecke
1
-1
/
+7
2019-03-27
scsi: qedf: missing kref_put in qedf_xmit()
Hannes Reinecke
1
-1
/
+3
2019-03-27
scsi: qedf: Check for link state before processing LL2 packets and send fipvlan retries
Saurav Kashyap
2
-6
/
+28
2019-03-27
scsi: qedf: Add missing fc_disc_init call after allocating lport
Chad Dupuis
1
-0
/
+2
2019-03-27
scsi: qedf: Correct the memory barriers in qedf_ring_doorbell
Andrew Vasquez
1
-2
/
+10
2019-03-27
scsi: qedf: Use a separate completion for cleanup commands
Chad Dupuis
2
-4
/
+8
2019-03-27
scsi: qedf: Modify abort and tmf handler to handle edge condition and flush
Saurav Kashyap
4
-67
/
+276
2019-03-27
scsi: qedf: Modify flush routine to handle all I/Os and TMF
Shyam Sundar
4
-26
/
+277
2019-03-27
scsi: qedf: Simplify s/g list mapping
Chad Dupuis
3
-93
/
+39
2019-03-27
scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload check
Chad Dupuis
1
-0
/
+1
2019-03-27
scsi: qedf: Correct xid range overlap between offloaded requests and libfc requests
Chad Dupuis
3
-17
/
+7
2019-03-27
scsi: qedf: Do not retry ELS request if qedf_alloc_cmd fails
Chad Dupuis
1
-12
/
+4
2019-03-27
scsi: ibmvfc: Clean up transport events
Tyrel Datwyler
2
-4
/
+11
2019-03-27
scsi: ibmvfc: Byte swap status and error codes when logging
Tyrel Datwyler
1
-13
/
+15
2019-03-27
scsi: ibmvfc: Add failed PRLI to cmd_status lookup array
Tyrel Datwyler
1
-0
/
+1
2019-03-27
scsi: ibmvfc: Remove "failed" from logged errors
Tyrel Datwyler
1
-1
/
+1
2019-03-27
scsi: qla2xxx: Simplify conditional check again
Nathan Chancellor
1
-2
/
+2
2019-03-27
scsi: sd: Quiesce warning if device does not report optimal I/O size
Martin K. Petersen
1
-0
/
+3
2019-03-27
scsi: sd: Fix a race between closing an sd device and sd I/O
Bart Van Assche
1
-6
/
+13
2019-03-27
scsi: core: Run queue when state is set to running after being blocked
zhengbin
1
-0
/
+6
2019-03-27
scsi: sd: Inline sd_probe_part2()
Bart Van Assche
1
-58
/
+43
2019-03-27
scsi: sd: Rely on the driver core for asynchronous probing
Bart Van Assche
4
-47
/
+5
2019-03-27
scsi: mpt3sas: fix indentation issue
Colin Ian King
1
-2
/
+2
2019-03-27
scsi: libcxgbi: remove uninitialized variable len
Colin Ian King
1
-3
/
+2
2019-03-25
scsi: qla4xxx: fix a potential NULL pointer dereference
Kangjie Lu
1
-0
/
+2
2019-03-25
scsi: gdth: Only call dma_free_coherent when buf is not NULL in ioc_general
Nathan Chancellor
1
-2
/
+3
2019-03-25
scsi: pm8001: remove set but not used variables 'param, sas_ha'
YueHaibing
1
-4
/
+0
2019-03-25
scsi: aacraid: Insure we don't access PCIe space during AER/EEH
Dave Carroll
2
-3
/
+8
2019-03-25
scsi: qla4xxx: avoid freeing unallocated dma memory
Arnd Bergmann
1
-1
/
+1
2019-03-25
scsi: lpfc: avoid uninitialized variable warning
Arnd Bergmann
1
-4
/
+4
2019-03-25
scsi: lpfc: change snprintf to scnprintf for possible overflow
Silvio Cesare
4
-339
/
+349
2019-03-25
scsi: ufs-mediatek: Add missing MODULE_* information
Anders Roxell
1
-0
/
+5
2019-03-25
scsi: ufs-mediatek: Fix platform_no_drv_owner.cocci warnings
YueHaibing
1
-1
/
+0
2019-03-25
scsi: mpt3sas: Fix kernel panic during expander reset
Sreekanth Reddy
2
-0
/
+18
2019-03-20
scsi: ibmvscsi: Fix empty event pool access during host removal
Tyrel Datwyler
1
-6
/
+16
2019-03-20
scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton
Tyrel Datwyler
1
-0
/
+5
[prev]
[next]