summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | scsi: lpfc: Fix vports not logging into targetJames Smart2017-06-131-17/+14
| * | scsi: lpfc: Fix PRLI retry handling when target rejects it.James Smart2017-06-131-3/+14
| * | scsi: lpfc: Null pointer dereference when log_verbose is set to 0xffffffffJames Smart2017-06-131-2/+4
| * | scsi: lpfc: Fix System panic after loading the driverJames Smart2017-06-132-7/+8
| * | scsi: lpfc: Fix crash on powering off BFS VM with passthrough deviceJames Smart2017-06-131-2/+10
| * | scsi: lpfc: Fix return value of board_mode store routine in case of online fa...James Smart2017-06-131-0/+2
| * | scsi: lpfc: Fix counters so outstandng NVME IO count is accurateJames Smart2017-06-136-41/+89
| * | scsi: lpfc: Fix Port going offline after multiple resets.James Smart2017-06-131-0/+1
| * | scsi: lpfc: Fix nvmet node ref count handlingJames Smart2017-06-131-4/+4
| * | scsi: lpfc: Fix Lun Priority level shown as NAJames Smart2017-06-131-2/+4
| * | scsi: lpfc: Add changes to assist in NVMET debuggingJames Smart2017-06-132-71/+151
| * | scsi: lpfc: Fix nvme port role handling in sysfs and debugfs handlers.James Smart2017-06-132-26/+28
| * | scsi: lpfc: Fix transition nvme-i rport handling to nport only.James Smart2017-06-134-30/+11
| * | scsi: lpfc: Add nvme initiator devloss supportJames Smart2017-06-132-91/+57
| * | scsi: lpfc: make a couple of functions staticColin Ian King2017-06-131-2/+2
| * | scsi: lpfc: fix spelling mistake "entrys" -> "entries"Colin Ian King2017-06-131-1/+1
| |/
* | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-20/+0
|\ \ | |/ |/|
| * Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro2017-06-2717-423/+861
| |\
| * | lpfc debugfs: get rid of pointless access_ok()Al Viro2017-06-041-20/+0
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-06-114-7/+11
|\ \ \ | |_|/ |/| |
| * | scsi: lpfc: prevent potential null pointer dereferenceGustavo A. R. Silva2017-06-011-2/+3
| * | scsi: lpfc: Avoid NULL pointer dereference in lpfc_els_abort()Guilherme G. Piccoli2017-06-012-3/+6
| * | scsi: lpfc: nvmet_fc: fix format stringArnd Bergmann2017-06-011-2/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-05-2517-413/+839
|\| |
| * | scsi: lpfc: fix build issue if NVME_FC_TARGET is not definedJames Smart2017-05-181-0/+2
| * | scsi: lpfc: Fix NULL pointer dereference during PCI error recoveryGuilherme G. Piccoli2017-05-181-0/+7
| * | scsi: lpfc: update version to 11.2.0.14James Smart2017-05-171-1/+1
| * | scsi: lpfc: Add MDS Diagnostic support.James Smart2017-05-176-10/+161
| * | scsi: lpfc: Fix NVMEI's handling of NVMET's PRLI response attributesJames Smart2017-05-172-0/+7
| * | scsi: lpfc: Cleanup entry_repost settings on SLI4 queuesJames Smart2017-05-172-13/+12
| * | scsi: lpfc: Fix debugfs root inode "lpfc" not getting deleted on driver unload.James Smart2017-05-171-2/+4
| * | scsi: lpfc: Fix NVME I+T not registering NVME as a supported FC4 typeJames Smart2017-05-171-0/+1
| * | scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart2017-05-178-24/+144
| * | scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/contextJames Smart2017-05-179-233/+291
| * | scsi: lpfc: Separate NVMET data buffer pool fir ELS/CT.James Smart2017-05-176-12/+50
| * | scsi: lpfc: Fix NMI watchdog assertions when running nvmet IOPS testsJames Smart2017-05-172-25/+21
| * | scsi: lpfc: Fix NVMEI driver not decrementing counter causing bad rport state.James Smart2017-05-171-3/+6
| * | scsi: lpfc: Fix nvmet RQ resource needs for large block writes.James Smart2017-05-176-52/+31
| * | scsi: lpfc: Adding additional stats counters for nvme.James Smart2017-05-176-43/+106
| * | scsi: lpfc: Fix system crash when port is reset.James Smart2017-05-172-5/+9
| * | scsi: lpfc: Fix used-RPI accounting problem.James Smart2017-05-174-20/+16
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-211-1/+0
|\ \ \ | |/ / |/| |
| * | nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-201-1/+0
| |/
* | scsi: lpfc: ensure els_wq is being checked before destroying itColin Ian King2017-05-091-1/+1
* | scsi: lpfc: double lock typo in lpfc_ns_rsp()Dan Carpenter2017-05-091-1/+1
* | scsi: lpfc: Fix panic on BFS configurationJames Smart2017-05-093-7/+20
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-2/+2
|\
| * scsi: lpfc: fix potential buffer overflow.Maurizio Lombardi2017-04-191-2/+2
* | Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe2017-04-2722-349/+828
|\ \
| * | lpfc: Fix memory corruption of the lpfc_ncmd->list pointersJames Smart2017-04-252-6/+15