summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-08-12scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()Bart Van Assche
2019-08-12scsi: qla2xxx: Simplify a debug statementBart Van Assche
2019-08-12scsi: qla2xxx: Remove dead codeBart Van Assche
2019-08-12scsi: qla2xxx: Complain if parsing the version string failsBart Van Assche
2019-08-12scsi: qla2xxx: Complain if a mailbox command times outBart Van Assche
2019-08-12scsi: qla2xxx: Use strlcpy() instead of strncpy()Bart Van Assche
2019-08-12scsi: qla2xxx: Do not corrupt vha->plogi_ack_listBart Van Assche
2019-08-12scsi: qla2xxx: Report the firmware status code if a mailbox command failsBart Van Assche
2019-08-12scsi: qla2xxx: Fix session lookup in qlt_abort_work()Bart Van Assche
2019-08-12scsi: qla2xxx: Simplify qla24xx_abort_sp_done()Bart Van Assche
2019-08-12scsi: qla2xxx: Remove two superfluous testsBart Van Assche
2019-08-12scsi: qla2xxx: Remove a superfluous pointer checkBart Van Assche
2019-08-12scsi: qla2xxx: Simplify qlt_lport_dump()Bart Van Assche
2019-08-12scsi: qla2xxx: Reduce the number of casts in GID list codeBart Van Assche
2019-08-12scsi: qla2xxx: Verify locking assumptions at runtimeBart Van Assche
2019-08-12scsi: qla2xxx: Change data_dsd into an arrayBart Van Assche
2019-08-12scsi: qla2xxx: Declare qla_tgt_cmd.cdb constBart Van Assche
2019-08-12scsi: qla2xxx: Reduce the scope of three local variables in qla2xxx_queuecomm...Bart Van Assche
2019-08-12scsi: qla2xxx: Change the return type of qla2x00_update_ms_fdmi_iocb() into voidBart Van Assche
2019-08-12scsi: qla2xxx: Declare the fourth ql_dump_buffer() argument constBart Van Assche
2019-08-12scsi: qla2xxx: Remove a superfluous forward declarationBart Van Assche
2019-08-12scsi: qla2xxx: Remove an include directive from qla_mr.cBart Van Assche
2019-08-12scsi: qla2xxx: Include the <asm/unaligned.h> header file from qla_dsd.hBart Van Assche
2019-08-12scsi: qla2xxx: Use tabs instead of spaces for indentationBart Van Assche
2019-08-12scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche
2019-08-12scsi: qla2xxx: Really fix qla2xxx_eh_abort()Bart Van Assche
2019-08-12scsi: qla2xxx: Make qla2x00_abort_srb() again decrease the sp reference countBart Van Assche
2019-08-07scsi: mpt3sas: Update driver version to 31.100.00.00Suganath Prabu
2019-08-07scsi: mpt3sas: Run SAS DEVICE STATUS CHANGE EVENT from ISRSuganath Prabu
2019-08-07scsi: mpt3sas: Reduce the performance dropSuganath Prabu
2019-08-07scsi: mpt3sas: Handle fault during HBA initializationSuganath Prabu
2019-08-07scsi: mpt3sas: Add sysfs to know supported featuresSuganath Prabu
2019-08-07scsi: mpt3sas: Support MEMORY MOVE Tool box commandSuganath Prabu
2019-08-07scsi: mpt3sas: Allow ioctls to blocked access status NVMeSuganath Prabu
2019-08-07scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu
2019-08-07scsi: mpt3sas: Update MPI headers to 2.6.8 specSuganath Prabu
2019-08-07scsi: mpt3sas: Gracefully handle online firmware updateSuganath Prabu
2019-08-07scsi: mpt3sas: memset request frame before reusingSuganath Prabu
2019-08-07scsi: mpt3sas: Add support for PCIe Lane marginSuganath Prabu
2019-08-07scsi: pm80xx: remove redundant assignments to variable rcColin Ian King
2019-08-07scsi: hisi_sas: Consolidate internal abort calls in LU reset operationLuo Jiaxing
2019-08-07scsi: hisi_sas: replace "%p" with "%pK"Xiang Chen
2019-08-07scsi: hisi_sas: Remove some unnecessary codeXiang Chen
2019-08-07scsi: hisi_sas: Modify return type of debugfs functionsLuo Jiaxing
2019-08-07scsi: hisi_sas: Drop free_irq() when devm_request_irq() failedXiang Chen
2019-08-07scsi: hisi_sas: Drop SMP resp frame DMA mappingJohn Garry
2019-08-07scsi: hisi_sas: Drop kmap_atomic() in SMP command completionJohn Garry
2019-08-07scsi: hisi_sas: Make slot buf minimum allocation of PAGE_SIZEXiang Chen
2019-08-07scsi: hisi_sas: Don't bother clearing status buffer IU in task prepXiang Chen
2019-08-07scsi: hisi_sas: Fix out of bound at debug_I_T_nexus_reset()Luo Jiaxing