summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-059-67/+159
|\
| * scsi: qla2xxx: Fix Nport ID display valueQuinn Tran2019-09-231-3/+4
| * scsi: qla2xxx: Fix N2N link up failQuinn Tran2019-09-232-4/+4
| * scsi: qla2xxx: Fix N2N link resetQuinn Tran2019-09-234-34/+103
| * scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran2019-09-236-12/+34
| * scsi: qla2xxx: Fix stale mem access on driver unloadQuinn Tran2019-09-232-13/+9
| * scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran2019-09-231-0/+4
| * scsi: qla2xxx: Silence fwdump template messageHimanshu Madhani2019-09-231-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-2128-1117/+900
|\|
| * scsi: qla2xxx: Update driver version to 10.01.00.19-kHimanshu Madhani2019-09-071-1/+1
| * scsi: qla2xxx: Fix stale sessionQuinn Tran2019-09-071-2/+3
| * scsi: qla2xxx: Fix stuck login sessionQuinn Tran2019-09-071-12/+11
| * scsi: qla2xxx: Fix driver reload for ISP82xxHimanshu Madhani2019-09-072-15/+4
| * scsi: qla2xxx: Fix flash read for Qlogic ISPsQuinn Tran2019-09-073-6/+7
| * scsi: qla2xxx: Fix message indicating vectors used by driverHimanshu Madhani2019-09-071-4/+2
| * scsi: qla2xxx: fix spelling mistake "initializatin" -> "initialization"Colin Ian King2019-08-291-1/+1
| * scsi: qla2xxx: Fix a recently introduced kernel warningBart Van Assche2019-08-291-2/+0
| * scsi: qla2xxx: cleanup trace buffer initializationMartin Wilck2019-08-192-116/+99
| * scsi: qla2xxx: qla2x00_alloc_fw_dump: set ha->eftMartin Wilck2019-08-191-0/+2
| * scsi: qla2xxx: Fix a NULL pointer dereferenceBart Van Assche2019-08-121-1/+2
| * scsi: qla2xxx: Simplify qla24xx_async_abort_cmd()Bart Van Assche2019-08-121-8/+6
| * scsi: qla2xxx: Remove two superfluous if-testsBart Van Assche2019-08-121-14/+11
| * scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche2019-08-124-35/+21
| * scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche2019-08-127-133/+45
| * scsi: qla2xxx: Report invalid mailbox status codesBart Van Assche2019-08-122-0/+14
| * scsi: qla2xxx: Remove superfluous sts_entry_* castsBart Van Assche2019-08-121-10/+5
| * scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...Bart Van Assche2019-08-124-30/+20
| * scsi: qla2xxx: Complain if sp->done() is not called from the completion pathBart Van Assche2019-08-123-0/+12
| * scsi: qla2xxx: Make sure that aborted commands are freedBart Van Assche2019-08-122-5/+12
| * scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche2019-08-124-114/+42
| * scsi: qla2xxx: Modify NVMe include directivesBart Van Assche2019-08-121-1/+0
| * scsi: qla2xxx: Make qlt_handle_abts_completion() more robustBart Van Assche2019-08-121-1/+1
| * scsi: qla2xxx: Fix a race condition between aborting and completing a SCSI co...Bart Van Assche2019-08-122-38/+8
| * scsi: qla2xxx: Introduce the function qla2xxx_init_sp()Bart Van Assche2019-08-121-13/+15
| * scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche2019-08-1213-100/+54
| * scsi: qla2xxx: Rework key encoding in qlt_find_host_by_d_id()Bart Van Assche2019-08-121-4/+2
| * scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBsBart Van Assche2019-08-121-1/+2
| * scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endianBart Van Assche2019-08-122-7/+8
| * scsi: qla2xxx: Check secondary image if reading the primary image failsBart Van Assche2019-08-121-2/+6
| * scsi: qla2xxx: Change the return type of qla24xx_read_flash_data()Bart Van Assche2019-08-122-4/+6
| * scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche2019-08-126-173/+144
| * scsi: qla2xxx: Complain if a soft reset failsBart Van Assche2019-08-121-1/+1
| * scsi: qla2xxx: Use memcpy() and strlcpy() instead of strcpy() and strncpy()Bart Van Assche2019-08-122-10/+14
| * scsi: qla2xxx: Check the PCI info string output buffer sizeBart Van Assche2019-08-125-42/+32
| * scsi: qla2xxx: Complain if waiting for pending commands times outBart Van Assche2019-08-123-4/+10
| * scsi: qla2xxx: Declare fourth qla2x00_set_model_info() argument constBart Van Assche2019-08-122-3/+3
| * scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return valueBart Van Assche2019-08-122-3/+7
| * scsi: qla2xxx: Suppress multiple Coverity complaint about out-of-bounds accessesBart Van Assche2019-08-121-4/+4
| * scsi: qla2xxx: Suppress a Coveritiy complaint about integer overflowBart Van Assche2019-08-121-1/+1
| * scsi: qla2xxx: Remove unreachable code from qla83xx_idc_lock()Bart Van Assche2019-08-121-17/+0