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-08-12
scsi: qla2xxx: Complain if a soft reset fails
Bart Van Assche
1
-1
/
+1
2019-08-12
scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()
Bart Van Assche
2
-10
/
+14
2019-08-12
scsi: qla2xxx: Check the PCI info string output buffer size
Bart Van Assche
5
-42
/
+32
2019-08-12
scsi: qla2xxx: Complain if waiting for pending commands times out
Bart Van Assche
3
-4
/
+10
2019-08-12
scsi: qla2xxx: Declare fourth qla2x00_set_model_info() argument const
Bart Van Assche
2
-3
/
+3
2019-08-12
scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return value
Bart Van Assche
2
-3
/
+7
2019-08-12
scsi: qla2xxx: Suppress multiple Coverity complaint about out-of-bounds accesses
Bart Van Assche
1
-4
/
+4
2019-08-12
scsi: qla2xxx: Suppress a Coveritiy complaint about integer overflow
Bart Van Assche
1
-1
/
+1
2019-08-12
scsi: qla2xxx: Remove unreachable code from qla83xx_idc_lock()
Bart Van Assche
1
-17
/
+0
2019-08-12
scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()
Bart Van Assche
1
-6
/
+5
2019-08-12
scsi: qla2xxx: Simplify a debug statement
Bart Van Assche
1
-1
/
+1
2019-08-12
scsi: qla2xxx: Remove dead code
Bart Van Assche
1
-3
/
+0
2019-08-12
scsi: qla2xxx: Complain if parsing the version string fails
Bart Van Assche
1
-2
/
+3
2019-08-12
scsi: qla2xxx: Complain if a mailbox command times out
Bart Van Assche
1
-1
/
+2
2019-08-12
scsi: qla2xxx: Use strlcpy() instead of strncpy()
Bart Van Assche
1
-14
/
+14
2019-08-12
scsi: qla2xxx: Do not corrupt vha->plogi_ack_list
Bart Van Assche
2
-3
/
+9
2019-08-12
scsi: qla2xxx: Report the firmware status code if a mailbox command fails
Bart Van Assche
1
-1
/
+5
2019-08-12
scsi: qla2xxx: Fix session lookup in qlt_abort_work()
Bart Van Assche
1
-3
/
+1
2019-08-12
scsi: qla2xxx: Simplify qla24xx_abort_sp_done()
Bart Van Assche
1
-7
/
+5
2019-08-12
scsi: qla2xxx: Remove two superfluous tests
Bart Van Assche
1
-3
/
+2
2019-08-12
scsi: qla2xxx: Remove a superfluous pointer check
Bart Van Assche
1
-1
/
+1
2019-08-12
scsi: qla2xxx: Simplify qlt_lport_dump()
Bart Van Assche
1
-15
/
+3
2019-08-12
scsi: qla2xxx: Reduce the number of casts in GID list code
Bart Van Assche
3
-22
/
+14
2019-08-12
scsi: qla2xxx: Verify locking assumptions at runtime
Bart Van Assche
1
-0
/
+8
2019-08-12
scsi: qla2xxx: Change data_dsd into an array
Bart Van Assche
3
-6
/
+6
2019-08-12
scsi: qla2xxx: Declare qla_tgt_cmd.cdb const
Bart Van Assche
1
-1
/
+1
2019-08-12
scsi: qla2xxx: Reduce the scope of three local variables in qla2xxx_queuecommand()
Bart Van Assche
1
-3
/
+4
2019-08-12
scsi: qla2xxx: Change the return type of qla2x00_update_ms_fdmi_iocb() into void
Bart Van Assche
1
-3
/
+1
2019-08-12
scsi: qla2xxx: Declare the fourth ql_dump_buffer() argument const
Bart Van Assche
2
-2
/
+3
2019-08-12
scsi: qla2xxx: Remove a superfluous forward declaration
Bart Van Assche
1
-2
/
+0
2019-08-12
scsi: qla2xxx: Remove an include directive from qla_mr.c
Bart Van Assche
1
-1
/
+0
2019-08-12
scsi: qla2xxx: Include the <asm/unaligned.h> header file from qla_dsd.h
Bart Van Assche
1
-0
/
+2
2019-08-12
scsi: qla2xxx: Use tabs instead of spaces for indentation
Bart Van Assche
1
-37
/
+37
2019-08-12
scsi: qla2xxx: Improve Linux kernel coding style conformance
Bart Van Assche
7
-22
/
+22
2019-08-12
scsi: qla2xxx: Really fix qla2xxx_eh_abort()
Bart Van Assche
1
-0
/
+21
2019-08-12
scsi: qla2xxx: Make qla2x00_abort_srb() again decrease the sp reference count
Bart Van Assche
1
-0
/
+2
2019-08-10
Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
1
-0
/
+8
2019-08-09
scsi: fas216: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+8
2019-08-07
scsi: mpt3sas: Update driver version to 31.100.00.00
Suganath Prabu
1
-2
/
+2
2019-08-07
scsi: mpt3sas: Run SAS DEVICE STATUS CHANGE EVENT from ISR
Suganath Prabu
1
-10
/
+16
2019-08-07
scsi: mpt3sas: Reduce the performance drop
Suganath Prabu
1
-5
/
+2
2019-08-07
scsi: mpt3sas: Handle fault during HBA initialization
Suganath Prabu
1
-13
/
+62
2019-08-07
scsi: mpt3sas: Add sysfs to know supported features
Suganath Prabu
3
-0
/
+27
2019-08-07
scsi: mpt3sas: Support MEMORY MOVE Tool box command
Suganath Prabu
1
-2
/
+25
2019-08-07
scsi: mpt3sas: Allow ioctls to blocked access status NVMe
Suganath Prabu
2
-2
/
+27
2019-08-07
scsi: mpt3sas: Enumerate SES of a managed PCIe switch
Suganath Prabu
4
-37
/
+83
2019-08-07
scsi: mpt3sas: Update MPI headers to 2.6.8 spec
Suganath Prabu
5
-34
/
+46
2019-08-07
scsi: mpt3sas: Gracefully handle online firmware update
Suganath Prabu
2
-0
/
+95
2019-08-07
scsi: mpt3sas: memset request frame before reusing
Suganath Prabu
2
-0
/
+3
2019-08-07
scsi: mpt3sas: Add support for PCIe Lane margin
Suganath Prabu
1
-3
/
+4
[prev]
[next]