1. f5e3e40 [SCSI] qla2xxx: Remove host_lock in queuecommand function by Madhuranath Iyengar · 13 years ago
  2. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  3. 1621dbb [SCSI] qla2xxx: Return DID_NO_CONNECT when FC device is lost. by Andrew Vasquez · 14 years ago
  4. 044d78e [SCSI] qla2xxx: Change from irq to irqsave with host_lock by Madhuranath Iyengar · 14 years ago
  5. 563585e [SCSI] qla2xxx: Fix race that could hang kthread_stop() by James Bottomley · 14 years ago
  6. 278274d scsi/be2iscsi,qla2xxx: convert to alloc_workqueue() by Tejun Heo · 14 years ago
  7. 0ce8791 [SCSI] qla2xxx: Remove code to not reset ISP82xx on failure. by Giridhar Malavali · 14 years ago
  8. f2019cb [SCSI] qla2xxx: Remove redundant module parameter permission bits by Joe Carnuccio · 14 years ago
  9. 8ae598d [SCSI] qla2xxx: list cursors are not null by Dan Carpenter · 14 years ago
  10. 579d12b [SCSI] qla2xxx: Added support for quiescence mode for ISP82xx. by Saurav Kashyap · 14 years ago
  11. 69abf61 [SCSI] qla2xxx: Properly set the return value in qla2xxx_eh_abort function. by Saurav Kashyap · 14 years ago
  12. 087c621 [SCSI] qla2xxx: Correct issue where NPIV-config data was not being allocated for 82xx parts. by Andrew Vasquez · 14 years ago
  13. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  14. 38170fa [SCSI] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function. by Giridhar Malavali · 14 years ago
  15. 170babc [SCSI] qla2xxx: Drop srb reference before waiting for completion. by Mike Christie · 14 years ago
  16. e30d175 [SCSI] qla2xxx: Addition of shutdown callback handler. by Madhuranath Iyengar · 14 years ago
  17. 339aa70 [SCSI] qla2xxx: Initialize the vport_slock spinlock. by Andrew Vasquez · 14 years ago
  18. 09d1dc2 [SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug traces by Madhuranath Iyengar · 14 years ago
  19. 4da26e1 [SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check. by Chad Dupuis · 14 years ago
  20. 1e6d067 [SCSI] qla2xxx: Remove port down retry count. by Chad Dupuis · 14 years ago
  21. c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  22. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  23. bcc5b6d [SCSI] qla2xxx: AER Support-Return recovered from mmio_enable function for 82XX. by Saurav Kashyap · 14 years ago
  24. 58548cb [SCSI] qla2xxx: Increase SG table size to support large IO size per scsi command. by Giridhar Malavali · 14 years ago
  25. bddd2d6 [SCSI] qla2xxx: Update to AER support, do early abort commands. by Lalit Chandivade · 14 years ago
  26. a5b3632 [SCSI] qla2xxx: Added AER support for ISP82xx. by Lalit Chandivade · 14 years ago
  27. feafb7b [SCSI] qla2xxx: Fix vport delete issues by Arun Easi · 14 years ago
  28. a74bdf4 [SCSI] qla2xxx: do not reset dev_loss_tmo in slave callout by Mike Christie · 14 years ago
  29. ae68230 drivers/scsi/qla2xxx/qla_os.c: fix continuation line formats by Joe Perches · 14 years ago
  30. 0c47087 [SCSI] qla2xxx: T10 DIF Type 2 support by Arun Easi · 14 years ago
  31. 3dbe756 [SCSI] qla2xxx: Cleanup some dead-code and make some functions static. by Andrew Vasquez · 14 years ago
  32. de7c5d0 [SCSI] qla2xxx: Update copyright banner. by Giridhar Malavali · 14 years ago
  33. 4d78c97 [SCSI] qla2xxx: Rearranged and cleaned up the code for processing the pending commands. by Giridhar Malavali · 14 years ago
  34. 8867048 [SCSI] qla2xxx: Add qla2x00_free_fcports() function by Chad Dupuis · 14 years ago
  35. 6907869 [SCSI] qla2xxx: Enable CRB based doorbell posting for request queue as default for ISP 82xx. by Giridhar Malavali · 14 years ago
  36. ba77ef5 [SCSI] qla2xxx: T10 DIF enablement for 81XX by Arun Easi · 14 years ago
  37. 23f2ebd [SCSI] qla2xxx: Add internal loopback support for ISP81xx. by Sarang Radke · 14 years ago
  38. 083a469 [SCSI] qla2xxx: Correct use-after-free oops seen during EH-abort. by Giridhar Malavali · 14 years ago
  39. b963752 [SCSI] qla2xxx: Clear drive active CRB register when not in use. by Giridhar Malavali · 14 years ago
  40. f4c496c [SCSI] qla2xxx: Optionally disable target reset. by Giridhar Malavali · 14 years ago
  41. 86fbee8 [SCSI] qla2xxx: ensure flash operation and host reset via sg_reset are mutually exclusive by Lalit Chandivade · 14 years ago
  42. bad7500 [SCSI] qla2xxx: T10 DIF support added. by Arun Easi · 14 years ago
  43. 3822263 [SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs. by Madhuranath Iyengar · 14 years ago
  44. 4916392 [SCSI] qla2xxx: Provide common framework for BSG and IOCB commands. by Madhuranath Iyengar · 14 years ago
  45. 5ff1d58 [SCSI] qla2xxx: Limit mailbox command contention for ADISC requests. by Andrew Vasquez · 14 years ago
  46. 6a03b4c [SCSI] qla2xxx: Add char device to increase driver use count by Harish Zunjarrao · 14 years ago
  47. 3e46f03 [SCSI] qla2xxx: Clear error status after uncorrectable non-fatal errors. by Lalit Chandivade · 14 years ago
  48. a908301 [SCSI] qla2xxx: Add ISP82XX support. by Giridhar Malavali · 14 years ago
  49. 7794a5a [SCSI] qla2xxx: Fix documentation of ql2xfdmienable module parameter by Ferenc Wagner · 14 years ago
  50. 6c452a4 [SCSI] qla2xxx: General checkpatch corrections. by Andrew Vasquez · 14 years ago
  51. 7da23b86e Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 14 years ago
  52. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  53. d84a47c [SCSI] qla2xxx: Check to make sure multique and CPU affinity support is not enabled at the same time. by Michael Hernandez · 14 years ago
  54. 8c1496b [SCSI] qla2xxx: EEH: Restore PCI saved state during pci slot reset. by Richard Lary · 14 years ago
  55. ae97c91 [SCSI] qla2xxx: Add firmware ETS burst support. by Andrew Vasquez · 14 years ago
  56. 715848c [SCSI] qla2xxx: Correct use-after-free issue in terminate_rport_io callback. by Andrew Vasquez · 14 years ago
  57. 55e5ed2 [SCSI] qla2xxx: Correct EH bus-reset handling. by Andrew Vasquez · 14 years ago
  58. db3ad7f [SCSI] qla2xxx: Proper clean-up of BSG requests when request times out. by Giridhar Malavali · 14 years ago
  59. 08002af [SCSI] qla2xxx: negative error return in qla2x00_change_queue_depth() by Roel Kluin · 15 years ago
  60. f8ac608 [SCSI] qla2xxx: Remove firmware hint for 81xx parts. by Giridhar Malavali · 15 years ago
  61. 9a069e1 [SCSI] qla2xxx: Add BSG support for FC ELS/CT passthrough and vendor commands. by Giridhar Malavali · 15 years ago
  62. 90a86fc [SCSI] qla2xxx: Enhance EEH support and enable AER support. by Joe Carnuccio · 15 years ago
  63. f08b725 [SCSI] qla2xxx: Correct FCP2 recovery handling. by Andrew Vasquez · 15 years ago
  64. ca79cf6 [SCSI] qla2xxx: Added to EEH support. by Duane Grigsby · 15 years ago
  65. 8588080 [SCSI] qla2xxx: Extend base EEH support in qla2xxx. by Andrew Vasquez · 15 years ago
  66. c45dd30 [SCSI] qla2xxx: Queue depth ramp up/down modification changes. by Giridhar Malavali · 15 years ago
  67. 1486400 [SCSI] qla2xxx: dpc thread can execute before scsi host has been added by Michael Reed · 15 years ago
  68. 65d430f [SCSI] scsi_transport_fc: Introduce helper function for blocking scsi_eh by Christof Schmitt · 15 years ago
  69. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  70. 3420d36 [SCSI] qla2xxx: Add firmware-dump kobject uevent notification. by Andrew Vasquez · 15 years ago
  71. 67becc0 [SCSI] qla2xxx: Properly delete rports attached to a vport. by Andrew Vasquez · 15 years ago
  72. 0d6e61b [SCSI] qla2xxx: Correct various NPIV issues. by Andrew Vasquez · 15 years ago
  73. d970432 [SCSI] qla2xxx: Correct qla2x00_eh_wait_on_command() to wait correctly. by Lalit Chandivade · 15 years ago
  74. 8474f3a [SCSI] qla2xxx: Correctly set FCF_TAPE_PRESENT flag based on scsi-device. by Santosh Vernekar · 15 years ago
  75. ac280b6 [SCSI] qla2xxx: Add asynchronous-login support. by Andrew Vasquez · 15 years ago
  76. cf53b06 [SCSI] qla2xxx: Generalize srb structure usage. by Andrew Vasquez · 15 years ago
  77. 7163ea8 [SCSI] qla2xxx: Fix to ensure driver works in sinlge queue mode if multiqueue fails by Anirban Chakraborty · 15 years ago
  78. 27dc9c5 qla2xxx: Fixed a bug in number of response queue creation logic. by Anirban Chakraborty · 15 years ago
  79. f999f4c [SCSI] qla2xxx: Reduce lock-contention during do-work processing. by Andrew Vasquez · 15 years ago
  80. cbc8eb6 [SCSI] qla2xxx: Fallback to 'golden-firmware' operation on supported ISPs. by Andrew Vasquez · 15 years ago
  81. 40859ae [SCSI] qla2xxx: Correct queue-creation bug when driver loaded in QoS mode. by Anirban Chakraborty · 15 years ago
  82. 11bbc1d [SCSI] qla2xxx: Export TLV data on supported ISPs. by Andrew Vasquez · 15 years ago
  83. ce0423f [SCSI] qla2xxx: Export XGMAC statistics on supported ISPs. by Andrew Vasquez · 15 years ago
  84. e5b68a6 [SCSI] qla2xxx: Use port number to compute nvram/vpd parameter offsets. by Anirban Chakraborty · 15 years ago
  85. e337d90 [SCSI] qla2xxx: Add an override option to specify ISP firmware load semantics. by Andrew Vasquez · 15 years ago
  86. a13d8ac [SCSI] qla2xxx: Conditionally disable automatic queue full tracking. by Michael Reed · 15 years ago
  87. 67c2e93 [SCSI] qla2xxx: Remove reference to request queue from scsi request block. by Anirban Chakraborty · 15 years ago
  88. 68ca949 [SCSI] qla2xxx: Add CPU affinity support. by Anirban Chakraborty · 15 years ago
  89. 2afa19a [SCSI] qla2xxx: Add QoS support. by Anirban Chakraborty · 15 years ago
  90. d53b48d [SCSI] qla2xxx: Correct bus-reset behaviour with recent ISPs. by Seokmann Ju · 15 years ago
  91. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  92. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  93. b9b12f7 [SCSI] qla2xxx: Correct several PCI-EEH issues. by Seokmann Ju · 15 years ago
  94. 3d79038f [SCSI] qla2xxx: Always use an FLT's NVRAM/VPD region information. by Andrew Vasquez · 15 years ago
  95. ad0ecd6 [SCSI] qla2xxx: Add EDC-update support. by Joe Carnuccio · 15 years ago
  96. ddb9b12 [SCSI] qla2xxx: Cleanup unused flags and #defines. by Shyam Sundar · 15 years ago
  97. 2533cf6 [SCSI] qla2xxx: Correct ISP abort semantics for NVRAM, VPD, and flash update. by Lalit Chandivade · 15 years ago
  98. b997876 [SCSI] qla2xxx: Ensure the timer and DPC routines complete prior to midlayer tear-down. by Andrew Vasquez · 15 years ago
  99. e612d46 [SCSI] qla2xxx: Correct abort-semantics in qla2x00_abort_all_cmds(). by Andrew Vasquez · 15 years ago
  100. b64b0e8 [SCSI] qla2xxx: Pass in optional extended-initialization control block. by Andrew Vasquez · 15 years ago