index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-05-14
1
-1
/
+2
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-05-08
125
-4806
/
+7112
|
\
|
*
scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2x...
Bart Van Assche
2019-04-29
1
-1
/
+2
|
*
scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memory
Bart Van Assche
2019-04-29
1
-6
/
+6
|
*
scsi: qla2xxx: Fix hardirq-unsafe locking
Bart Van Assche
2019-04-29
2
-19
/
+8
|
*
scsi: qla2xxx: Complain loudly about reference count underflow
Bart Van Assche
2019-04-29
2
-24
/
+7
|
*
scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...
Bart Van Assche
2019-04-29
11
-92
/
+65
|
*
scsi: qla2xxx: Introduce the dsd32 and dsd64 data structures
Bart Van Assche
2019-04-29
13
-345
/
+221
|
*
scsi: qla2xxx: Check the size of firmware data structures at compile time
Bart Van Assche
2019-04-29
2
-0
/
+27
|
*
scsi: qla2xxx: Pass little-endian values to the firmware
Bart Van Assche
2019-04-29
1
-4
/
+4
|
*
scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commands
Bart Van Assche
2019-04-29
4
-131
/
+55
|
*
scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()
Bart Van Assche
2019-04-29
3
-4
/
+8
|
*
scsi: qla2xxx: Make qla24xx_async_abort_cmd() static
Bart Van Assche
2019-04-29
2
-77
/
+73
|
*
scsi: qla2xxx: Remove unnecessary locking from the target code
Bart Van Assche
2019-04-29
2
-13
/
+1
|
*
scsi: qla2xxx: Remove qla_tgt_cmd.released
Bart Van Assche
2019-04-29
2
-15
/
+1
|
*
scsi: qla2xxx: Complain if a command is released that is owned by the firmware
Bart Van Assche
2019-04-29
1
-9
/
+4
|
*
scsi: qla2xxx: target: Fix offline port handling and host reset handling
Bart Van Assche
2019-04-29
4
-48
/
+16
|
*
scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending()
Bart Van Assche
2019-04-29
1
-0
/
+2
|
*
scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()
Bart Van Assche
2019-04-29
1
-5
/
+2
|
*
scsi: qla2xxx: Simplify qlt_send_term_imm_notif()
Bart Van Assche
2019-04-29
1
-24
/
+2
|
*
scsi: qla2xxx: Fix use-after-free issues in qla2xxx_qpair_sp_free_dma()
Bart Van Assche
2019-04-29
1
-18
/
+20
|
*
scsi: qla2xxx: Fix a qla24xx_enable_msix() error path
Bart Van Assche
2019-04-29
1
-1
/
+5
|
*
scsi: qla2xxx: Avoid that qla2x00_mem_free() crashes if called twice
Bart Van Assche
2019-04-29
1
-0
/
+3
|
*
scsi: qla2xxx: Make qla2x00_mem_free() easier to verify
Bart Van Assche
2019-04-29
2
-34
/
+30
|
*
scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8
Bart Van Assche
2019-04-29
3
-6
/
+6
|
*
scsi: qla2xxx: Log the status code if a firmware command fails
Bart Van Assche
2019-04-29
2
-5
/
+5
|
*
scsi: qla2xxx: Avoid that Coverity complains about dereferencing a NULL rport...
Bart Van Assche
2019-04-29
1
-2
/
+3
|
*
scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()
Bart Van Assche
2019-04-29
1
-4
/
+3
|
*
scsi: qla2xxx: Uninline qla2x00_init_timer()
Bart Van Assche
2019-04-29
3
-12
/
+12
|
*
scsi: qla2xxx: Move qla2x00_is_reserved_id() from qla_inline.h into qla_init.c
Bart Van Assche
2019-04-29
2
-11
/
+11
|
*
scsi: qla2xxx: Move qla2x00_clear_loop_id() from qla_inline.h into qla_init.c
Bart Van Assche
2019-04-29
3
-12
/
+13
|
*
scsi: qla2xxx: Remove a set-but-not-used variable
Bart Van Assche
2019-04-29
1
-2
/
+0
|
*
scsi: qla2xxx: Declare qla2x00_find_new_loop_id() static
Bart Van Assche
2019-04-29
2
-51
/
+43
|
*
scsi: qla2xxx: Move qla2x00_set_reserved_loop_ids() definition
Bart Van Assche
2019-04-29
2
-14
/
+13
|
*
scsi: qla2xxx: Fix a format specifier
Bart Van Assche
2019-04-29
1
-1
/
+1
|
*
scsi: qla2xxx: Update two source code comments
Bart Van Assche
2019-04-29
2
-2
/
+2
|
*
scsi: sd: Revert "Rely on the driver core for asynchronous probing"
Bart Van Assche
2019-04-29
4
-5
/
+47
|
*
scsi: sd: Revert "Inline sd_probe_part2()"
Bart Van Assche
2019-04-29
1
-43
/
+58
|
*
scsi: ufs: Fix RX_TERMINATION_FORCE_ENABLE define value
Pedro Sousa
2019-04-29
1
-1
/
+1
|
*
scsi: qedf: remove set but not used variables
YueHaibing
2019-04-29
1
-9
/
+1
|
*
scsi: qedf: Update the driver version to 8.37.25.20
Saurav Kashyap
2019-04-29
1
-2
/
+2
|
*
scsi: qedf: Add return value to log message if scsi_add_host fails
Saurav Kashyap
2019-04-29
1
-2
/
+3
|
*
scsi: qedf: Print fcport information on wait for upload timeout
Saurav Kashyap
2019-04-29
1
-3
/
+5
|
*
scsi: qedf: Check the return value of start_xmit
Saurav Kashyap
2019-04-29
2
-3
/
+21
|
*
scsi: qedf: Log message if scsi_add_host fails
Saurav Kashyap
2019-04-29
1
-1
/
+4
|
*
scsi: qedf: Check for fcoe_libfc_config failure
Saurav Kashyap
2019-04-29
1
-1
/
+5
|
*
scsi: qedf: Add comment to display logging levels
Saurav Kashyap
2019-04-29
1
-0
/
+6
|
*
scsi: qedf: Add port_id for fcport into initiate_cleanup debug message
Chad Dupuis
2019-04-29
1
-2
/
+2
|
*
scsi: qedf: Add LBA to underrun debug messages
Chad Dupuis
2019-04-29
1
-5
/
+6
|
*
scsi: qedf: Print scsi_cmd backpointer in good completion path if the command...
Chad Dupuis
2019-04-29
1
-3
/
+3
[next]