summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-8/+8
|\
| * scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran2019-06-271-8/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-10/+1
|/
* scsi: qla2xxx: Avoid that qlt_send_resp_ctio() corrupts memoryBart Van Assche2019-04-291-6/+6
* scsi: qla2xxx: Fix hardirq-unsafe lockingBart Van Assche2019-04-291-17/+8
* scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche2019-04-291-2/+1
* scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-291-25/+12
* scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche2019-04-291-0/+3
* scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche2019-04-291-4/+0
* scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche2019-04-291-37/+4
* scsi: qla2xxx: Fix error handling in qlt_alloc_qfull_cmd()Bart Van Assche2019-04-291-5/+2
* scsi: qla2xxx: Simplify qlt_send_term_imm_notif()Bart Van Assche2019-04-291-24/+2
* scsi: qla2xxx: Make qla2x00_mem_free() easier to verifyBart Van Assche2019-04-291-0/+3
* scsi: qla2xxx: Fix a format specifierBart Van Assche2019-04-291-1/+1
* scsi: qla2xxx: Update two source code commentsBart Van Assche2019-04-291-1/+1
* scsi: qla2xxx: Fix device staying in blocked stateQuinn Tran2019-04-291-2/+2
* scsi: qla2xxx: Remove two superfluous castsBart Van Assche2019-04-161-3/+2
* scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche2019-04-161-1/+1
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-161-0/+18
* scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio2019-03-191-3/+4
* scsi: qla2xxx: remove redundant null check on pointer sessColin Ian King2019-02-201-5/+1
* scsi: qla2xxx: Move debug messages before sending srb preventing panicBill Kuzeja2019-02-201-4/+4
* scsi: qla2xxx: allow session delete to finish before create.Quinn Tran2019-02-061-0/+3
* scsi: qla2xxx: flush IO on chip reset or sess deleteQuinn Tran2019-02-061-6/+3
* scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali2019-01-121-1/+1
* scsi: qla2xxx: Introduce a switch/case statement in qlt_xmit_tm_rsp()Bart Van Assche2018-11-291-7/+7
* scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig2018-11-071-4/+4
* scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche2018-10-241-3/+3
* scsi: qla2xxx: Modify fall-through annotationsBart Van Assche2018-10-241-1/+1
* scsi: qla2xxx: fully convert to the generic DMA APIChristoph Hellwig2018-10-181-4/+4
* scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran2018-09-281-1/+2
* scsi: qla2xxx: Fix premature command freeQuinn Tran2018-09-121-0/+4
* scsi: qla2xxx: Fix stuck session in PLOGI stateQuinn Tran2018-09-121-4/+0
* scsi: qla2xxx: Add mode control for each physical portQuinn Tran2018-09-121-6/+20
* scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran2018-09-121-0/+2
* scsi: qla2xxx: Add support for ZIO6 interrupt thresholdQuinn Tran2018-09-121-17/+0
* scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran2018-09-121-104/+196
* scsi: qla2xxx: Add logic to detect ABTS hang and response completionQuinn Tran2018-09-121-9/+63
* scsi: qla2xxx: Add appropriate debug info for invalid RX_IDQuinn Tran2018-09-121-1/+11
* scsi: qla2xxx: Serialize mailbox requestQuinn Tran2018-09-121-16/+9
* scsi: qla2xxx: Terminate Plogi/PRLI if WWN is 0Quinn Tran2018-09-121-0/+6
* scsi: qla2xxx: Move rport registration out of internal work_listQuinn Tran2018-09-121-16/+67
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-9/+20
|\
| * scsi: qla2xxx: Fix unintended LogoutQuinn Tran2018-08-021-1/+2
| * scsi: qla2xxx: Fix login retry countQuinn Tran2018-08-021-2/+1
| * scsi: qla2xxx: Fix N2N link re-connectQuinn Tran2018-08-021-0/+9
| * scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-201-4/+6
| * scsi: target: Abstract tag freeingMatthew Wilcox2018-06-201-2/+2
* | scsi: qla2xxx: Spinlock recursion in qla_targetMikhail Malygin2018-06-191-4/+3
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-4/+6