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
/
scsi
/
qla2xxx
Age
Commit message (
Expand
)
Author
2019-04-29
scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2x...
Bart Van Assche
2019-04-29
scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memory
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix hardirq-unsafe locking
Bart Van Assche
2019-04-29
scsi: qla2xxx: Complain loudly about reference count underflow
Bart Van Assche
2019-04-29
scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...
Bart Van Assche
2019-04-29
scsi: qla2xxx: Introduce the dsd32 and dsd64 data structures
Bart Van Assche
2019-04-29
scsi: qla2xxx: Check the size of firmware data structures at compile time
Bart Van Assche
2019-04-29
scsi: qla2xxx: Pass little-endian values to the firmware
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commands
Bart Van Assche
2019-04-29
scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()
Bart Van Assche
2019-04-29
scsi: qla2xxx: Make qla24xx_async_abort_cmd() static
Bart Van Assche
2019-04-29
scsi: qla2xxx: Remove unnecessary locking from the target code
Bart Van Assche
2019-04-29
scsi: qla2xxx: Remove qla_tgt_cmd.released
Bart Van Assche
2019-04-29
scsi: qla2xxx: Complain if a command is released that is owned by the firmware
Bart Van Assche
2019-04-29
scsi: qla2xxx: target: Fix offline port handling and host reset handling
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending()
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()
Bart Van Assche
2019-04-29
scsi: qla2xxx: Simplify qlt_send_term_imm_notif()
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix use-after-free issues in qla2xxx_qpair_sp_free_dma()
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix a qla24xx_enable_msix() error path
Bart Van Assche
2019-04-29
scsi: qla2xxx: Avoid that qla2x00_mem_free() crashes if called twice
Bart Van Assche
2019-04-29
scsi: qla2xxx: Make qla2x00_mem_free() easier to verify
Bart Van Assche
2019-04-29
scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8
Bart Van Assche
2019-04-29
scsi: qla2xxx: Log the status code if a firmware command fails
Bart Van Assche
2019-04-29
scsi: qla2xxx: Avoid that Coverity complains about dereferencing a NULL rport...
Bart Van Assche
2019-04-29
scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()
Bart Van Assche
2019-04-29
scsi: qla2xxx: Uninline qla2x00_init_timer()
Bart Van Assche
2019-04-29
scsi: qla2xxx: Move qla2x00_is_reserved_id() from qla_inline.h into qla_init.c
Bart Van Assche
2019-04-29
scsi: qla2xxx: Move qla2x00_clear_loop_id() from qla_inline.h into qla_init.c
Bart Van Assche
2019-04-29
scsi: qla2xxx: Remove a set-but-not-used variable
Bart Van Assche
2019-04-29
scsi: qla2xxx: Declare qla2x00_find_new_loop_id() static
Bart Van Assche
2019-04-29
scsi: qla2xxx: Move qla2x00_set_reserved_loop_ids() definition
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix a format specifier
Bart Van Assche
2019-04-29
scsi: qla2xxx: Update two source code comments
Bart Van Assche
2019-04-29
scsi: qla2xxx: Silence Successful ELS IOCB message
Himanshu Madhani
2019-04-29
scsi: qla2xxx: Fix device staying in blocked state
Quinn Tran
2019-04-15
scsi: qla2xxx: Fix read offset in qla24xx_load_risc_flash()
Himanshu Madhani
2019-04-15
scsi: qla2xxx: Move qla2x00_set_fcport_state() from a .h into a .c file
Bart Van Assche
2019-04-15
scsi: qla2xxx: Remove two superfluous casts
Bart Van Assche
2019-04-15
scsi: qla2xxx: Remove qla_tgt_cmd.data_work and qla_tgt_cmd.data_work_free
Bart Van Assche
2019-04-15
scsi: qla2xxx: Move the <linux/io-64-nonatomic-lo-hi.h> include directive
Bart Van Assche
2019-04-15
scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() static
Bart Van Assche
2019-04-15
scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c file
Bart Van Assche
2019-04-15
scsi: qla2xxx: Insert spaces where required
Bart Van Assche
2019-04-15
scsi: qla2xxx: Fix formatting of pointer types
Bart Van Assche
2019-04-15
scsi: qla2xxx: Leave a blank line after declarations
Bart Van Assche
2019-04-15
scsi: qla2xxx: Use tabs to indent code
Bart Van Assche
2019-04-12
Merge branch '5.1/scsi-fixes' into 5.2/merge
Martin K. Petersen
2019-04-12
scsi: scsi_transport_fc: nvme: display FC-NVMe port roles
Hannes Reinecke
2019-04-09
scsi: tcm_qla2xxx: Minimize #include directives
Bart Van Assche
[next]