summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_nvmet.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-10lpfc: support nvmet_fc defer_rcv callbackJames Smart1-0/+30
2017-07-02scsi: lpfc: don't double count abort errorsDan Carpenter1-1/+0
2017-07-02scsi: lpfc: spin_lock_irq() is not nestableDan Carpenter1-10/+10
2017-06-20scsi: lpfc: Fix crash in lpfc_sli_ringtxcmpl_put when nvmet gets an abort req...James Smart1-0/+1
2017-06-20scsi: lpfc: Break up IO ctx list into a separate get and put listJames Smart1-23/+59
2017-06-20scsi: lpfc: Reduce time spent in IRQ for received NVME commandsJames Smart1-2/+0
2017-06-13scsi: lpfc: Fix defects reported by Coverity ScanJames Smart1-6/+4
2017-06-13scsi: lpfc: Add changes to assist in NVMET debuggingJames Smart1-65/+143
2017-06-13scsi: lpfc: make a couple of functions staticColin Ian King1-2/+2
2017-06-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+2
2017-06-01scsi: lpfc: nvmet_fc: fix format stringArnd Bergmann1-2/+2
2017-05-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-80/+334
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart1-1/+0
2017-05-18scsi: lpfc: fix build issue if NVME_FC_TARGET is not definedJames Smart1-0/+2
2017-05-17scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart1-20/+118
2017-05-17scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/contextJames Smart1-58/+188
2017-05-17scsi: lpfc: Fix nvmet RQ resource needs for large block writes.James Smart1-1/+1
2017-05-17scsi: lpfc: Adding additional stats counters for nvme.James Smart1-11/+35
2017-04-27Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe1-84/+293
2017-04-25Merge branch 'master' into for-4.12/post-mergeJens Axboe1-2/+2
2017-04-24Update ABORT processing for NVMET.James Smart1-73/+275
2017-04-24Fix max_sgl_segments settings for NVME / NVMETJames Smart1-4/+15
2017-04-24Fix driver load issues when MRQ=8James Smart1-3/+3
2017-04-24Remove hba lock from NVMET issue WQE.James Smart1-4/+0
2017-04-24Standardize nvme SGL segment countJames Smart1-1/+1
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart1-21/+28
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart1-5/+68
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart1-1/+3
2017-03-23scsi: lpfc: fix building without debugfs supportArnd Bergmann1-2/+2
2017-03-15scsi: lpfc: Finalize Kconfig options for nvmeJames Smart1-4/+4
2017-03-07scsi: lpfc: code cleanups in NVME initiator discoveryJames Smart1-2/+2
2017-03-07scsi: lpfc: Rework lpfc Kconfig for NVME optionsJames Smart1-0/+10
2017-03-07scsi: lpfc: add NVME exchange abortsJames Smart1-3/+18
2017-03-07scsi: lpfc: Fix IO submission if WQ is fullJames Smart1-1/+4
2017-03-07scsi: lpfc: Fix RCTL value on NVME LS request and responseJames Smart1-1/+1
2017-03-07scsi: lpfc: remove redundant assignment of sgelJames Smart1-1/+0
2017-02-23scsi: lpfc: Update copyrightsJames Smart1-2/+4
2017-02-23scsi: lpfc: NVME Target: Add debugfs supportJames Smart1-2/+315
2017-02-23scsi: lpfc: NVME Target: bind to nvmet_fc apiJames Smart1-0/+1671