Age | Commit message (Expand) | Author | Files | Lines |
2021-03-30 | scsi: qla2xxx: Fix use after free in bsg | Quinn Tran | 1 | -1/+2 |
2021-03-30 | scsi: qla2xxx: Consolidate zio threshold setting for both FCP & NVMe | Quinn Tran | 2 | -21/+14 |
2021-03-30 | scsi: qla2xxx: Fix stuck session | Quinn Tran | 2 | -1/+7 |
2021-03-30 | scsi: qla2xxx: Add H:C:T info in the log message for fc ports | Arun Easi | 1 | -4/+5 |
2021-03-30 | scsi: qla2xxx: Fix IOPS drop seen in some adapters | Arun Easi | 1 | -0/+19 |
2021-03-25 | scsi: qla2xxx: Check kzalloc() return value | Bart Van Assche | 1 | -0/+4 |
2021-03-25 | scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats() | Bart Van Assche | 1 | -1/+7 |
2021-03-25 | scsi: qla2xxx: Simplify qla8044_minidump_process_control() | Bart Van Assche | 1 | -8/+0 |
2021-03-25 | scsi: qla2xxx: Suppress Coverity complaints about dseg_r* | Bart Van Assche | 2 | -8/+12 |
2021-03-25 | scsi: qla2xxx: Fix endianness annotations | Bart Van Assche | 4 | -7/+9 |
2021-03-25 | scsi: qla2xxx: Constify struct qla_tgt_func_tmpl | Bart Van Assche | 2 | -2/+2 |
2021-03-16 | scsi: qla2xxx: Use dma_pool_zalloc() | Wang Qing | 1 | -2/+1 |
2021-03-16 | scsi: qla2xxx: Fix a couple of misdocumented functions | Lee Jones | 1 | -2/+2 |
2021-03-16 | scsi: qla2xxx: Fix incorrectly named function qla8044_check_temp() | Lee Jones | 1 | -1/+1 |
2021-03-16 | scsi: qla2xxx: Fix a couple of misnamed functions | Lee Jones | 1 | -2/+2 |
2021-03-16 | scsi: qla2xxx: Fix some incorrect formatting/spelling issues | Lee Jones | 1 | -5/+5 |
2021-03-16 | scsi: qla2xxx: Replace __qla2x00_marker()'s missing underscores | Lee Jones | 1 | -1/+1 |
2021-03-05 | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb() | Mike Christie | 1 | -1/+2 |
2021-03-05 | scsi: target: qla2xxx: Convert to new submission API | Mike Christie | 1 | -4/+12 |
2021-02-09 | scsi: qla2xxx: Simplify if statement | Jiapeng Chong | 1 | -2/+1 |
2021-01-29 | scsi: qla2xxx: Simplify the calculation of variables | Jiapeng Zhong | 1 | -1/+1 |
2021-01-27 | scsi: qla2xxx: Fix some memory corruption | Dan Carpenter | 1 | -1/+1 |
2021-01-27 | Merge branch '5.11/scsi-fixes' into 5.12/scsi-queue | Martin K. Petersen | 1 | -1/+1 |
2021-01-23 | scsi: qla2xxx: Remove redundant NULL check | Yang Li | 1 | -10/+5 |
2021-01-23 | scsi: qla2xxx: Remove unnecessary NULL check | Dan Carpenter | 1 | -1/+1 |
2021-01-23 | scsi: qla2xxx: Assign boolean values to a bool variable | Jiapeng Zhong | 1 | -2/+2 |
2021-01-23 | scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result value | Hannes Reinecke | 1 | -1/+1 |
2021-01-21 | scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limit | Enzo Matsumiya | 1 | -1/+1 |
2021-01-13 | scsi: qla2xxx: Update version to 10.02.00.105-k | Nilesh Javali | 1 | -2/+2 |
2021-01-13 | scsi: qla2xxx: Enable NVMe CONF (BIT_7) when enabling SLER | Saurav Kashyap | 1 | -0/+2 |
2021-01-13 | scsi: qla2xxx: Fix mailbox Ch erroneous error | Quinn Tran | 2 | -1/+3 |
2021-01-13 | scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMe | Bikash Hazarika | 9 | -6/+160 |
2021-01-13 | scsi: qla2xxx: Move some messages from debug to normal log level | Saurav Kashyap | 2 | -32/+30 |
2021-01-13 | scsi: qla2xxx: Add error counters to debugfs node | Saurav Kashyap | 1 | -0/+28 |
2021-01-13 | scsi: qla2xxx: Implementation to get and manage host, target stats and initia... | Saurav Kashyap | 10 | -0/+718 |
2020-12-17 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 16 | -147/+212 |
2020-12-09 | scsi: qla2xxx: Update version to 10.02.00.104-k | Nilesh Javali | 1 | -2/+2 |
2020-12-09 | scsi: qla2xxx: Fix device loss on 4G and older HBAs | Arun Easi | 1 | -0/+3 |
2020-12-09 | scsi: qla2xxx: If fcport is undergoing deletion complete I/O with retry | Saurav Kashyap | 1 | -4/+4 |
2020-12-09 | scsi: qla2xxx: Fix the call trace for flush workqueue | Saurav Kashyap | 1 | -1/+1 |
2020-12-09 | scsi: qla2xxx: Fix flash update in 28XX adapters on big endian machines | Arun Easi | 1 | -5/+5 |
2020-12-09 | scsi: qla2xxx: Handle aborts correctly for port undergoing deletion | Saurav Kashyap | 1 | -1/+1 |
2020-12-09 | scsi: qla2xxx: Fix N2N and NVMe connect retry failure | Quinn Tran | 2 | -22/+52 |
2020-12-09 | scsi: qla2xxx: Fix FW initialization error on big endian machines | Arun Easi | 1 | -3/+3 |
2020-12-09 | scsi: qla2xxx: Fix crash during driver load on big endian machines | Arun Easi | 2 | -5/+6 |
2020-12-09 | scsi: qla2xxx: Fix compilation issue in PPC systems | Arun Easi | 2 | -3/+3 |
2020-12-09 | scsi: qla2xxx: Don't check for fw_started while posting NVMe command | Saurav Kashyap | 1 | -8/+4 |
2020-12-09 | scsi: qla2xxx: Tear down session if FW say it is down | Quinn Tran | 1 | -1/+27 |
2020-12-09 | scsi: qla2xxx: Limit interrupt vectors to number of CPUs | Quinn Tran | 1 | -2/+4 |
2020-12-09 | scsi: qla2xxx: Change post del message from debug level to log level | Saurav Kashyap | 2 | -5/+5 |