1. 1940ce7 [SCSI] qla2xxx: Display PortID information during FCP command-status handling. by Andrew Vasquez · 13 years ago
  2. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  3. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  4. 76f0c37 [SCSI] qla2xxx: Update version number to 8.03.07.00 by Madhuranath Iyengar · 13 years ago
  5. 4e98d3b [SCSI] qla2xxx: Check return value of fc_block_scsi_eh() by Andrew Vasquez · 13 years ago
  6. e46ef00 [SCSI] qla2xxx: The ISP82XX should be online while waiting for commands completion. by Saurav Kashyap · 13 years ago
  7. ff2fc42 [SCSI] qla2xxx: Propagate block-layer tags on submitted I/Os. by Andrew Vasquez · 13 years ago
  8. 97dec56 [SCSI] qla2xxx: Adjust FCP_RSP response-info field check after TMF completion. by Andrew Vasquez · 13 years ago
  9. 6aef87b [SCSI] qla2xxx: Clear any stale login-states during an adapter reset. by Andrew Vasquez · 13 years ago
  10. 7a78ced [SCSI] qla2xxx: Pass right CT command string for CT status processing. by Andrew Vasquez · 13 years ago
  11. 862cd01 [SCSI] qla2xxx: Don't wait for active mailbox command completion when firmware is hung. by Giridhar Malavali · 13 years ago
  12. 7190575 [SCSI] qla2xxx: Abort pending commands for faster recovery during ISP reset. by Giridhar Malavali · 13 years ago
  13. cf2d771 [SCSI] qla2xxx: Display nport_id when any SNS command fails. by Giridhar Malavali · 13 years ago
  14. 0060ddf [SCSI] qla2xxx: Reinitialize the device initialize timeout value after reset on ISP82xx. by Giridhar Malavali · 13 years ago
  15. 7c8cf2f [SCSI] qla2xxx: Fix array subscript is above array bounds in qla2xx_build_scsi_type_6_iocbs(). by Chad Dupuis · 13 years ago
  16. f5e3e40 [SCSI] qla2xxx: Remove host_lock in queuecommand function by Madhuranath Iyengar · 13 years ago
  17. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  18. 1621dbb [SCSI] qla2xxx: Return DID_NO_CONNECT when FC device is lost. by Andrew Vasquez · 13 years ago
  19. 044d78e [SCSI] qla2xxx: Change from irq to irqsave with host_lock by Madhuranath Iyengar · 13 years ago
  20. 563585e [SCSI] qla2xxx: Fix race that could hang kthread_stop() by James Bottomley · 13 years ago
  21. 278274d scsi/be2iscsi,qla2xxx: convert to alloc_workqueue() by Tejun Heo · 13 years ago
  22. aa5cbf8 [SCSI] qla2xxx: Use sg_next to fetch next sg element while walking sg list. by Giridhar Malavali · 14 years ago
  23. 900a36e [SCSI] qla2xxx: Fix to avoid recursive lock failure during BSG timeout. by Giridhar Malavali · 14 years ago
  24. 0ce8791 [SCSI] qla2xxx: Remove code to not reset ISP82xx on failure. by Giridhar Malavali · 14 years ago
  25. bc5c2aa [SCSI] qla2xxx: Display mailbox register 4 during 8012 AEN for ISP82XX parts. by Andrew Vasquez · 14 years ago
  26. 7a44b86 [SCSI] qla2xxx: Don't perform a BIG_HAMMER if Get-ID (0x20) mailbox command fails on CNAs. by Andrew Vasquez · 14 years ago
  27. f2019cb [SCSI] qla2xxx: Remove redundant module parameter permission bits by Joe Carnuccio · 14 years ago
  28. 794a569 [SCSI] qla2xxx: Add sysfs node for displaying board temperature. by Andrew Vasquez · 14 years ago
  29. 10fbb7d [SCSI] qla2xxx: Code cleanup to remove unwanted comments and code. by Giridhar Malavali · 14 years ago
  30. c9e8fd5 [SCSI] qla2xxx: Fix for memory wedge on fw halt for ISP82XX by Madhuranath Iyengar · 14 years ago
  31. 21090cb [SCSI] qla2xxx: Update FCP priority information to firmware before sending IOs by Madhuranath Iyengar · 14 years ago
  32. 4052bd5 [SCSI] qla2xxx: Fixed zero test on new_config in qla2x00_process_loopback(). by Joe Carnuccio · 14 years ago
  33. ff8073f [SCSI] qla2xxx: Populate FCP_PRIO location for no *FLT* case by Andrew Vasquez · 14 years ago
  34. 8ae598d [SCSI] qla2xxx: list cursors are not null by Dan Carpenter · 14 years ago
  35. 579d12b [SCSI] qla2xxx: Added support for quiescence mode for ISP82xx. by Saurav Kashyap · 14 years ago
  36. 13d38d9 [SCSI] qla2xxx: Update version number to 8.03.05-k0. by Madhuranath Iyengar · 14 years ago
  37. 69abf61 [SCSI] qla2xxx: Properly set the return value in qla2xxx_eh_abort function. by Saurav Kashyap · 14 years ago
  38. 087c621 [SCSI] qla2xxx: Correct issue where NPIV-config data was not being allocated for 82xx parts. by Andrew Vasquez · 14 years ago
  39. 7992abf [SCSI] qla2xxx: Change MSI initialization from using incorrect request_irq parameter. by Mike Hernandez · 14 years ago
  40. 85727e1 [SCSI] qla2xxx: Populate Command Type 6 LUN field properly. by Mike Hernandez · 14 years ago
  41. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  42. 38170fa [SCSI] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function. by Giridhar Malavali · 14 years ago
  43. 9dac0d9 [SCSI] qla2xxx: Correct PRLI failure response code handling. by Andrew Vasquez · 14 years ago
  44. 170babc [SCSI] qla2xxx: Drop srb reference before waiting for completion. by Mike Christie · 14 years ago
  45. e30d175 [SCSI] qla2xxx: Addition of shutdown callback handler. by Madhuranath Iyengar · 14 years ago
  46. 339aa70 [SCSI] qla2xxx: Initialize the vport_slock spinlock. by Andrew Vasquez · 14 years ago
  47. 09d1dc2 [SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug traces by Madhuranath Iyengar · 14 years ago
  48. f19af16 [SCSI] qla2xxx: Add flash read/update support using BSG interface by Harish Zunjarrao · 14 years ago
  49. ff454b0 [SCSI] qla2xxx: Group CS_RESET return status with other link level event statuses. by Chad Dupuis · 14 years ago
  50. 4d97cc5 [SCSI] qla2xxx: Change del_timer_sync() to del_timer() in qla2x00_ctx_sp_free(). by Chad Dupuis · 14 years ago
  51. 4da26e1 [SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check. by Chad Dupuis · 14 years ago
  52. 1e6d067 [SCSI] qla2xxx: Remove port down retry count. by Chad Dupuis · 14 years ago
  53. 542bce1 [SCSI] qla2xxx: locking problem in qla2x00_init_rings() by Dan Carpenter · 14 years ago
  54. c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  55. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  56. d2b5f10 [SCSI] qla2xxx: prep for fc host dev loss tmo support by Mike Christie · 14 years ago
  57. e6a4202 [SCSI] qla2xxx: ROM lock recovery if fw hangs while holding the lock. by Shyam Sundar · 14 years ago
  58. bcc5b6d [SCSI] qla2xxx: AER Support-Return recovered from mmio_enable function for 82XX. by Saurav Kashyap · 14 years ago
  59. 58548cb [SCSI] qla2xxx: Increase SG table size to support large IO size per scsi command. by Giridhar Malavali · 14 years ago
  60. 3fadb80b [SCSI] qla2xxx: Clear local references of rport on device loss timeout notification from FC transport. by Giridhar Malavali · 14 years ago
  61. b1d4698 [SCSI] qla2xxx: Handle MPI timeout indicated by AE8002 by Madhuranath Iyengar · 14 years ago
  62. bddd2d6 [SCSI] qla2xxx: Update to AER support, do early abort commands. by Lalit Chandivade · 14 years ago
  63. 77e334d [SCSI] qla2xxx: Cleanup some dead-code and make some functions static. by Giridhar Malavali · 14 years ago
  64. 35e0cbd [SCSI] qla2xxx: Return proper fabric name based on device state. by Giridhar Malavali · 14 years ago
  65. a5b3632 [SCSI] qla2xxx: Added AER support for ISP82xx. by Lalit Chandivade · 14 years ago
  66. 6dbdda4 [SCSI] qla2xxx: Pass first 64 bytes of MBX information when vendor commands fail. by Giridhar Malavali · 14 years ago
  67. c9afb9a [SCSI] qla2xxx: Don't issue set or get port param MBC if port is not online. by Giridhar Malavali · 14 years ago
  68. 0fb576d [SCSI] qla2xxx: Update version number to 8.03.04-k0. by Madhuranath Iyengar · 14 years ago
  69. 1bd58b8 [SCSI] qla2xxx: Check for empty slot in request queue before posting Command type 6 request. by Giridhar Malavali · 14 years ago
  70. 0374f55 [SCSI] qla2xxx: Cover UNDERRUN case where SCSI status is set. by Lalit Chandivade · 14 years ago
  71. 4142b19 [SCSI] qla2xxx: Correctly set fw hung and complete only waiting mbx. by Giridhar Malavali · 14 years ago
  72. efa786c [SCSI] qla2xxx: Reset seconds_since_last_heartbeat correctly. by Lalit Chandivade · 14 years ago
  73. 970ee0c [SCSI] qla2xxx: make rport deletions explicit during vport removal by Arun Easi · 14 years ago
  74. feafb7b [SCSI] qla2xxx: Fix vport delete issues by Arun Easi · 14 years ago
  75. a74bdf4 [SCSI] qla2xxx: do not reset dev_loss_tmo in slave callout by Mike Christie · 14 years ago
  76. ae68230 drivers/scsi/qla2xxx/qla_os.c: fix continuation line formats by Joe Perches · 14 years ago
  77. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  78. 0c47087 [SCSI] qla2xxx: T10 DIF Type 2 support by Arun Easi · 14 years ago
  79. 3dbe756 [SCSI] qla2xxx: Cleanup some dead-code and make some functions static. by Andrew Vasquez · 14 years ago
  80. de7c5d0 [SCSI] qla2xxx: Update copyright banner. by Giridhar Malavali · 14 years ago
  81. 4d78c97 [SCSI] qla2xxx: Rearranged and cleaned up the code for processing the pending commands. by Giridhar Malavali · 14 years ago
  82. 3711333 [SCSI] qla2xxx: Updates for ISP82xx. by Giridhar Malavali · 14 years ago
  83. 08f71e0 [SCSI] qla2xxx: Do not allow ELS Passthru commands for ISP23xx adapters by Harish Zunjarrao · 14 years ago
  84. 9bc4f4f [SCSI] qla2xxx: Add CT passthru support for ISP23xx adapters by Harish Zunjarrao · 14 years ago
  85. 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
  86. 8867048 [SCSI] qla2xxx: Add qla2x00_free_fcports() function by Chad Dupuis · 14 years ago
  87. 14e303d [SCSI] qla2xxx: Stop firmware before doing init firmware. by Andrew Vasquez · 14 years ago
  88. 03c3f56 [SCSI] qla2xxx: Propogate transport disrupted status for cable pull conditions for faster failover. by Duane Grigsby · 14 years ago
  89. 5544213 [SCSI] qla2xxx: Correct extended sense-data handling. by Andrew Vasquez · 14 years ago
  90. 0f2d962 [SCSI] qla2xxx: Check for golden firmware and show version if available by Madhuranath Iyengar · 14 years ago
  91. e8c72ba [SCSI] qla2xxx: Use GFF_ID to check FCP-SCSI FC4 type before logging into Nx_Ports by Chad Dupuis · 14 years ago
  92. 2f0f3f4 [SCSI] qla2xxx: Appropriately log FCP priority data messages by Madhuranath Iyengar · 14 years ago
  93. d94d10e [SCSI] qla2xxx: Removed dependency for SRB structure for Marker processing by Giridhar Malavali · 14 years ago
  94. 17cf2c5 [SCSI] qla2xxx: Don't issue set or get port param MBC if invalid port loop id by Madhuranath Iyengar · 14 years ago
  95. c0ff277 [SCSI] qla2xxx: Updated version number to 8.03.03-k0. by Giridhar Malavali · 14 years ago
  96. 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
  97. 6c7ccf7 [SCSI] qla2xxx: Removed redundant check for ISP 84xx. by Giridhar Malavali · 14 years ago
  98. 6907869 [SCSI] qla2xxx: Enable CRB based doorbell posting for request queue as default for ISP 82xx. by Giridhar Malavali · 14 years ago
  99. ba77ef5 [SCSI] qla2xxx: T10 DIF enablement for 81XX by Arun Easi · 14 years ago
  100. 0547fb3 [SCSI] qla2xxx: Fix flash write failure on ISP82xx. by Lalit Chandivade · 14 years ago