aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12scsi: megaraid_sas: Introduce module parameter for default queue depthChandrakanth Patil2-21/+92
2019-08-12scsi: qla2xxx: Fix a NULL pointer dereferenceBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Simplify qla24xx_async_abort_cmd()Bart Van Assche1-8/+6
2019-08-12scsi: qla2xxx: Remove two superfluous if-testsBart Van Assche1-14/+11
2019-08-12scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche4-35/+21
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche7-133/+45
2019-08-12scsi: qla2xxx: Report invalid mailbox status codesBart Van Assche2-0/+14
2019-08-12scsi: qla2xxx: Remove superfluous sts_entry_* castsBart Van Assche1-10/+5
2019-08-12scsi: qla2xxx: Let the compiler check the type of the SCSI command context pointerBart Van Assche4-30/+20
2019-08-12scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche3-0/+12
2019-08-12scsi: qla2xxx: Make sure that aborted commands are freedBart Van Assche2-5/+12
2019-08-12scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche4-114/+42
2019-08-12scsi: qla2xxx: Modify NVMe include directivesBart Van Assche1-1/+0
2019-08-12scsi: qla2xxx: Make qlt_handle_abts_completion() more robustBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Fix a race condition between aborting and completing a SCSI commandBart Van Assche2-38/+8
2019-08-12scsi: qla2xxx: Introduce the function qla2xxx_init_sp()Bart Van Assche1-13/+15
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche13-100/+54
2019-08-12scsi: qla2xxx: Rework key encoding in qlt_find_host_by_d_id()Bart Van Assche1-4/+2
2019-08-12scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBsBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endianBart Van Assche2-7/+8
2019-08-12scsi: qla2xxx: Check secondary image if reading the primary image failsBart Van Assche1-2/+6
2019-08-12scsi: qla2xxx: Change the return type of qla24xx_read_flash_data()Bart Van Assche2-4/+6
2019-08-12scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche6-173/+144
2019-08-12scsi: qla2xxx: Complain if a soft reset failsBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()Bart Van Assche2-10/+14
2019-08-12scsi: qla2xxx: Check the PCI info string output buffer sizeBart Van Assche5-42/+32
2019-08-12scsi: qla2xxx: Complain if waiting for pending commands times outBart Van Assche3-4/+10
2019-08-12scsi: qla2xxx: Declare fourth qla2x00_set_model_info() argument constBart Van Assche2-3/+3
2019-08-12scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return valueBart Van Assche2-3/+7
2019-08-12scsi: qla2xxx: Suppress multiple Coverity complaint about out-of-bounds accessesBart Van Assche1-4/+4
2019-08-12scsi: qla2xxx: Suppress a Coveritiy complaint about integer overflowBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Remove unreachable code from qla83xx_idc_lock()Bart Van Assche1-17/+0
2019-08-12scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()Bart Van Assche1-6/+5
2019-08-12scsi: qla2xxx: Simplify a debug statementBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Remove dead codeBart Van Assche1-3/+0
2019-08-12scsi: qla2xxx: Complain if parsing the version string failsBart Van Assche1-2/+3
2019-08-12scsi: qla2xxx: Complain if a mailbox command times outBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Use strlcpy() instead of strncpy()Bart Van Assche1-14/+14
2019-08-12scsi: qla2xxx: Do not corrupt vha->plogi_ack_listBart Van Assche2-3/+9
2019-08-12scsi: qla2xxx: Report the firmware status code if a mailbox command failsBart Van Assche1-1/+5
2019-08-12scsi: qla2xxx: Fix session lookup in qlt_abort_work()Bart Van Assche1-3/+1
2019-08-12scsi: qla2xxx: Simplify qla24xx_abort_sp_done()Bart Van Assche1-7/+5
2019-08-12scsi: qla2xxx: Remove two superfluous testsBart Van Assche1-3/+2
2019-08-12scsi: qla2xxx: Remove a superfluous pointer checkBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Simplify qlt_lport_dump()Bart Van Assche1-15/+3
2019-08-12scsi: qla2xxx: Reduce the number of casts in GID list codeBart Van Assche3-22/+14
2019-08-12scsi: qla2xxx: Verify locking assumptions at runtimeBart Van Assche1-0/+8
2019-08-12scsi: qla2xxx: Change data_dsd into an arrayBart Van Assche3-6/+6
2019-08-12scsi: qla2xxx: Declare qla_tgt_cmd.cdb constBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Reduce the scope of three local variables in qla2xxx_queuecommand()Bart Van Assche1-3/+4