| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: qla2xxx: Fix null pointer access during disconnect from subsystem | Quinn Tran | 2020-08-18 | 1 | -0/+5 |
* | scsi: qla2xxx: Fix WARN_ON in qla_nvme_register_hba | Arun Easi | 2020-08-18 | 1 | -1/+9 |
* | scsi: qla2xxx: Set NVMe status code for failed NVMe FCP request | Daniel Wagner | 2020-06-24 | 1 | -1/+2 |
* | scsi: qla2xxx: Fix endianness annotations in source files | Bart Van Assche | 2020-05-20 | 1 | -4/+4 |
* | scsi: qla2xxx: Cast explicitly to uint16_t / uint32_t | Bart Van Assche | 2020-05-20 | 1 | -2/+2 |
* | scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo... | Bart Van Assche | 2020-05-20 | 1 | -2/+2 |
* | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-04-10 | 1 | -1/+0 |
|\ |
|
| * | nvme-fc: Revert "add module to ops template to allow module references" | James Smart | 2020-04-04 | 1 | -1/+0 |
* | | scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline function | Bart Van Assche | 2020-02-29 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-12-13 | 1 | -0/+1 |
|\ |
|
| * | nvme_fc: add module to ops template to allow module references | James Smart | 2019-11-26 | 1 | -0/+1 |
* | | scsi: qla2xxx: Fix double scsi_done for abort path | Quinn Tran | 2019-11-09 | 1 | -2/+2 |
|/ |
|
* | scsi: qla2xxx: Introduce qla2xxx_get_next_handle() | Bart Van Assche | 2019-08-13 | 1 | -12/+2 |
* | scsi: qla2xxx: Enable type checking for the SRB free and done callback functions | Bart Van Assche | 2019-08-13 | 1 | -7/+4 |
* | scsi: qla2xxx: Remove a superfluous pointer check | Bart Van Assche | 2019-08-13 | 1 | -1/+1 |
* | scsi: qla2xxx: Improve Linux kernel coding style conformance | Bart Van Assche | 2019-08-13 | 1 | -1/+0 |
* | scsi: qla2xxx: Allow NVMe IO to resume with short cable pull | Quinn Tran | 2019-08-08 | 1 | -1/+3 |
* | scsi: qla2xxx: move IO flush to the front of NVME rport unregistration | Quinn Tran | 2019-06-27 | 1 | -12/+2 |
* | scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race condition | Quinn Tran | 2019-06-27 | 1 | -50/+113 |
* | scsi: qla2xxx: on session delete, return nvme cmd | Quinn Tran | 2019-06-27 | 1 | -9/+19 |
* | scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devices | Arun Easi | 2019-06-27 | 1 | -27/+10 |
* | scsi: qla2xxx: Complain loudly about reference count underflow | Bart Van Assche | 2019-04-29 | 1 | -10/+5 |
* | scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to... | Bart Van Assche | 2019-04-29 | 1 | -4/+2 |
* | scsi: qla2xxx: Introduce the dsd32 and dsd64 data structures | Bart Van Assche | 2019-04-29 | 1 | -9/+5 |
* | scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commands | Bart Van Assche | 2019-04-29 | 1 | -32/+2 |
* | scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work() | Bart Van Assche | 2019-04-29 | 1 | -4/+3 |
* | scsi: qla2xxx: Leave a blank line after declarations | Bart Van Assche | 2019-04-16 | 1 | -0/+1 |
* | scsi: qla2xxx: Use get/put_unaligned where appropriate | Bart Van Assche | 2019-04-09 | 1 | -2/+2 |
* | scsi: qla2xxx: fix spelling mistake "alredy" -> "already" | Colin Ian King | 2019-04-09 | 1 | -1/+1 |
* | scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connected | Giridhar Malavali | 2019-04-04 | 1 | -6/+23 |
* | scsi: qla2xxx: Set remote port devloss timeout to 0 | Giridhar Malavali | 2019-04-04 | 1 | -12/+7 |
* | scsi: qla2xxx: Increase the max_sgl_segments to 1024 | Giridhar Malavali | 2019-04-04 | 1 | -1/+1 |
* | scsi: qla2xxx: Check for FW started flag before aborting | Himanshu Madhani | 2019-02-20 | 1 | -0/+8 |
* | scsi: qla2xxx: Fix unload when NVMe devices are configured | Himanshu Madhani | 2019-02-20 | 1 | -12/+10 |
* | scsi: qla2xxx: Add First Burst support for FC-NVMe devices | Darren Trapp | 2019-02-20 | 1 | -5/+12 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 1 | -13/+3 |
|\ |
|
| * | scsi: qla2xxx: Fix NPIV handling for FC-NVMe | Himanshu Madhani | 2018-12-13 | 1 | -13/+3 |
* | | nvme-fc: remove ->poll implementation | Jens Axboe | 2018-11-19 | 1 | -12/+0 |
|/ |
|
* | scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured | Himanshu Madhani | 2018-09-28 | 1 | -3/+0 |
* | scsi: qla2xxx: Fix NVMe session hang on unload | Quinn Tran | 2018-09-28 | 1 | -1/+1 |
* | scsi: qla2xxx: Move {get|rel}_sp to base_qpair struct | Quinn Tran | 2018-09-12 | 1 | -1/+1 |
* | scsi: qla2xxx: Migrate NVME N2N handling into state machine | Quinn Tran | 2018-08-02 | 1 | -5/+10 |
* | scsi: qla2xxx: Cleanup code to improve FC-NVMe error handling | Darren Trapp | 2018-03-21 | 1 | -1/+1 |
* | scsi: qla2xxx: Fix FC-NVMe IO abort during driver reset | Darren Trapp | 2018-03-21 | 1 | -5/+12 |
* | scsi: qla2xxx: Remove nvme_done_list | Darren Trapp | 2018-03-21 | 1 | -11/+2 |
* | scsi: qla2xxx: Return busy if rport going away | Darren Trapp | 2018-03-21 | 1 | -11/+20 |
* | scsi: qla2xxx: Add FC-NVMe abort processing | Darren Trapp | 2018-03-21 | 1 | -18/+18 |
* | scsi: qla2xxx: Add changes for devloss timeout in driver | Darren Trapp | 2018-03-21 | 1 | -80/+62 |
* | scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMe | himanshu.madhani@cavium.com | 2018-03-21 | 1 | -8/+3 |
* | scsi: qla2xxx: Restore ZIO threshold setting | Darren Trapp | 2018-03-21 | 1 | -5/+0 |