aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-07Revert "scsi: qla2xxx: Fix NVMe Target discovery"Himanshu Madhani1-2/+2
2018-11-08scsi: qla2xxx: Timeouts occur on surprise removal of QLogic adapterBill Kuzeja1-2/+8
2018-11-05scsi: qla2xxx: Fix a typo in MODULE_PARM_DESCMasanari Iida1-1/+1
2018-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-107/+210
2018-10-23scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche1-3/+3
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-09-27scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran1-2/+2
2018-09-27scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxxMasanari Iida1-1/+1
2018-09-11scsi: qla2xxx: Add mode control for each physical portQuinn Tran1-15/+44
2018-09-11scsi: qla2xxx: Check for Register disconnectSawan Chandak1-0/+1
2018-09-11scsi: qla2xxx: Move ABTS code behind qpairQuinn Tran1-81/+97
2018-09-11scsi: qla2xxx: Remove stale ADISC_DONE eventHimanshu Madhani1-5/+0
2018-09-11scsi: qla2xxx: Remove ASYNC GIDPN switch commandHimanshu Madhani1-3/+0
2018-09-11scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran1-2/+1
2018-09-11scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran1-1/+2
2018-09-11scsi: qla2xxx: Add support for ZIO6 interrupt thresholdQuinn Tran1-9/+33
2018-09-11scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran1-55/+75
2018-09-11scsi: qla2xxx: Add logic to detect ABTS hang and response completionQuinn Tran1-0/+1
2018-09-11scsi: qla2xxx: Defer chip reset until target mode is enabledQuinn Tran1-7/+21
2018-09-11scsi: qla2xxx: Move rport registration out of internal work_listQuinn Tran1-10/+16
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-55/+78
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran1-11/+21
2018-08-02scsi: qla2xxx: Fix Management Server NPort handle reservation logicQuinn Tran1-1/+2
2018-08-02scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran1-0/+3
2018-08-02scsi: qla2xxx: Fix login retry countQuinn Tran1-43/+47
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran1-0/+5
2018-07-19scsi: qla2xxx: Fix ISP recovery on unloadQuinn Tran1-2/+3
2018-07-19scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran1-26/+18
2018-07-19scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletionQuinn Tran1-1/+1
2018-07-10scsi: qla2xxx: Fix kernel crash due to late workqueue allocationhimanshu.madhani@cavium.com1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-6/+8
2018-05-08scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran1-0/+4
2018-04-09scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failureBill Kuzeja1-23/+21
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+8
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-24/+46
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch1-1/+1
2018-03-21scsi: qla2xxx: fx00 copypaste typoMeelis Roos1-1/+1
2018-03-21scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran1-2/+8
2018-03-21scsi: qla2xxx: Fix FC-NVMe IO abort during driver resetDarren Trapp1-1/+1
2018-03-21scsi: qla2xxx: Remove nvme_done_listDarren Trapp1-1/+0
2018-03-06scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failureBill Kuzeja1-22/+37
2018-03-01scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp1-2/+5
2018-03-01scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke1-1/+6
2018-01-30scsi: qla2xxx: Fix memory corruption during hba reset testQuinn Tran1-0/+2
2018-01-17scsi: qla2xxx: Fix NULL pointer crash due to probe failurehimanshu.madhani@cavium.com1-4/+4
2018-01-03scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran1-3/+2
2018-01-03scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran1-1/+3
2018-01-03scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handlingQuinn Tran1-0/+1