aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.c
AgeCommit message (Expand)Author
2020-03-20scsi: qla2xxx: Send Notify ACK after N2N PLOGIRoman Bolshakov
2020-03-20scsi: qla2xxx: Drop superfluous INIT_WORK of del_workRoman Bolshakov
2020-03-20scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran
2020-02-11scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov
2019-11-25scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran
2019-10-05scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flagQuinn Tran
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-04-29scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memoryBart Van Assche
2019-04-29scsi: qla2xxx: Fix hardirq-unsafe lockingBart Van Assche
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche
2019-04-29scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche
2019-04-29scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche
2019-04-29scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche
2019-04-29scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()Bart Van Assche
2019-04-29scsi: qla2xxx: Simplify qlt_send_term_imm_notif()Bart Van Assche
2019-04-29scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche
2019-04-29scsi: qla2xxx: Fix a format specifierBart Van Assche
2019-04-29scsi: qla2xxx: Update two source code commentsBart Van Assche
2019-04-29scsi: qla2xxx: Fix device staying in blocked stateQuinn Tran
2019-04-15scsi: qla2xxx: Remove two superfluous castsBart Van Assche
2019-04-15scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio
2019-02-19scsi: qla2xxx: remove redundant null check on pointer sessColin Ian King
2019-02-19scsi: qla2xxx: Move debug messages before sending srb preventing panicBill Kuzeja
2019-02-05scsi: qla2xxx: allow session delete to finish before create.Quinn Tran
2019-02-05scsi: qla2xxx: flush IO on chip reset or sess deleteQuinn Tran
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali
2018-11-28scsi: qla2xxx: Introduce a switch/case statement in qlt_xmit_tm_rsp()Bart Van Assche
2018-11-06scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche
2018-10-23scsi: qla2xxx: Modify fall-through annotationsBart Van Assche
2018-10-17scsi: qla2xxx: fully convert to the generic DMA APIChristoph Hellwig
2018-09-27scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran
2018-09-11scsi: qla2xxx: Fix premature command freeQuinn Tran
2018-09-11scsi: qla2xxx: Fix stuck session in PLOGI stateQuinn Tran
2018-09-11scsi: qla2xxx: Add mode control for each physical portQuinn Tran
2018-09-11scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran
2018-09-11scsi: qla2xxx: Add support for ZIO6 interrupt thresholdQuinn Tran
2018-09-11scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran
2018-09-11scsi: qla2xxx: Add logic to detect ABTS hang and response completionQuinn Tran
2018-09-11scsi: qla2xxx: Add appropriate debug info for invalid RX_IDQuinn Tran
2018-09-11scsi: qla2xxx: Serialize mailbox requestQuinn Tran
2018-09-11scsi: qla2xxx: Terminate Plogi/PRLI if WWN is 0Quinn Tran
2018-09-11scsi: qla2xxx: Move rport registration out of internal work_listQuinn Tran
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-02scsi: qla2xxx: Fix unintended LogoutQuinn Tran
2018-08-02scsi: qla2xxx: Fix login retry countQuinn Tran
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran