summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-251-107/+210
|\
| * scsi: qla2xxx: Fix NVMe Target discoveryQuinn Tran2018-09-271-2/+2
| * scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxxMasanari Iida2018-09-271-1/+1
| * scsi: qla2xxx: Add mode control for each physical portQuinn Tran2018-09-111-15/+44
| * scsi: qla2xxx: Check for Register disconnectSawan Chandak2018-09-111-0/+1
| * scsi: qla2xxx: Move ABTS code behind qpairQuinn Tran2018-09-111-81/+97
| * scsi: qla2xxx: Remove stale ADISC_DONE eventHimanshu Madhani2018-09-111-5/+0
| * scsi: qla2xxx: Remove ASYNC GIDPN switch commandHimanshu Madhani2018-09-111-3/+0
| * scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran2018-09-111-2/+1
| * scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran2018-09-111-1/+2
| * scsi: qla2xxx: Add support for ZIO6 interrupt thresholdQuinn Tran2018-09-111-9/+33
| * scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran2018-09-111-55/+75
| * scsi: qla2xxx: Add logic to detect ABTS hang and response completionQuinn Tran2018-09-111-0/+1
| * scsi: qla2xxx: Defer chip reset until target mode is enabledQuinn Tran2018-09-111-7/+21
| * scsi: qla2xxx: Move rport registration out of internal work_listQuinn Tran2018-09-111-10/+16
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-55/+78
|\
| * scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran2018-08-021-11/+21
| * scsi: qla2xxx: Fix Management Server NPort handle reservation logicQuinn Tran2018-08-021-1/+2
| * scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran2018-08-021-0/+3
| * scsi: qla2xxx: Fix login retry countQuinn Tran2018-08-021-43/+47
| * scsi: qla2xxx: Fix N2N link re-connectQuinn Tran2018-08-021-0/+5
* | scsi: qla2xxx: Fix ISP recovery on unloadQuinn Tran2018-07-191-2/+3
* | scsi: qla2xxx: Fix driver unload by shutting down chipQuinn Tran2018-07-191-26/+18
* | scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletionQuinn Tran2018-07-191-1/+1
* | scsi: qla2xxx: Fix kernel crash due to late workqueue allocationhimanshu.madhani@cavium.com2018-07-101-2/+2
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-6/+8
* scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran2018-05-081-0/+4
* scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failureBill Kuzeja2018-04-091-23/+21
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-051-6/+8
|\
| * Merge branch 'fixes' into miscJames Bottomley2018-04-031-24/+46
| |\
| | * scsi: qla2xxx: fx00 copypaste typoMeelis Roos2018-03-211-1/+1
| * | scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran2018-03-211-2/+8
| * | scsi: qla2xxx: Fix FC-NVMe IO abort during driver resetDarren Trapp2018-03-211-1/+1
| * | scsi: qla2xxx: Remove nvme_done_listDarren Trapp2018-03-211-1/+0
* | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+1
|\ \ \ | |_|/ |/| |
| * | blk-mq: Allow PCI vector offset for mapping queuesKeith Busch2018-03-271-1/+1
| |/
* | scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failureBill Kuzeja2018-03-061-22/+37
* | scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp2018-03-011-2/+5
* | scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke2018-03-011-1/+6
* | scsi: qla2xxx: Fix memory corruption during hba reset testQuinn Tran2018-01-301-0/+2
|/
* scsi: qla2xxx: Fix NULL pointer crash due to probe failurehimanshu.madhani@cavium.com2018-01-171-4/+4
* scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran2018-01-031-3/+2
* scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran2018-01-031-1/+3
* scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handlingQuinn Tran2018-01-031-0/+1
* scsi: qla2xxx: Migrate switch registration commands away from mailbox interfaceQuinn Tran2018-01-031-2/+18
* scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran2018-01-031-3/+44
* scsi: qla2xxx: Use known NPort ID for Management Server loginhimanshu.madhani@cavium.com2018-01-031-1/+1
* scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran2018-01-031-7/+34
* scsi: qla2xxx: Add ability to send PRLOQuinn Tran2018-01-031-0/+9
OpenPOWER on IntegriCloud