1. 4523502 scsi: qla2xxx: Fix driver unload by shutting down chip by Quinn Tran · 7 years ago
  2. efa93f4 scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion by Quinn Tran · 7 years ago
  3. e74e7d9 scsi: qla2xxx: Fix race condition between iocb timeout and initialisation by Ben Hutchings · 7 years ago
  4. 2e4c5d2 scsi: qla2xxx: Remove nvme_done_list by Darren Trapp · 7 years ago
  5. 7506175 scsi: qla2xxx: Reduce trace noise for Async Events by Quinn Tran · 7 years ago
  6. 9d1aa4e scsi: qla2xxx: Add lock protection around host lookup by Quinn Tran · 7 years ago
  7. 1429f04 scsi: qla2xxx: Use known NPort ID for Management Server login by himanshu.madhani@cavium.com · 7 years ago
  8. 9b3e0f4 scsi: qla2xxx: Move work element processing out of DPC thread by Quinn Tran · 7 years ago
  9. 2853192 scsi: qla2xxx: Use IOCB path to submit Control VP MBX command by Quinn Tran · 7 years ago
  10. 62aa281 scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que by Himanshu Madhani · 7 years ago
  11. 7867b98 scsi: qla2xxx: Fix memory leak in dual/target mode by himanshu.madhani@cavium.com · 7 years ago
  12. 4005a99 scsi: qla2xxx: Fix Relogin being triggered too fast by Quinn Tran · 7 years ago
  13. 670ffcc Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  14. 8e5f4ba scsi: qla2xxx: Convert timers to use timer_setup() by Kees Cook · 8 years ago
  15. c38d1ba scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMe by Himanshu Madhani · 7 years ago
  16. 1608cc4 scsi: qla2xxx: Fix NPIV host enable after chip reset by Quinn Tran · 8 years ago
  17. cf19c45 scsi: qla2xxx: Add command completion for error path by Duane Grigsby · 8 years ago
  18. 6e98095 scsi: qla2xxx: Correction to vha->vref_count timeout by Joe Carnuccio · 8 years ago
  19. d65237c scsi: qla2xxx: Fix mailbox failure while deleting Queue pairs by Sawan Chandak · 8 years ago
  20. 82de802 scsi: qla2xxx: Preparation for Target MQ. by Quinn Tran · 8 years ago
  21. c4a9b53 qla2xxx: Allow vref count to timeout on vport delete. by Joe Carnuccio · 8 years ago
  22. d745952 scsi: qla2xxx: Add multiple queue pair functionality. by Michael Hernandez · 8 years ago
  23. 4fa1834 scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls. by Michael Hernandez · 8 years ago
  24. cb43285 qla2xxx: Fix stale pointer access. by Quinn Tran · 9 years ago
  25. 52c8282 qla2xxx: Remove set-but-not-used variables by Bart Van Assche · 10 years ago
  26. 7d69cff Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  27. ded6411 qla2xxx: Fix virtual port configuration, when switch port is disabled/enabled. by Sawan Chandak · 10 years ago
  28. 94bcf83 qla2xxx: Fix printks in ql_log message by Yannick Guerrini · 10 years ago
  29. 4096953 qla2xxx: ISP25xx multiqueue shadow register crash fix. by Joe Carnuccio · 10 years ago
  30. bd21eaf qla2xxx: Change copyright year to 2014 in all the source files. by Armen Baloyan · 11 years ago
  31. f73cb69 [SCSI] qla2xxx: Add support for ISP2071. by Chad Dupuis · 11 years ago
  32. da9b1d5 [SCSI] qla2xxx: Correct multiqueue offset calculations. by Andrew Vasquez · 12 years ago
  33. 1e63395c [SCSI] qla2xxx: Update the copyright information. by Saurav Kashyap · 12 years ago
  34. 8d93f55 [SCSI] qla2xxx: Determine the number of outstanding commands based on available resources. by Chad Dupuis · 12 years ago
  35. 29c08cd qla2xxx: Add missing ->vport_slock while calling qlt_update_vp_map by Nicholas Bellinger · 12 years ago
  36. 5d2878b [SCSI] qla2xxx: Remove setting Scsi_host->this_id during adapter probe. by Chad Dupuis · 13 years ago
  37. 46152ce [SCSI] qla2xxx: Update the driver copyright. by Chad Dupuis · 13 years ago
  38. d6a0358 [SCSI] qla2xxx: Fix typo in qla2xxx files by Masanari Iida · 13 years ago
  39. 2d70c10 [SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx series by Nicholas Bellinger · 13 years ago
  40. c6d39e2 [SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port. by Joe Carnuccio · 13 years ago
  41. 5f28d2d [SCSI] qla2xxx: Add ql_dbg_verbose logging level. by Saurav Kashyap · 13 years ago
  42. 642ef98 [SCSI] qla2xxx: Add ha->max_fibre_devices to keep track of the maximum number of targets. by Chad Dupuis · 13 years ago
  43. e02587d [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting. by Arun Easi · 14 years ago
  44. 7c3df13 [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. by Saurav Kashyap · 14 years ago
  45. 8251592 [SCSI] qla2xxx: Allow an override of the registered maximum LUN. by Andrew Vasquez · 14 years ago
  46. ec426e1 [SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled. by Chad Dupuis · 14 years ago
  47. 07e264b [SCSI] qla2xxx: Update copyright banner. by Andrew Vasquez · 14 years ago
  48. 970ee0c [SCSI] qla2xxx: make rport deletions explicit during vport removal by Arun Easi · 15 years ago
  49. feafb7b [SCSI] qla2xxx: Fix vport delete issues by Arun Easi · 15 years ago
  50. 0c47087 [SCSI] qla2xxx: T10 DIF Type 2 support by Arun Easi · 15 years ago
  51. 3dbe756 [SCSI] qla2xxx: Cleanup some dead-code and make some functions static. by Andrew Vasquez · 15 years ago
  52. de7c5d0 [SCSI] qla2xxx: Update copyright banner. by Giridhar Malavali · 15 years ago
  53. 3f3b6f9 [SCSI] qla2xxx: Do not enable VP in non fabric topology. by Lalit Chandivade · 15 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  55. a67093d [SCSI] qla2xxx: Obtain proper host structure during response-queue processing. by Anirban Chakraborty · 15 years ago
  56. 5c66f5d [SCSI] qla2xxx: Fix for a multiqueue bug in CPU affinity mode by Anirban Chakraborty · 15 years ago
  57. 3155754 [SCSI] qla2xxx: fix for multiqueue in MISX disabled case by Anirban Chakraborty · 15 years ago
  58. 531a82d [SCSI] qla2xxx: Properly re-register FC4/FDMI after physical and logical link disruptions. by Andrew Vasquez · 15 years ago
  59. c7922a9 [SCSI] qla2xxx: Fix NULL ptr deref bug in fail path during queue create by Anirban Chakraborty · 15 years ago
  60. 0d6e61b [SCSI] qla2xxx: Correct various NPIV issues. by Andrew Vasquez · 16 years ago
  61. ac280b6 [SCSI] qla2xxx: Add asynchronous-login support. by Andrew Vasquez · 16 years ago
  62. 4b78524 [SCSI] qla2xxx: Process DPC requests within valid Fabric topologies. by Lalit Chandivade · 16 years ago
  63. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
  64. 68ca949 [SCSI] qla2xxx: Add CPU affinity support. by Anirban Chakraborty · 16 years ago
  65. 2afa19a [SCSI] qla2xxx: Add QoS support. by Anirban Chakraborty · 16 years ago
  66. a5326f8 [SCSI] qla2xxx: Consolidate queuecommand implementations. by Giridhar Malavali · 16 years ago
  67. 08029990 [SCSI] qla2xxx: Refactor request/response-queue register handling. by Andrew Vasquez · 16 years ago
  68. ee546b6 [SCSI] qla2xxx: Correct vport delete bug. by Anirban Chakraborty · 16 years ago
  69. cf5a163 [SCSI] qla2xxx: Correct slab-error overwrite during vport creation and deletion. by Anirban Chakraborty · 16 years ago
  70. 618a752 [SCSI] qla2xxx: Remove interrupt request bit check in the response processing path in multiq mode. by Anirban Chakraborty · 16 years ago
  71. 29bdccb [SCSI] qla2xxx: Fix ISP restart bug in multiq code by Anirban Chakraborty · 16 years ago
  72. 444786d [SCSI] qla2xxx: Use proper request/response queues with MQ instantiations. by Andrew Vasquez · 16 years ago
  73. 73208df [SCSI] qla2xxx: add support for multi-queue adapter by Anirban Chakraborty · 16 years ago
  74. 7b867cf [SCSI] qla2xxx: Refactor qla data structures by Anirban Chakraborty · 16 years ago
  75. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 17 years ago
  76. c9c5ced [SCSI] qla2xxx: Additional NPIV corrections. by Andrew Vasquez · 17 years ago
  77. 5de1f70 [SCSI] qla2xxx: Correct rport/fcport visibility-state handling during loop-resync. by Seokmann Ju · 17 years ago
  78. 8f0d643 [SCSI] qla2xxx: Correct fcport state-management during loss. by Seokmann Ju · 17 years ago
  79. 711c1d9 [SCSI] qla2xxx: Cleanup NPIV related functions by Seokmann Ju · 17 years ago
  80. 08b95a1 [SCSI] qla2xxx: Correct handling of AENs postings for vports. by Seokmann Ju · 17 years ago
  81. 6c2f527 [SCSI] qla2xxx: Convert vport_sem to a mutex by matthias@kaehlcke.net · 17 years ago
  82. 221726d [SCSI] qla2xxx: Correct vport configuration-change handling. by Seokmann Ju · 17 years ago
  83. 587f4ca [SCSI] qla2xxx: Cruft cleanup of functions and structures. by Andrew Vasquez · 17 years ago
  84. 01e58d8 [SCSI] qla2xxx: Update copyright banner. by Andrew Vasquez · 17 years ago
  85. a824ebb [SCSI] qla2xxx: Code cleanups. by Adrian Bunk · 17 years ago
  86. 50db6b1 [SCSI] qla2xxx: Add a filter to compare port_name against the physical on vport creation. by Seokmann Ju · 17 years ago
  87. 0b05a1f [SCSI] qla2xxx: Use completion routines. by Marcus Barrow · 17 years ago
  88. eb66dc6 [SCSI] qla2xxx: Correct NPIV support for recent ISPs. by Andrew Vasquez · 17 years ago
  89. 26ff776d [SCSI] qla2xxx: Sparse cleanups in qla_mid.c by Andrew Vasquez · 17 years ago
  90. f363b94 [SCSI] qla2xxx: Use shost_priv(). by Andrew Vasquez · 17 years ago
  91. 2c3dfe3 [SCSI] qla2xxx: add support for NPIV by Seokmann Ju · 18 years ago