1. 563585e [SCSI] qla2xxx: Fix race that could hang kthread_stop() by James Bottomley · 13 years ago
  2. 278274d scsi/be2iscsi,qla2xxx: convert to alloc_workqueue() by Tejun Heo · 13 years ago
  3. aa5cbf8 [SCSI] qla2xxx: Use sg_next to fetch next sg element while walking sg list. by Giridhar Malavali · 14 years ago
  4. 900a36e [SCSI] qla2xxx: Fix to avoid recursive lock failure during BSG timeout. by Giridhar Malavali · 14 years ago
  5. 0ce8791 [SCSI] qla2xxx: Remove code to not reset ISP82xx on failure. by Giridhar Malavali · 14 years ago
  6. bc5c2aa [SCSI] qla2xxx: Display mailbox register 4 during 8012 AEN for ISP82XX parts. by Andrew Vasquez · 14 years ago
  7. 7a44b86 [SCSI] qla2xxx: Don't perform a BIG_HAMMER if Get-ID (0x20) mailbox command fails on CNAs. by Andrew Vasquez · 14 years ago
  8. f2019cb [SCSI] qla2xxx: Remove redundant module parameter permission bits by Joe Carnuccio · 14 years ago
  9. 794a569 [SCSI] qla2xxx: Add sysfs node for displaying board temperature. by Andrew Vasquez · 14 years ago
  10. 10fbb7d [SCSI] qla2xxx: Code cleanup to remove unwanted comments and code. by Giridhar Malavali · 14 years ago
  11. c9e8fd5 [SCSI] qla2xxx: Fix for memory wedge on fw halt for ISP82XX by Madhuranath Iyengar · 14 years ago
  12. 21090cb [SCSI] qla2xxx: Update FCP priority information to firmware before sending IOs by Madhuranath Iyengar · 14 years ago
  13. 4052bd5 [SCSI] qla2xxx: Fixed zero test on new_config in qla2x00_process_loopback(). by Joe Carnuccio · 14 years ago
  14. ff8073f [SCSI] qla2xxx: Populate FCP_PRIO location for no *FLT* case by Andrew Vasquez · 14 years ago
  15. 8ae598d [SCSI] qla2xxx: list cursors are not null by Dan Carpenter · 14 years ago
  16. 579d12b [SCSI] qla2xxx: Added support for quiescence mode for ISP82xx. by Saurav Kashyap · 14 years ago
  17. 13d38d9 [SCSI] qla2xxx: Update version number to 8.03.05-k0. by Madhuranath Iyengar · 14 years ago
  18. 69abf61 [SCSI] qla2xxx: Properly set the return value in qla2xxx_eh_abort function. by Saurav Kashyap · 14 years ago
  19. 087c621 [SCSI] qla2xxx: Correct issue where NPIV-config data was not being allocated for 82xx parts. by Andrew Vasquez · 14 years ago
  20. 7992abf [SCSI] qla2xxx: Change MSI initialization from using incorrect request_irq parameter. by Mike Hernandez · 14 years ago
  21. 85727e1 [SCSI] qla2xxx: Populate Command Type 6 LUN field properly. by Mike Hernandez · 14 years ago
  22. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  23. 38170fa [SCSI] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function. by Giridhar Malavali · 14 years ago
  24. 9dac0d9 [SCSI] qla2xxx: Correct PRLI failure response code handling. by Andrew Vasquez · 14 years ago
  25. 170babc [SCSI] qla2xxx: Drop srb reference before waiting for completion. by Mike Christie · 14 years ago
  26. e30d175 [SCSI] qla2xxx: Addition of shutdown callback handler. by Madhuranath Iyengar · 14 years ago
  27. 339aa70 [SCSI] qla2xxx: Initialize the vport_slock spinlock. by Andrew Vasquez · 14 years ago
  28. 09d1dc2 [SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug traces by Madhuranath Iyengar · 14 years ago
  29. f19af16 [SCSI] qla2xxx: Add flash read/update support using BSG interface by Harish Zunjarrao · 14 years ago
  30. ff454b0 [SCSI] qla2xxx: Group CS_RESET return status with other link level event statuses. by Chad Dupuis · 14 years ago
  31. 4d97cc5 [SCSI] qla2xxx: Change del_timer_sync() to del_timer() in qla2x00_ctx_sp_free(). by Chad Dupuis · 14 years ago
  32. 4da26e1 [SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check. by Chad Dupuis · 14 years ago
  33. 1e6d067 [SCSI] qla2xxx: Remove port down retry count. by Chad Dupuis · 14 years ago
  34. 542bce1 [SCSI] qla2xxx: locking problem in qla2x00_init_rings() by Dan Carpenter · 14 years ago
  35. c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  36. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  37. d2b5f10 [SCSI] qla2xxx: prep for fc host dev loss tmo support by Mike Christie · 14 years ago
  38. e6a4202 [SCSI] qla2xxx: ROM lock recovery if fw hangs while holding the lock. by Shyam Sundar · 14 years ago
  39. bcc5b6d [SCSI] qla2xxx: AER Support-Return recovered from mmio_enable function for 82XX. by Saurav Kashyap · 14 years ago
  40. 58548cb [SCSI] qla2xxx: Increase SG table size to support large IO size per scsi command. by Giridhar Malavali · 14 years ago
  41. 3fadb80b [SCSI] qla2xxx: Clear local references of rport on device loss timeout notification from FC transport. by Giridhar Malavali · 14 years ago
  42. b1d4698 [SCSI] qla2xxx: Handle MPI timeout indicated by AE8002 by Madhuranath Iyengar · 14 years ago
  43. bddd2d6 [SCSI] qla2xxx: Update to AER support, do early abort commands. by Lalit Chandivade · 14 years ago
  44. 77e334d [SCSI] qla2xxx: Cleanup some dead-code and make some functions static. by Giridhar Malavali · 14 years ago
  45. 35e0cbd [SCSI] qla2xxx: Return proper fabric name based on device state. by Giridhar Malavali · 14 years ago
  46. a5b3632 [SCSI] qla2xxx: Added AER support for ISP82xx. by Lalit Chandivade · 14 years ago
  47. 6dbdda4 [SCSI] qla2xxx: Pass first 64 bytes of MBX information when vendor commands fail. by Giridhar Malavali · 14 years ago
  48. c9afb9a [SCSI] qla2xxx: Don't issue set or get port param MBC if port is not online. by Giridhar Malavali · 14 years ago
  49. 0fb576d [SCSI] qla2xxx: Update version number to 8.03.04-k0. by Madhuranath Iyengar · 14 years ago
  50. 1bd58b8 [SCSI] qla2xxx: Check for empty slot in request queue before posting Command type 6 request. by Giridhar Malavali · 14 years ago
  51. 0374f55 [SCSI] qla2xxx: Cover UNDERRUN case where SCSI status is set. by Lalit Chandivade · 14 years ago
  52. 4142b19 [SCSI] qla2xxx: Correctly set fw hung and complete only waiting mbx. by Giridhar Malavali · 14 years ago
  53. efa786c [SCSI] qla2xxx: Reset seconds_since_last_heartbeat correctly. by Lalit Chandivade · 14 years ago
  54. 970ee0c [SCSI] qla2xxx: make rport deletions explicit during vport removal by Arun Easi · 14 years ago
  55. feafb7b [SCSI] qla2xxx: Fix vport delete issues by Arun Easi · 14 years ago
  56. a74bdf4 [SCSI] qla2xxx: do not reset dev_loss_tmo in slave callout by Mike Christie · 14 years ago
  57. ae68230 drivers/scsi/qla2xxx/qla_os.c: fix continuation line formats by Joe Perches · 14 years ago
  58. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  59. 0c47087 [SCSI] qla2xxx: T10 DIF Type 2 support by Arun Easi · 14 years ago
  60. 3dbe756 [SCSI] qla2xxx: Cleanup some dead-code and make some functions static. by Andrew Vasquez · 14 years ago
  61. de7c5d0 [SCSI] qla2xxx: Update copyright banner. by Giridhar Malavali · 14 years ago
  62. 4d78c97 [SCSI] qla2xxx: Rearranged and cleaned up the code for processing the pending commands. by Giridhar Malavali · 14 years ago
  63. 3711333 [SCSI] qla2xxx: Updates for ISP82xx. by Giridhar Malavali · 14 years ago
  64. 08f71e0 [SCSI] qla2xxx: Do not allow ELS Passthru commands for ISP23xx adapters by Harish Zunjarrao · 14 years ago
  65. 9bc4f4f [SCSI] qla2xxx: Add CT passthru support for ISP23xx adapters by Harish Zunjarrao · 14 years ago
  66. 9a15eb4 [SCSI] qla2xxx: Don't issue set or get port param MBC if remote port is not logged in by Madhuranath Iyengar · 14 years ago
  67. 8867048 [SCSI] qla2xxx: Add qla2x00_free_fcports() function by Chad Dupuis · 14 years ago
  68. 14e303d [SCSI] qla2xxx: Stop firmware before doing init firmware. by Andrew Vasquez · 14 years ago
  69. 03c3f56 [SCSI] qla2xxx: Propogate transport disrupted status for cable pull conditions for faster failover. by Duane Grigsby · 14 years ago
  70. 5544213 [SCSI] qla2xxx: Correct extended sense-data handling. by Andrew Vasquez · 14 years ago
  71. 0f2d962 [SCSI] qla2xxx: Check for golden firmware and show version if available by Madhuranath Iyengar · 14 years ago
  72. e8c72ba [SCSI] qla2xxx: Use GFF_ID to check FCP-SCSI FC4 type before logging into Nx_Ports by Chad Dupuis · 14 years ago
  73. 2f0f3f4 [SCSI] qla2xxx: Appropriately log FCP priority data messages by Madhuranath Iyengar · 14 years ago
  74. d94d10e [SCSI] qla2xxx: Removed dependency for SRB structure for Marker processing by Giridhar Malavali · 14 years ago
  75. 17cf2c5 [SCSI] qla2xxx: Don't issue set or get port param MBC if invalid port loop id by Madhuranath Iyengar · 14 years ago
  76. c0ff277 [SCSI] qla2xxx: Updated version number to 8.03.03-k0. by Giridhar Malavali · 14 years ago
  77. 5b91490 [SCSI] qla2xxx: For ISP 23xx, select user specified login timeout value if greater than minuimum value(4 secs). by Andrew Vasquez · 14 years ago
  78. 6c7ccf7 [SCSI] qla2xxx: Removed redundant check for ISP 84xx. by Giridhar Malavali · 14 years ago
  79. 6907869 [SCSI] qla2xxx: Enable CRB based doorbell posting for request queue as default for ISP 82xx. by Giridhar Malavali · 14 years ago
  80. ba77ef5 [SCSI] qla2xxx: T10 DIF enablement for 81XX by Arun Easi · 14 years ago
  81. 0547fb3 [SCSI] qla2xxx: Fix flash write failure on ISP82xx. by Lalit Chandivade · 14 years ago
  82. cdbb0a4f [SCSI] qla2xxx: Handle outstanding mbx cmds on hung f/w scenarios. by Santosh Vernekar · 14 years ago
  83. 3f3b6f9 [SCSI] qla2xxx: Do not enable VP in non fabric topology. by Lalit Chandivade · 14 years ago
  84. 9c2b297 [SCSI] qla2xxx: Support for loading Unified ROM Image (URI) format firmware file. by Harish Zunjarrao · 14 years ago
  85. b0cd579 [SCSI] qla2xxx: Make the FC port capability mutual exclusive. by Andrew Vasquez · 14 years ago
  86. 23f2ebd [SCSI] qla2xxx: Add internal loopback support for ISP81xx. by Sarang Radke · 14 years ago
  87. 3a6478d [SCSI] qla2xxx: Limit rport-flaps during link-disruptions. by Giridhar Malavali · 14 years ago
  88. 6ac5260 [SCSI] qla2xxx: Correct async-srb issues. by Andrew Vasquez · 14 years ago
  89. 083a469 [SCSI] qla2xxx: Correct use-after-free oops seen during EH-abort. by Giridhar Malavali · 14 years ago
  90. 7e2b895 [SCSI] qla2xxx: Fix cpu-affinity usage for non-capable ISPs. by Giridhar Malavali · 14 years ago
  91. d3fa9e7 [SCSI] qla2xxx: Add portid to async-request messages. by Andrew Vasquez · 14 years ago
  92. b963752 [SCSI] qla2xxx: Clear drive active CRB register when not in use. by Giridhar Malavali · 14 years ago
  93. 65155b3 fix typos concerning "management" by Uwe Kleine-König · 14 years ago
  94. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  95. f1af620 [SCSI] qla2xxx: Updates to ISP82xx support. by Giridhar Malavali · 14 years ago
  96. f4c496c [SCSI] qla2xxx: Optionally disable target reset. by Giridhar Malavali · 14 years ago
  97. 86fbee8 [SCSI] qla2xxx: ensure flash operation and host reset via sg_reset are mutually exclusive by Lalit Chandivade · 14 years ago
  98. 1516ef4 [SCSI] qla2xxx: Silence bogus warning by gcc for wrap and did. by Mike Waychison · 14 years ago
  99. bad7500 [SCSI] qla2xxx: T10 DIF support added. by Arun Easi · 14 years ago
  100. 3822263 [SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs. by Madhuranath Iyengar · 14 years ago