aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-19scsi: qla2xxx: remove redundant null check on pointer sessColin Ian King1-5/+1
2019-02-19scsi: qla2xxx: Move debug messages before sending srb preventing panicBill Kuzeja1-4/+4
2019-02-05scsi: qla2xxx: allow session delete to finish before create.Quinn Tran1-0/+3
2019-02-05scsi: qla2xxx: flush IO on chip reset or sess deleteQuinn Tran1-6/+3
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-1/+1
2018-11-28scsi: qla2xxx: Introduce a switch/case statement in qlt_xmit_tm_rsp()Bart Van Assche1-7/+7
2018-11-06scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig1-4/+4
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche1-3/+3
2018-10-23scsi: qla2xxx: Modify fall-through annotationsBart Van Assche1-1/+1
2018-10-17scsi: qla2xxx: fully convert to the generic DMA APIChristoph Hellwig1-4/+4
2018-09-27scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran1-1/+2
2018-09-11scsi: qla2xxx: Fix premature command freeQuinn Tran1-0/+4
2018-09-11scsi: qla2xxx: Fix stuck session in PLOGI stateQuinn Tran1-4/+0
2018-09-11scsi: qla2xxx: Add mode control for each physical portQuinn Tran1-6/+20
2018-09-11scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran1-0/+2
2018-09-11scsi: qla2xxx: Add support for ZIO6 interrupt thresholdQuinn Tran1-17/+0
2018-09-11scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran1-104/+196
2018-09-11scsi: qla2xxx: Add logic to detect ABTS hang and response completionQuinn Tran1-9/+63
2018-09-11scsi: qla2xxx: Add appropriate debug info for invalid RX_IDQuinn Tran1-1/+11
2018-09-11scsi: qla2xxx: Serialize mailbox requestQuinn Tran1-16/+9
2018-09-11scsi: qla2xxx: Terminate Plogi/PRLI if WWN is 0Quinn Tran1-0/+6
2018-09-11scsi: qla2xxx: Move rport registration out of internal work_listQuinn Tran1-16/+67
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+20
2018-08-02scsi: qla2xxx: Fix unintended LogoutQuinn Tran1-1/+2
2018-08-02scsi: qla2xxx: Fix login retry countQuinn Tran1-2/+1
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran1-0/+9
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox1-4/+6
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox1-2/+2
2018-06-18scsi: qla2xxx: Spinlock recursion in qla_targetMikhail Malygin1-4/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+6
2018-05-08scsi: qla2xxx: Fix TMF and Multi-Queue configQuinn Tran1-24/+111
2018-05-08scsi: qla2xxx: Use predefined get_datalen_for_atio() inline functionQuinn Tran1-10/+7
2018-05-08scsi: qla2xxx: Fix Inquiry command being dropped in Target modeQuinn Tran1-2/+7
2018-05-08scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran1-1/+0
2018-05-08scsi: qla2xxx: Fix Rport and session state getting out of syncQuinn Tran1-18/+12
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-13/+6
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp1-5/+8
2018-03-21scsi: qla2xxx: fix spelling mistake: "existant" -> "existent"Colin Ian King1-1/+1
2018-03-01scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke1-11/+6
2018-02-22scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder1-6/+1
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche1-3/+4
2018-02-06scsi: qla2xxx: Fix a locking imbalance in qlt_24xx_handle_els()Bart Van Assche1-2/+0
2018-01-22scsi: qla2xxx: Fix logo flag for qlt_free_session_done()Himanshu Madhani1-0/+1
2018-01-17scsi: qla2xxx: Fix recursion while sending terminate exchangehimanshu.madhani@cavium.com1-1/+1
2018-01-03scsi: qla2xxx: Serialize session free in qlt_free_session_doneQuinn Tran1-0/+13
2018-01-03scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran1-15/+14
2018-01-03scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()Quinn Tran1-9/+7
2018-01-03scsi: qla2xxx: Increase verbosity of debug messages loggedQuinn Tran1-4/+4
2018-01-03scsi: qla2xxx: Remove session creation redundant codeQuinn Tran1-117/+5