aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-03scsi: qla2xxx: Migrate switch registration commands away from mailbox interfaceQuinn Tran1-5/+8
2018-01-03scsi: qla2xxx: Reduce the use of terminate exchangeQuinn Tran1-66/+74
2018-01-03scsi: qla2xxx: Add lock protection around host lookupQuinn Tran1-6/+0
2018-01-03scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran1-8/+54
2018-01-03scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran1-94/+192
2018-01-03scsi: qla2xxx: Allow target mode to accept PRLI in dual modeQuinn Tran1-3/+13
2018-01-03scsi: qla2xxx: Enable ATIO interrupt handshake for ISP27XXQuinn Tran1-14/+25
2017-12-11scsi: qla2xxx: Suppress gcc 7 fall-through warningsBart Van Assche1-1/+2
2017-12-07scsi: qla2xxx: Clear loop id after deleteQuinn Tran1-5/+4
2017-12-07scsi: qla2xxx: Fix scan state field for fcportQuinn Tran1-0/+1
2017-12-07scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcportQuinn Tran1-1/+1
2017-12-07scsi: qla2xxx: Relogin to target port on a cable swapQuinn Tran1-6/+29
2017-12-07scsi: qla2xxx: Fix NPIV host cleanup in target modeSawan Chandak1-2/+5
2017-12-07scsi: qla2xxx: Move session delete to driver work queueQuinn Tran1-1/+2
2017-12-07scsi: qla2xxx: Fix system crash for Notify ack timeout handlingQuinn Tran1-1/+1
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-16scsi: qla2xxx: Add ATIO-Q processing for INTx modeHimanshu Madhani1-3/+9
2017-08-30scsi: qla2xxx: Reset the logo flag, after target re-login.Quinn Tran1-0/+2
2017-08-30scsi: qla2xxx: Fix slow mem alloc behind lockQuinn Tran1-1/+1
2017-08-24scsi: qla2xxx: Cleanup NPIV host in target mode during config teardownQuinn Tran1-4/+7
2017-08-24scsi: qla2xxx: Fix task mgmt handling for NPIVQuinn Tran1-1/+6