index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
2019-08-12
scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...
Bart Van Assche
2019-08-12
scsi: qla2xxx: Complain if sp->done() is not called from the completion path
Bart Van Assche
2019-08-12
scsi: qla2xxx: Make sure that aborted commands are freed
Bart Van Assche
2019-08-12
scsi: qla2xxx: Introduce qla2xxx_get_next_handle()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Modify NVMe include directives
Bart Van Assche
2019-08-12
scsi: qla2xxx: Make qlt_handle_abts_completion() more robust
Bart Van Assche
2019-08-12
scsi: qla2xxx: Fix a race condition between aborting and completing a SCSI co...
Bart Van Assche
2019-08-12
scsi: qla2xxx: Introduce the function qla2xxx_init_sp()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Enable type checking for the SRB free and done callback functions
Bart Van Assche
2019-08-12
scsi: qla2xxx: Rework key encoding in qlt_find_host_by_d_id()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBs
Bart Van Assche
2019-08-12
scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endian
Bart Van Assche
2019-08-12
scsi: qla2xxx: Check secondary image if reading the primary image fails
Bart Van Assche
2019-08-12
scsi: qla2xxx: Change the return type of qla24xx_read_flash_data()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDs
Bart Van Assche
2019-08-12
scsi: qla2xxx: Complain if a soft reset fails
Bart Van Assche
2019-08-12
scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Check the PCI info string output buffer size
Bart Van Assche
2019-08-12
scsi: qla2xxx: Complain if waiting for pending commands times out
Bart Van Assche
2019-08-12
scsi: qla2xxx: Declare fourth qla2x00_set_model_info() argument const
Bart Van Assche
2019-08-12
scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return value
Bart Van Assche
2019-08-12
scsi: qla2xxx: Suppress multiple Coverity complaint about out-of-bounds accesses
Bart Van Assche
2019-08-12
scsi: qla2xxx: Suppress a Coveritiy complaint about integer overflow
Bart Van Assche
2019-08-12
scsi: qla2xxx: Remove unreachable code from qla83xx_idc_lock()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Simplify a debug statement
Bart Van Assche
2019-08-12
scsi: qla2xxx: Remove dead code
Bart Van Assche
2019-08-12
scsi: qla2xxx: Complain if parsing the version string fails
Bart Van Assche
2019-08-12
scsi: qla2xxx: Complain if a mailbox command times out
Bart Van Assche
2019-08-12
scsi: qla2xxx: Use strlcpy() instead of strncpy()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Do not corrupt vha->plogi_ack_list
Bart Van Assche
2019-08-12
scsi: qla2xxx: Report the firmware status code if a mailbox command fails
Bart Van Assche
2019-08-12
scsi: qla2xxx: Fix session lookup in qlt_abort_work()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Simplify qla24xx_abort_sp_done()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Remove two superfluous tests
Bart Van Assche
2019-08-12
scsi: qla2xxx: Remove a superfluous pointer check
Bart Van Assche
2019-08-12
scsi: qla2xxx: Simplify qlt_lport_dump()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Reduce the number of casts in GID list code
Bart Van Assche
2019-08-12
scsi: qla2xxx: Verify locking assumptions at runtime
Bart Van Assche
2019-08-12
scsi: qla2xxx: Change data_dsd into an array
Bart Van Assche
2019-08-12
scsi: qla2xxx: Declare qla_tgt_cmd.cdb const
Bart Van Assche
2019-08-12
scsi: qla2xxx: Reduce the scope of three local variables in qla2xxx_queuecomm...
Bart Van Assche
2019-08-12
scsi: qla2xxx: Change the return type of qla2x00_update_ms_fdmi_iocb() into void
Bart Van Assche
2019-08-12
scsi: qla2xxx: Declare the fourth ql_dump_buffer() argument const
Bart Van Assche
2019-08-12
scsi: qla2xxx: Remove a superfluous forward declaration
Bart Van Assche
2019-08-12
scsi: qla2xxx: Remove an include directive from qla_mr.c
Bart Van Assche
2019-08-12
scsi: qla2xxx: Include the <asm/unaligned.h> header file from qla_dsd.h
Bart Van Assche
2019-08-12
scsi: qla2xxx: Use tabs instead of spaces for indentation
Bart Van Assche
2019-08-12
scsi: qla2xxx: Improve Linux kernel coding style conformance
Bart Van Assche
2019-08-12
scsi: qla2xxx: Really fix qla2xxx_eh_abort()
Bart Van Assche
[prev]
[next]