summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)Author
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07scsi: qla2xxx: Mask off Scope bits in retry delayAnil Gurumurthy
2018-06-07scsi: qla2xxx: Fix crash on qla2x00_mailbox_commandRodrigo R. Galvao
2018-06-05scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani
2018-05-08scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wqAndrei Vagin
2018-05-08scsi: qla2xxx: Update driver version to 10.00.00.07-khimanshu.madhani@cavium.com
2018-05-08scsi: qla2xxx: Fix TMF and Multi-Queue configQuinn Tran
2018-05-08scsi: qla2xxx: Prevent relogin loop by removing stale codehimanshu.madhani@cavium.com
2018-05-08scsi: qla2xxx: Remove stale debug value for login_retry flagQuinn Tran
2018-05-08scsi: qla2xxx: Use predefined get_datalen_for_atio() inline functionQuinn Tran
2018-05-08scsi: qla2xxx: Fix Inquiry command being dropped in Target modeQuinn Tran
2018-05-08scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran
2018-05-08scsi: qla2xxx: Reduce redundant ADISC command for RSCNsQuinn Tran
2018-05-08scsi: qla2xxx: Delete session for nport id changeQuinn Tran
2018-05-08scsi: qla2xxx: Fix Rport and session state getting out of syncQuinn Tran
2018-05-08scsi: qla2xxx: Fix sending ADISC command for loginQuinn Tran
2018-04-09scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITIONJohannes Thumshirn
2018-04-09scsi: qla2xxx: correctly shift host byteJohannes Thumshirn
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings
2018-04-09scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings
2018-04-09scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failureBill Kuzeja
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-03Merge branch 'fixes' into miscJames Bottomley
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch
2018-03-21scsi: qla2xxx: fx00 copypaste typoMeelis Roos
2018-03-21scsi: qla2xxx: fix error message on <qla2400Meelis Roos
2018-03-21scsi: qla2xxx: Update driver version to 10.00.00.06-khimanshu.madhani@cavium.com
2018-03-21scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran
2018-03-21scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp
2018-03-21scsi: qla2xxx: Fix FC-NVMe IO abort during driver resetDarren Trapp
2018-03-21scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSYDarren Trapp
2018-03-21scsi: qla2xxx: Remove nvme_done_listDarren Trapp
2018-03-21scsi: qla2xxx: Return busy if rport going awayDarren Trapp
2018-03-21scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB changeDarren Trapp
2018-03-21scsi: qla2xxx: Add FC-NVMe abort processingDarren Trapp
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp
2018-03-21scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()Darren Trapp
2018-03-21scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMehimanshu.madhani@cavium.com
2018-03-21scsi: qla2xxx: Restore ZIO threshold settingDarren Trapp
2018-03-21scsi: qla2xxx: fix spelling mistake: "existant" -> "existent"Colin Ian King
2018-03-12scsi: qla2xxx: Remove FC_NO_LOOP_ID for FCP and FC-NVMe DiscoveryHimanshu Madhani
2018-03-06scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failureBill Kuzeja
2018-03-01scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp
2018-03-01scsi: qla2xxx: ensure async flags are reset correctlyHannes Reinecke
2018-03-01scsi: qla2xxx: do not check login_state if no loop id is assignedHannes Reinecke
2018-03-01scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke