summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_nvmet.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Replace PCI pool old APIRomain Perier2017-08-071-2/+2
* scsi: lpfc: don't double count abort errorsDan Carpenter2017-07-011-1/+0Star
* scsi: lpfc: spin_lock_irq() is not nestableDan Carpenter2017-07-011-10/+10
* scsi: lpfc: Fix crash in lpfc_sli_ringtxcmpl_put when nvmet gets an abort req...James Smart2017-06-201-0/+1
* scsi: lpfc: Break up IO ctx list into a separate get and put listJames Smart2017-06-201-23/+59
* scsi: lpfc: Reduce time spent in IRQ for received NVME commandsJames Smart2017-06-201-2/+0Star
* scsi: lpfc: Fix defects reported by Coverity ScanJames Smart2017-06-131-6/+4Star
* scsi: lpfc: Add changes to assist in NVMET debuggingJames Smart2017-06-131-65/+143
* scsi: lpfc: make a couple of functions staticColin Ian King2017-06-131-2/+2
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-06-111-2/+2
|\
| * 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-251-80/+334
|\|
| * scsi: lpfc: fix build issue if NVME_FC_TARGET is not definedJames Smart2017-05-181-0/+2
| * scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart2017-05-171-20/+118
| * scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/contextJames Smart2017-05-171-58/+188
| * scsi: lpfc: Fix nvmet RQ resource needs for large block writes.James Smart2017-05-171-1/+1
| * scsi: lpfc: Adding additional stats counters for nvme.James Smart2017-05-171-11/+35
* | nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-201-1/+0Star
|/
* Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe2017-04-271-84/+293
|\
| * Update ABORT processing for NVMET.James Smart2017-04-241-73/+275
| * Fix max_sgl_segments settings for NVME / NVMETJames Smart2017-04-241-4/+15
| * Fix driver load issues when MRQ=8James Smart2017-04-241-3/+3
| * Remove hba lock from NVMET issue WQE.James Smart2017-04-241-4/+0Star
| * Standardize nvme SGL segment countJames Smart2017-04-241-1/+1
* | Merge branch 'master' into for-4.12/post-mergeJens Axboe2017-04-251-2/+2
|\ \ | |/ |/|
| * scsi: lpfc: fix building without debugfs supportArnd Bergmann2017-03-231-2/+2
* | nvmet_fc: Rework target side abort handlingJames Smart2017-04-211-21/+28
* | nvmet_fc: add req_release to lldd apiJames Smart2017-04-211-5/+68
* | nvmet_fc: add target feature flags for upcall isr contextsJames Smart2017-04-211-1/+3
|/
* scsi: lpfc: Finalize Kconfig options for nvmeJames Smart2017-03-151-4/+4
* scsi: lpfc: code cleanups in NVME initiator discoveryJames Smart2017-03-071-2/+2
* scsi: lpfc: Rework lpfc Kconfig for NVME optionsJames Smart2017-03-071-0/+10
* scsi: lpfc: add NVME exchange abortsJames Smart2017-03-071-3/+18
* scsi: lpfc: Fix IO submission if WQ is fullJames Smart2017-03-071-1/+4
* scsi: lpfc: Fix RCTL value on NVME LS request and responseJames Smart2017-03-071-1/+1
* scsi: lpfc: remove redundant assignment of sgelJames Smart2017-03-071-1/+0Star
* scsi: lpfc: Update copyrightsJames Smart2017-02-231-2/+4
* scsi: lpfc: NVME Target: Add debugfs supportJames Smart2017-02-231-2/+315
* scsi: lpfc: NVME Target: bind to nvmet_fc apiJames Smart2017-02-231-0/+1671