1. 1e63395 [SCSI] qla2xxx: Update the copyright information. by Saurav Kashyap · 11 years ago
  2. 6c31555 [SCSI] qla2xxx: Display the lock owner on lock acquire failure. by Saurav Kashyap · 11 years ago
  3. 992357c [SCSI] qla2xxx: Move loopback mode reset after chip reset check. by Chad Dupuis · 11 years ago
  4. 67b2a31 [SCSI] qla2xxx: Extra loopback error handling for ISP83xx. by Chad Dupuis · 11 years ago
  5. b00ee7d [SCSI] qla2xxx: Unload hangs after issuing BSG commands to vport. by Chad Dupuis · 11 years ago
  6. 619d5a0 [SCSI] qla2xxx: Do MPI reset only for ISP81xx. by Saurav Kashyap · 11 years ago
  7. 61e1b26 [SCSI] qla2xxx: Do link initialization on get loop id failure. by Joe Carnuccio · 11 years ago
  8. e9454a8 [SCSI] qla2xxx: Update the FTP site references in the driver sources. by Giridhar Malavali · 11 years ago
  9. 1bcc46c [SCSI] qla2xxx: Reject loopback request if one is already in progress. by Chad Dupuis · 11 years ago
  10. 37f489b [SCSI] qla2xxx: Print thermal unsupported message. by Joe Carnuccio · 11 years ago
  11. 552f3f9 [SCSI] qla2xxx: Avoid null pointer dereference in shutdown routine. by Masanari Iida · 11 years ago
  12. a865c50 [SCSI] qla2xxx: Get VPD information from common location for CNA. by Saurav Kashyap · 11 years ago
  13. 0b7e7c5 [SCSI] qla2xxx: Correct race in loop_state assignment during reset handling. by Andrew Vasquez · 11 years ago
  14. 78d56df [SCSI] qla2xxx: Correction to the message ids. by Saurav Kashyap · 11 years ago
  15. 33c36c0 [SCSI] qla2xxx: Prevent enabling target mode for unsupported HBAs. by Arun Easi · 11 years ago
  16. b8aa4bd [SCSI] qla2xxx: Allow ISP81xx to create ATIO queues. by Arun Easi · 11 years ago
  17. aa230bc [SCSI] qla2xxx: Enable target mode support for ISP83xx. by Arun Easi · 11 years ago
  18. 3c290d0 [SCSI] qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low. by Chad Dupuis · 11 years ago
  19. 8d93f55 [SCSI] qla2xxx: Determine the number of outstanding commands based on available resources. by Chad Dupuis · 11 years ago
  20. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  21. 5bd665f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  22. e777d19 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  23. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  24. 68d91cb [SCSI] qla2xxx: Display that driver is operating in legacy interrupt mode. by Saurav Kashyap · 12 years ago
  25. 0a63ad1 [SCSI] qla2xxx: Dont clear drv active on iospace config failure. by Saurav Kashyap · 12 years ago
  26. a720101 [SCSI] qla2xxx: Fix typo in qla2xxx driver. by Masanari Iida · 12 years ago
  27. 29f9f90 [SCSI] qla2xxx: Update ql2xextended_error_logging parameter description with new option. by Chad Dupuis · 12 years ago
  28. d0297c9 [SCSI] qla2xxx: Parameterize the link speed of hba rather than fcport. by Joe Carnuccio · 12 years ago
  29. c53dfac [SCSI] qla2xxx: Add 16Gb/s case to get port speed capability. by Joe Carnuccio · 12 years ago
  30. 1f93da5 [SCSI] qla2xxx: Move marking fcport online ahead of setting iiDMA speed. by Joe Carnuccio · 12 years ago
  31. 4ea2c9c [SCSI] qla2xxx: Add acquiring of risc semaphore before doing ISP reset. by Joe Carnuccio · 12 years ago
  32. 807fb6d [SCSI] qla2xxx: Ignore driver ack bit if corresponding presence bit is not set. by Saurav Kashyap · 12 years ago
  33. 8c0bc70 [SCSI] qla2xxx: Fix typo in qla83xx_fw_dump function. by Saurav Kashyap · 12 years ago
  34. 49300af [SCSI] qla2xxx: Add Gen3 PCIe speed 8GT/s to the log message. by Saurav Kashyap · 12 years ago
  35. 7e98df2 [SCSI] qla2xxx: Use correct Request-Q-Out register during bidirectional request processing by Andrew Vasquez · 12 years ago
  36. 53016ed [SCSI] qla2xxx: Move noisy Start scsi failed messages to verbose logging level. by Chad Dupuis · 12 years ago
  37. 0300396 [SCSI] qla2xxx: Fix coccinelle warnings in qla2x00_relogin. by Saurav Kashyap · 12 years ago
  38. a72b990 [SCSI] qla2xxx: No fcport FC-4 type assignment in GA_NXT response. by Armen Baloyan · 12 years ago
  39. fa49263 [SCSI] qla2xxx: Fix for warnings reported by sparse. by Saurav Kashyap · 12 years ago
  40. 681e014 [SCSI] qla2xxx: Honor status value of 2 for report-id acquisition. by Saurav Kashyap · 12 years ago
  41. 3aa28e4 [SCSI] qla2xxx: Remove spurious taking of ha->vport_slock spinlock. by Chad Dupuis · 12 years ago
  42. 5b93903 [SCSI] qla2xxx: Clear unsupported 'states' during Get-FW-State queries. by Andrew Vasquez · 12 years ago
  43. 2585240 [SCSI] qla2xxx: Update the driver version to 8.04.00.08-k. by Saurav Kashyap · 12 years ago
  44. 9bceab4 [SCSI] qla2xxx: Free rsp_data even on error in qla2x00_process_loopback() by Steve Hodgson · 12 years ago
  45. 220d36b [SCSI] qla2xxx: Change in setting UNLOADING flag and FC vports logout sequence while unloading qla2xxx driver. by Giridhar Malavali · 12 years ago
  46. a394aac [SCSI] qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically. by David Jeffery · 12 years ago
  47. 63ea923 [SCSI] qla2xxx: Properly set result field of bsg_job reply structure for success and failure. by Armen Baloyan · 12 years ago
  48. 06e97b4 qla2xxx: Look up LUN for abort requests by Steve Hodgson · 12 years ago
  49. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  50. 6efb3c0 qla2xxx: Fix typo in qla2xxx drivers by Masanari Iida · 12 years ago
  51. c8292d1 qla2xxx: Update target lookup session tables when a target session changes by Roland Dreier · 12 years ago
  52. c046aa0 tcm_qla2xxx: Format VPD page 83h SCSI name string according to SPC by Roland Dreier · 12 years ago
  53. 29c08cd qla2xxx: Add missing ->vport_slock while calling qlt_update_vp_map by Nicholas Bellinger · 12 years ago
  54. 6a5a3d6 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  55. a188e7e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  56. f24b5cb [SCSI] qla2xxx: fix potential deadlock on ha->hardware_lock by Jiri Kosina · 12 years ago
  57. 3151367 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  58. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  59. a8ecd31 [SCSI] qla2xxx: Update version number to 8.04.00.07-k. by Chad Dupuis · 12 years ago
  60. 2ad1b67 [SCSI] qla2xxx: Use the right field for container_of. by Arun Easi · 12 years ago
  61. 487370a [SCSI] qla2xxx: Allow MSI interrupt registration for ISP82xx. by Giridhar Malavali · 12 years ago
  62. c111495 [SCSI] qla2xxx: Don't toggle RISC interrupt bits after IRQ lines are attached. by Giridhar Malavali · 12 years ago
  63. fb6e466 [SCSI] qla2xxx: Fix incorrect status reporting on DIF errors. by Arun Easi · 12 years ago
  64. 9e522cd [SCSI] qla2xxx: T10 DIF - ISP83xx changes. by Arun Easi · 12 years ago
  65. cb860bb [SCSI] qla2xxx: Fix for legacy interrupts for ISP83xx. by Giridhar Malavali · 12 years ago
  66. 409ee0f [SCSI] qla2xxx: Restrict nic core reset to one function for mctp. by Saurav Kashyap · 12 years ago
  67. fb0effe [SCSI] qla2xxx: Enable fw attributes for ISP24xx and above. by Saurav Kashyap · 12 years ago
  68. 2a8593f [SCSI] qla2xxx: Get fcal position map should not be called for p2p topology. by Saurav Kashyap · 12 years ago
  69. 5ffd3a5 [SCSI] qla2xxx: Set Maximum Read Request Size to 4K. by Chad Dupuis · 12 years ago
  70. 1459c0e [SCSI] qla2xxx: Enclose adapter related calls in adapter check in failed state handler. by Saurav Kashyap · 12 years ago
  71. bf5b8ad [SCSI] qla2xxx: Fix for handling some error conditions in loopback. by Chad Dupuis · 12 years ago
  72. e92e4a8 [SCSI] qla2xxx: Fix description of qla2xmaxqdepth parameter. by Chad Dupuis · 12 years ago
  73. 0251ce8 [SCSI] qla2xxx: set idc version if function is first one to come. by Saurav Kashyap · 12 years ago
  74. 45980cc [SCSI] qla2xxx: Do not restrict the number of NPIV ports for ISP83xx. by Saurav Kashyap · 12 years ago
  75. 9567611 [SCSI] qla2xxx: Do PCI fundamental reset for ISP83xx by Joe Carnuccio · 12 years ago
  76. c74d88a [SCSI] qla2xxx: Fail initialization if unable to load RISC code. by Andrew Vasquez · 12 years ago
  77. 58570ac [SCSI] qla2xxx: Ensure PLOGI is sent to Fabric Management-Server upon request. by Andrew Vasquez · 12 years ago
  78. 5d2878b [SCSI] qla2xxx: Remove setting Scsi_host->this_id during adapter probe. by Chad Dupuis · 12 years ago
  79. fafbda9 [SCSI] qla2xxx: Use #defines instead of hardcoded values for intr status. by Arun Easi · 12 years ago
  80. 711aa7f [SCSI] qla2xxx: Dont call nic restart firmware if it is already active and running. by Saurav Kashyap · 12 years ago
  81. 9d55ca6 [SCSI] qla2xxx: Wrong PCIe(2.5Gb/s x8) speed in the kerenel message for ISP82xx. by Atul Deshmukh · 12 years ago
  82. a6171297 [SCSI] qla2xxx: Perform ROM mbx cmd access only after ISP soft-reset during f/w recovery. by Santosh Vernekar · 12 years ago
  83. 0143d8b7 [SCSI] qla2xxx: Implement beacon support for ISP83xx. by Chad Dupuis · 12 years ago
  84. 370d550 [SCSI] qla2xxx: Fix for continuous rescan attempts in arbitrated loop topology. by Arun Easi · 12 years ago
  85. 79cc785 [SCSI] qla2xxx: Only enable link up on the correct interrupt event. by Chad Dupuis · 12 years ago
  86. 46152ce [SCSI] qla2xxx: Update the driver copyright. by Chad Dupuis · 12 years ago
  87. a033b65 [SCSI] qla2xxx: Don't register to legacy interrupt for ISP82xx. by Giridhar Malavali · 12 years ago
  88. 8fcd6b8 [SCSI] qla2xxx: Changes for ISP83xx loopback support. by Chad Dupuis · 12 years ago
  89. f9322ee [SCSI] qla2xxx: Add bit to identify adapters for thermal temp. by Joe Carnuccio · 12 years ago
  90. 8117877 [SCSI] qla2xxx: Implemetation of mctp. by Saurav Kashyap · 12 years ago
  91. 7d613ac [SCSI] qla2xxx: IDC implementation for ISP83xx. by Santosh Vernekar · 12 years ago
  92. 40129a4 [SCSI] qla2xxx: Add FW DUMP SIZE sysfs attribute. by Harish Zunjarrao · 12 years ago
  93. a9b6f722 [SCSI] qla2xxx: Implementation of bidirectional. by Saurav Kashyap · 12 years ago
  94. 5f16b33 [SCSI] qla2xxx: Use bitmap to store loop_id's for fcports. by Chad Dupuis · 12 years ago
  95. e4b11b8 qla2xxx: Fix endianness of task management response code by Roland Dreier · 12 years ago
  96. 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 12 years ago
  97. 2ed772b target: Remove unused target_core_fabric_ops.get_fabric_sense_len method by Roland Dreier · 12 years ago
  98. 09543c0 [SCSI] qla2xxx: Display mailbox failure by default. by Saurav Kashyap · 12 years ago
  99. d6a0358 [SCSI] qla2xxx: Fix typo in qla2xxx files by Masanari Iida · 12 years ago
  100. 7916bb9 [SCSI] qla2xxx: Add check in qla82xx_watchdog for failed hardware state. by Chad Dupuis · 12 years ago