index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_nvme.c
Age
Commit message (
Expand
)
Author
2019-08-12
scsi: qla2xxx: Introduce qla2xxx_get_next_handle()
Bart Van Assche
2019-08-12
scsi: qla2xxx: Enable type checking for the SRB free and done callback functions
Bart Van Assche
2019-08-12
scsi: qla2xxx: Remove a superfluous pointer check
Bart Van Assche
2019-08-12
scsi: qla2xxx: Improve Linux kernel coding style conformance
Bart Van Assche
2019-08-07
scsi: qla2xxx: Allow NVMe IO to resume with short cable pull
Quinn Tran
2019-06-27
scsi: qla2xxx: move IO flush to the front of NVME rport unregistration
Quinn Tran
2019-06-27
scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race condition
Quinn Tran
2019-06-27
scsi: qla2xxx: on session delete, return nvme cmd
Quinn Tran
2019-06-27
scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devices
Arun Easi
2019-04-29
scsi: qla2xxx: Complain loudly about reference count underflow
Bart Van Assche
2019-04-29
scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...
Bart Van Assche
2019-04-29
scsi: qla2xxx: Introduce the dsd32 and dsd64 data structures
Bart Van Assche
2019-04-29
scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commands
Bart Van Assche
2019-04-29
scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()
Bart Van Assche
2019-04-15
scsi: qla2xxx: Leave a blank line after declarations
Bart Van Assche
2019-04-08
scsi: qla2xxx: Use get/put_unaligned where appropriate
Bart Van Assche
2019-04-08
scsi: qla2xxx: fix spelling mistake "alredy" -> "already"
Colin Ian King
2019-04-03
scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connected
Giridhar Malavali
2019-04-03
scsi: qla2xxx: Set remote port devloss timeout to 0
Giridhar Malavali
2019-04-03
scsi: qla2xxx: Increase the max_sgl_segments to 1024
Giridhar Malavali
2019-02-19
scsi: qla2xxx: Check for FW started flag before aborting
Himanshu Madhani
2019-02-19
scsi: qla2xxx: Fix unload when NVMe devices are configured
Himanshu Madhani
2019-02-19
scsi: qla2xxx: Add First Burst support for FC-NVMe devices
Darren Trapp
2018-12-28
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-12-12
scsi: qla2xxx: Fix NPIV handling for FC-NVMe
Himanshu Madhani
2018-11-19
nvme-fc: remove ->poll implementation
Jens Axboe
2018-09-27
scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured
Himanshu Madhani
2018-09-27
scsi: qla2xxx: Fix NVMe session hang on unload
Quinn Tran
2018-09-11
scsi: qla2xxx: Move {get|rel}_sp to base_qpair struct
Quinn Tran
2018-08-02
scsi: qla2xxx: Migrate NVME N2N handling into state machine
Quinn Tran
2018-03-21
scsi: qla2xxx: Cleanup code to improve FC-NVMe error handling
Darren Trapp
2018-03-21
scsi: qla2xxx: Fix FC-NVMe IO abort during driver reset
Darren Trapp
2018-03-21
scsi: qla2xxx: Remove nvme_done_list
Darren Trapp
2018-03-21
scsi: qla2xxx: Return busy if rport going away
Darren Trapp
2018-03-21
scsi: qla2xxx: Add FC-NVMe abort processing
Darren Trapp
2018-03-21
scsi: qla2xxx: Add changes for devloss timeout in driver
Darren Trapp
2018-03-21
scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMe
himanshu.madhani@cavium.com
2018-03-21
scsi: qla2xxx: Restore ZIO threshold setting
Darren Trapp
2017-09-25
qla2xxx: remove use of FC-specific error codes
James Smart
2017-08-24
scsi: qla2xxx: Fix WWPN/WWNN in debug message
Darren Trap
2017-08-24
scsi: qla2xxx: Add command completion for error path
Duane Grigsby
2017-08-07
scsi: qla2xxx: Fix remoteport disconnect for FC-NVMe
himanshu.madhani@cavium.com
2017-08-07
scsi: qla2xxx: Simpify unregistration of FC-NVMe local/remote ports
himanshu.madhani@cavium.com
2017-08-07
scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devices
Duane Grigsby
2017-08-07
scsi: qla2xxx: Move function prototype to correct header
himanshu.madhani@cavium.com
2017-08-07
scsi: qla2xxx: Cleanup FC-NVMe code
himanshu.madhani@cavium.com
2017-07-01
qla2xxx: Fix NVMe entry_type for iocb packet on BE system
Himanshu Madhani
2017-07-01
scsi: qla2xxx: avoid unused-function warning
Arnd Bergmann
2017-07-01
scsi: qla2xxx: fix a bunch of typos and spelling mistakes
Colin Ian King
2017-06-27
scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registration
Duane Grigsby