| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: qla2xxx: Fix NULL pointer crash due to stale CPUID | Himanshu Madhani | 2019-03-19 | 1 | -1/+1 |
* | scsi: qla2xxx: Fix FC-AL connection target discovery | Quinn Tran | 2019-03-19 | 1 | -0/+7 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-03-16 | 3 | -2/+6 |
|\ |
|
| * | scsi: qla2xxx: check for kstrtol() failure | Dan Carpenter | 2019-03-06 | 1 | -0/+2 |
| * | scsi: qla2xxx: avoid printf format warning | Arnd Bergmann | 2019-03-06 | 1 | -2/+2 |
| * | scsi: qla2xxx: Fix panic in qla_dfs_tgt_counters_show | Bill Kuzeja | 2019-03-06 | 1 | -0/+2 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-03-09 | 18 | -516/+1134 |
|\ \
| |/ |
|
| * | scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supported | Giridhar Malavali | 2019-02-19 | 2 | -2/+2 |
| * | scsi: qla2xxx: Update driver version to 10.00.00.14-k | Himanshu Madhani | 2019-02-19 | 1 | -1/+1 |
| * | scsi: qla2xxx: Add new FW dump template entry types | Joe Carnuccio | 2019-02-19 | 2 | -75/+142 |
| * | scsi: qla2xxx: Fix code indentation for qla27xx_fwdt_entry | Himanshu Madhani | 2019-02-19 | 1 | -23/+23 |
| * | scsi: qla2xxx: Move marker request behind QPair | Quinn Tran | 2019-02-19 | 4 | -69/+33 |
| * | scsi: qla2xxx: Prevent SysFS access when chip is down | Quinn Tran | 2019-02-19 | 1 | -0/+3 |
| * | scsi: qla2xxx: Add support for setting port speed | Anil Gurumurthy | 2019-02-19 | 5 | -1/+166 |
| * | scsi: qla2xxx: Prevent multiple ADISC commands per session | Quinn Tran | 2019-02-19 | 1 | -2/+4 |
| * | scsi: qla2xxx: Check for FW started flag before aborting | Himanshu Madhani | 2019-02-19 | 1 | -0/+8 |
| * | scsi: qla2xxx: Fix unload when NVMe devices are configured | Himanshu Madhani | 2019-02-19 | 1 | -12/+10 |
| * | scsi: qla2xxx: Add First Burst support for FC-NVMe devices | Darren Trapp | 2019-02-19 | 7 | -9/+39 |
| * | scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware | Himanshu Madhani | 2019-02-19 | 1 | -5/+8 |
| * | scsi: qla2xxx: remove redundant null check on pointer sess | Colin Ian King | 2019-02-19 | 1 | -5/+1 |
| * | scsi: qla2xxx: Move debug messages before sending srb preventing panic | Bill Kuzeja | 2019-02-19 | 3 | -45/+55 |
| * | scsi: qla2xxx: Update driver version to 10.00.00.13-k | Himanshu Madhani | 2019-02-05 | 1 | -1/+1 |
| * | scsi: qla2xxx: Use complete switch scan for RSCN events | Quinn Tran | 2019-02-05 | 1 | -86/+0 |
| * | scsi: qla2xxx: Fix fw options handle eh_bus_reset() | Quinn Tran | 2019-02-05 | 1 | -5/+2 |
| * | scsi: qla2xxx: Restore FAWWPN of Physical Port only for loop down | Sawan Chandak | 2019-02-05 | 1 | -1/+2 |
| * | scsi: qla2xxx: Prevent memory leak for CT req/rsp allocation | Quinn Tran | 2019-02-05 | 1 | -2/+9 |
| * | scsi: qla2xxx: Fix SRB allocation flag to avoid sleeping in IRQ context | Giridhar Malavali | 2019-02-05 | 1 | -1/+1 |
| * | scsi: qla2xxx: allow session delete to finish before create. | Quinn Tran | 2019-02-05 | 1 | -0/+3 |
| * | scsi: qla2xxx: fix fcport null pointer access. | Quinn Tran | 2019-02-05 | 1 | -3/+12 |
| * | scsi: qla2xxx: flush IO on chip reset or sess delete | Quinn Tran | 2019-02-05 | 1 | -6/+3 |
| * | scsi: qla2xxx: Fix session cleanup hang | Quinn Tran | 2019-02-05 | 2 | -7/+15 |
| * | scsi: qla2xxx: Change default ZIO threshold. | Quinn Tran | 2019-02-05 | 1 | -1/+1 |
| * | scsi: qla2xxx: Add pci function reset support. | Quinn Tran | 2019-02-05 | 1 | -0/+53 |
| * | scsi: qla2xxx: Fix N2N target discovery with Local loop | Himanshu Madhani | 2019-02-05 | 1 | -5/+0 |
| * | scsi: target/core: Remove the write_pending_status() callback function | Bart Van Assche | 2019-02-04 | 1 | -31/+0 |
| * | scsi: qla2xxx: Add new FC-NVMe enable BIT to enable FC-NVMe feature | Giridhar Malavali | 2019-02-01 | 2 | -1/+6 |
| * | scsi: qla2xxx: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-01-29 | 1 | -42/+1 |
| * | scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundary | Giridhar Malavali | 2019-01-11 | 8 | -68/+503 |
| * | scsi: qla2xxx: Add protection mask module parameters | Martin K. Petersen | 2019-01-11 | 1 | -8/+28 |
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2019-02-15 | 1 | -2/+2 |
|\ \ |
|
| * | | scsi: qla2xxx: Fix panic from use after free in qla2x00_async_tm_cmd | Bill Kuzeja | 2019-02-12 | 1 | -2/+2 |
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2019-01-20 | 3 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | scsi: qla2xxx: Use correct number of vectors for online CPUs | Ming Lei | 2019-01-11 | 3 | -1/+4 |
| |/ |
|
* | | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 4 | -14/+16 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 10 | -158/+87 |
|\ |
|
| * | scsi: qla2xxx: deadlock by configfs_depend_item | Anatoliy Glagolev | 2018-12-19 | 2 | -43/+8 |
| * | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 1 | -1/+0 |
| * | scsi: qla2xxx: Update driver version to 10.00.00.12-k | Himanshu Madhani | 2018-12-12 | 1 | -1/+1 |
| * | scsi: qla2xxx: Fix for FC-NVMe discovery for NPIV port | Giridhar Malavali | 2018-12-12 | 2 | -6/+6 |
| * | scsi: qla2xxx: Fix NPIV handling for FC-NVMe | Himanshu Madhani | 2018-12-12 | 2 | -13/+5 |