index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
lpfc
/
lpfc_nvmet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-15
scsi: lpfc: make several unions static, fix non-ANSI prototype
Colin Ian King
1
-4
/
+4
2018-03-13
scsi: lpfc: Streamline NVME Targe6t WQE setup
James Smart
1
-104
/
+189
2018-03-13
scsi: lpfc: Code cleanup for 128byte wqe data type
James Smart
1
-6
/
+6
2018-03-13
scsi: lpfc: Add missing unlock in WQ full logic
James Smart
1
-0
/
+1
2018-02-23
scsi: lpfc: Add embedded data pointers for enhanced performance
James Smart
1
-0
/
+24
2018-02-12
scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
James Smart
1
-1
/
+1
2018-02-12
scsi: lpfc: Fix header inclusion in lpfc_nvmet
James Smart
1
-1
/
+1
2018-02-12
scsi: lpfc: Validate adapter support for SRIU option
James Smart
1
-3
/
+4
2018-02-12
scsi: lpfc: Fix RQ empty firmware trap
James Smart
1
-10
/
+21
2018-02-12
scsi: lpfc: Add WQ Full Logic for NVME Target
James Smart
1
-0
/
+116
2018-02-12
scsi: lpfc: correct debug counters for abort
James Smart
1
-2
/
+2
2017-12-21
scsi: lpfc: Beef up stat counters for debug
James Smart
1
-5
/
+29
2017-12-21
scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcv
James Smart
1
-2
/
+22
2017-12-05
scsi: lpfc: small sg cnt cleanup
James Smart
1
-1
/
+1
2017-12-05
scsi: lpfc: Fix crash during driver unload with running nvme traffic
James Smart
1
-0
/
+11
2017-10-03
scsi: lpfc: Fix oops of nvme host during driver unload.
Dick Kennedy
1
-0
/
+11
2017-10-03
scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
Dick Kennedy
1
-4
/
+11
2017-10-03
scsi: lpfc: Set missing abort context
James Smart
1
-0
/
+1
2017-10-03
scsi: lpfc: Reduce log spew on controller reconnects
James Smart
1
-6
/
+10
2017-10-03
scsi: lpfc: Move CQ processing to a soft IRQ
Dick Kennedy
1
-3
/
+1
2017-10-03
scsi: lpfc: Make ktime sampling more accurate
Dick Kennedy
1
-33
/
+66
2017-10-03
scsi: lpfc: Fix warning messages when NVME_TARGET_FC not defined
Dick Kennedy
1
-0
/
+2
2017-09-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-68
/
+211
2017-08-26
scsi: lpfc: avoid an unused function warning
Arnd Bergmann
1
-2
/
+3
2017-08-25
scsi: lpfc: Fix relative offset error on large nvmet target ios
Dick Kennedy
1
-2
/
+4
2017-08-25
scsi: lpfc: Fix MRQ > 1 context list handling
Dick Kennedy
1
-62
/
+202
2017-08-10
lpfc: support nvmet_fc defer_rcv callback
James Smart
1
-0
/
+30
2017-08-07
scsi: lpfc: Replace PCI pool old API
Romain Perier
1
-2
/
+2
2017-07-02
scsi: lpfc: don't double count abort errors
Dan Carpenter
1
-1
/
+0
2017-07-02
scsi: lpfc: spin_lock_irq() is not nestable
Dan Carpenter
1
-10
/
+10
2017-06-20
scsi: lpfc: Fix crash in lpfc_sli_ringtxcmpl_put when nvmet gets an abort req...
James Smart
1
-0
/
+1
2017-06-20
scsi: lpfc: Break up IO ctx list into a separate get and put list
James Smart
1
-23
/
+59
2017-06-20
scsi: lpfc: Reduce time spent in IRQ for received NVME commands
James Smart
1
-2
/
+0
2017-06-13
scsi: lpfc: Fix defects reported by Coverity Scan
James Smart
1
-6
/
+4
2017-06-13
scsi: lpfc: Add changes to assist in NVMET debugging
James Smart
1
-65
/
+143
2017-06-13
scsi: lpfc: make a couple of functions static
Colin Ian King
1
-2
/
+2
2017-06-11
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-2
/
+2
2017-06-01
scsi: lpfc: nvmet_fc: fix format string
Arnd Bergmann
1
-2
/
+2
2017-05-25
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-80
/
+334
2017-05-20
nvmet-fc: remove target cpu scheduling flag
James Smart
1
-1
/
+0
2017-05-18
scsi: lpfc: fix build issue if NVME_FC_TARGET is not defined
James Smart
1
-0
/
+2
2017-05-17
scsi: lpfc: Added recovery logic for running out of NVMET IO context resources
James Smart
1
-20
/
+118
2017-05-17
scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/context
James Smart
1
-58
/
+188
2017-05-17
scsi: lpfc: Fix nvmet RQ resource needs for large block writes.
James Smart
1
-1
/
+1
2017-05-17
scsi: lpfc: Adding additional stats counters for nvme.
James Smart
1
-11
/
+35
2017-04-27
Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...
Jens Axboe
1
-84
/
+293
2017-04-25
Merge branch 'master' into for-4.12/post-merge
Jens Axboe
1
-2
/
+2
2017-04-24
Update ABORT processing for NVMET.
James Smart
1
-73
/
+275
2017-04-24
Fix max_sgl_segments settings for NVME / NVMET
James Smart
1
-4
/
+15
2017-04-24
Fix driver load issues when MRQ=8
James Smart
1
-3
/
+3
[next]