Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
af668d6518dcf7106bf4eef1641d8143842dc9cc
/
drivers
/
scsi
2409207
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
3e0a4e8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
by Thomas Gleixner
· 6 years ago
f33f5fe
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78
by Thomas Gleixner
· 6 years ago
74ba920
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
by Thomas Gleixner
· 6 years ago
5078709
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59
by Thomas Gleixner
· 6 years ago
8d7c56d
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45
by Thomas Gleixner
· 6 years ago
c82ee6d
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18
by Thomas Gleixner
· 6 years ago
1ccea77
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
8acf608
Revert "scsi: sd: Keep disk read-only when re-reading partition"
by Martin K. Petersen
· 6 years ago
d0c0d90
scsi: bnx2fc: fix incorrect cast to u64 on shift operation
by Colin Ian King
· 6 years ago
8ef860a
scsi: smartpqi: Reporting unhandled SCSI errors
by Erwan Velu
· 6 years ago
4155219
scsi: myrs: Fix uninitialized variable
by YueHaibing
· 6 years ago
73b0140
mm/gup: change GUP fast to use flags rather than a write 'bool'
by Ira Weiny
· 6 years ago
69b9c52
scsi: lpfc: Update lpfc version to 12.2.0.2
by James Smart
· 6 years ago
c8cb261
scsi: lpfc: add check for loss of ndlp when sending RRQ
by James Smart
· 6 years ago
79080d3
scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_show
by James Smart
· 6 years ago
e2a8be5
scsi: lpfc: resolve lockdep warnings
by James Smart
· 6 years ago
d0adee5
scsi: qedi: remove set but not used variables 'cdev' and 'udev'
by YueHaibing
· 6 years ago
c09581a
scsi: qedi: remove memset/memcpy to nfunc and use func instead
by YueHaibing
· 6 years ago
5386a4e
scsi: qla2xxx: Add cleanup for PCI EEH recovery
by Quinn Tran
· 6 years ago
d1cd7c8
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
132d68d
Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
67a2422
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b4b52b8
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
by Linus Torvalds
· 6 years ago
0968621
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 6 years ago
dd4e5d6
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
12456e5
Merge 5.1-rc7 into usb-next
by Greg Kroah-Hartman
· 6 years ago
d4023db
scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2xxx_close_session()
by Bart Van Assche
· 6 years ago
a861b49
scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memory
by Bart Van Assche
· 6 years ago
300ec74
scsi: qla2xxx: Fix hardirq-unsafe locking
by Bart Van Assche
· 6 years ago
db4bf82
scsi: qla2xxx: Complain loudly about reference count underflow
by Bart Van Assche
· 6 years ago
d4556a4
scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to firmware
by Bart Van Assche
· 6 years ago
15b7a68
scsi: qla2xxx: Introduce the dsd32 and dsd64 data structures
by Bart Van Assche
· 6 years ago
bc04459
scsi: qla2xxx: Check the size of firmware data structures at compile time
by Bart Van Assche
· 6 years ago
6e73985
scsi: qla2xxx: Pass little-endian values to the firmware
by Bart Van Assche
· 6 years ago
219d27d
scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commands
by Bart Van Assche
· 6 years ago
982cc4b
scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()
by Bart Van Assche
· 6 years ago
1956eee
scsi: qla2xxx: Make qla24xx_async_abort_cmd() static
by Bart Van Assche
· 6 years ago
1b1e68d
scsi: qla2xxx: Remove unnecessary locking from the target code
by Bart Van Assche
· 6 years ago
4c37459
scsi: qla2xxx: Remove qla_tgt_cmd.released
by Bart Van Assche
· 6 years ago
b1e261d
scsi: qla2xxx: Complain if a command is released that is owned by the firmware
by Bart Van Assche
· 6 years ago
aefed3e
scsi: qla2xxx: target: Fix offline port handling and host reset handling
by Bart Van Assche
· 6 years ago
e209783d
scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending()
by Bart Van Assche
· 6 years ago
c04466c
scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()
by Bart Van Assche
· 6 years ago
e65449a
scsi: qla2xxx: Simplify qlt_send_term_imm_notif()
by Bart Van Assche
· 6 years ago
d8f945b
scsi: qla2xxx: Fix use-after-free issues in qla2xxx_qpair_sp_free_dma()
by Bart Van Assche
· 6 years ago
24afabd
scsi: qla2xxx: Fix a qla24xx_enable_msix() error path
by Bart Van Assche
· 6 years ago
dc035d4
scsi: qla2xxx: Avoid that qla2x00_mem_free() crashes if called twice
by Bart Van Assche
· 6 years ago
5365bf9
scsi: qla2xxx: Make qla2x00_mem_free() easier to verify
by Bart Van Assche
· 6 years ago
0a59cea
scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8
by Bart Van Assche
· 6 years ago
3f918ff
scsi: qla2xxx: Log the status code if a firmware command fails
by Bart Van Assche
· 6 years ago
2dbb02f
scsi: qla2xxx: Avoid that Coverity complains about dereferencing a NULL rport pointer
by Bart Van Assche
· 6 years ago
dafbe56
scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()
by Bart Van Assche
· 6 years ago
1297542
scsi: qla2xxx: Uninline qla2x00_init_timer()
by Bart Van Assche
· 6 years ago
0c6660b
scsi: qla2xxx: Move qla2x00_is_reserved_id() from qla_inline.h into qla_init.c
by Bart Van Assche
· 6 years ago
ef1eb68
scsi: qla2xxx: Move qla2x00_clear_loop_id() from qla_inline.h into qla_init.c
by Bart Van Assche
· 6 years ago
6eaa5f9
scsi: qla2xxx: Remove a set-but-not-used variable
by Bart Van Assche
· 6 years ago
94f5b91
scsi: qla2xxx: Declare qla2x00_find_new_loop_id() static
by Bart Van Assche
· 6 years ago
0e145a5
scsi: qla2xxx: Move qla2x00_set_reserved_loop_ids() definition
by Bart Van Assche
· 6 years ago
19ce192
scsi: qla2xxx: Fix a format specifier
by Bart Van Assche
· 6 years ago
67eb4a60
scsi: qla2xxx: Update two source code comments
by Bart Van Assche
· 6 years ago
395b9bc
scsi: sd: Revert "Rely on the driver core for asynchronous probing"
by Bart Van Assche
· 6 years ago
9a058e8
scsi: sd: Revert "Inline sd_probe_part2()"
by Bart Van Assche
· 6 years ago
ebcb8f8
scsi: ufs: Fix RX_TERMINATION_FORCE_ENABLE define value
by Pedro Sousa
· 6 years ago
cc23c66
scsi: qedf: remove set but not used variables
by YueHaibing
· 6 years ago
b226a89
scsi: qedf: Update the driver version to 8.37.25.20
by Saurav Kashyap
· 6 years ago
1e1ff60
scsi: qedf: Add return value to log message if scsi_add_host fails
by Saurav Kashyap
· 6 years ago
7fa4142
scsi: qedf: Print fcport information on wait for upload timeout
by Saurav Kashyap
· 6 years ago
19c2b6d
scsi: qedf: Check the return value of start_xmit
by Saurav Kashyap
· 6 years ago
249b148
scsi: qedf: Log message if scsi_add_host fails
by Saurav Kashyap
· 6 years ago
f4eecabe7
scsi: qedf: Check for fcoe_libfc_config failure
by Saurav Kashyap
· 6 years ago
8b95b99
scsi: qedf: Add comment to display logging levels
by Saurav Kashyap
· 6 years ago
50ed27c
scsi: qedf: Add port_id for fcport into initiate_cleanup debug message
by Chad Dupuis
· 6 years ago
1c816247
scsi: qedf: Add LBA to underrun debug messages
by Chad Dupuis
· 6 years ago
276eb3e
scsi: qedf: Print scsi_cmd backpointer in good completion path if the command is still being used
by Chad Dupuis
· 6 years ago
892f63d4
scsi: qedf: Add driver state to 'driver_stats' debugfs node
by Chad Dupuis
· 6 years ago
078d719
scsi: qedf: Change MSI-X load error message
by Chad Dupuis
· 6 years ago
3252688
scsi: qedi: Adjust termination and offload ramrod timers
by Manish Rangankar
· 6 years ago
f848bfd
scsi: qedi: Abort ep termination if offload not scheduled
by Manish Rangankar
· 6 years ago
e95a5e4
scsi: csiostor: create per port irq affinity mask set
by Varun Prakash
· 6 years ago
a1f9ab4
scsi: qla2xxx: Silence Successful ELS IOCB message
by Himanshu Madhani
· 6 years ago
2137490
scsi: qla2xxx: Fix device staying in blocked state
by Quinn Tran
· 6 years ago
c6bcc59
scsi: aic7xxx: improve the Kconfig entry
by Christoph Hellwig
· 6 years ago
d30e413
Merge tag 'phy-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next
by Greg Kroah-Hartman
· 6 years ago
5c61ee2
Merge tag 'v5.1-rc6' into for-5.2/block
by Jens Axboe
· 6 years ago
a06bc2f
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
144ec97
scsi: aic7xxx: fix EISA support
by Christoph Hellwig
· 6 years ago
0228034
Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"
by Saurav Kashyap
· 6 years ago
a7634b6
scsi: aic7xxx: fix spelling mistake "recevied" -> "received"
by Colin Ian King
· 6 years ago
c709297
scsi: lpfc: Make lpfc_sli4_oas_verify static
by YueHaibing
· 6 years ago
efc372c
scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding"
by Colin Ian King
· 6 years ago
bc136f4
scsi: qedi: fix spelling mistake "oflload" -> "offload"
by Colin Ian King
· 6 years ago
65b1dc9
scsi: qedf: remove memset/memcpy to nfunc and use func instead
by Colin Ian King
· 6 years ago
3f6d176
phy: ufs-qcom: Refactor all init steps into phy_poweron
by Evan Green
· 6 years ago
c9b5897
phy: qcom: Utilize UFS reset controller
by Evan Green
· 6 years ago
12fd5f250
scsi: ufs: qcom: Expose the reset controller for PHY
by Evan Green
· 6 years ago
be549d4
scsi: core: set result when the command cannot be dispatched
by Jaesoo Lee
· 6 years ago
Next »