1. 6431c5d [SCSI] qla2xxx: Correct address range checking for option-rom updates. by Andrew Vasquez · 15 years ago
  2. cf5a163 [SCSI] qla2xxx: Correct slab-error overwrite during vport creation and deletion. by Anirban Chakraborty · 15 years ago
  3. 3c01b4f [SCSI] qla2xxx: Add checks for a valid fcport in dev-loss-tmo/terminate_rport_io callbacks. by Seokmann Ju · 16 years ago
  4. 3a03eb7 [SCSI] qla2xxx: Add ISP81XX support. by Andrew Vasquez · 16 years ago
  5. 73208df [SCSI] qla2xxx: add support for multi-queue adapter by Anirban Chakraborty · 16 years ago
  6. 7b867cf [SCSI] qla2xxx: Refactor qla data structures by Anirban Chakraborty · 16 years ago
  7. 9cc328f [SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate callbacks by Mike Christie · 16 years ago
  8. c00d899 [SCSI] qla2xxx: Add Flash Layout Table support. by Andrew Vasquez · 16 years ago
  9. 49fd462 [SCSI] qla2xxx: Add input/output byte-count statistics. by Harish Zunjarrao · 16 years ago
  10. 6390d1f [SCSI] qla2xxx: Correct synchronization of software/firmware fcport states. by Andrew Vasquez · 16 years ago
  11. 00eabe7 [SCSI] qla2xxx: fix msleep compile error by FUJITA Tomonori · 16 years ago
  12. c9c5ced [SCSI] qla2xxx: Additional NPIV corrections. by Andrew Vasquez · 16 years ago
  13. b3dc908 [SCSI] qla2xxx: use memory_read_from_buffer() by Akinobu Mita · 16 years ago
  14. 1ee2714 [SCSI] qla2xxx: Retrieve board serial-number and description from VPD. by Joe Carnuccio · 16 years ago
  15. 711c1d9 [SCSI] qla2xxx: Cleanup NPIV related functions by Seokmann Ju · 16 years ago
  16. 032d8dd [SCSI] qla2xxx: Add LIP count to FC-transport statistics. by Harish Zunjarrao · 16 years ago
  17. e5f5f6f [SCSI] qla2xxx: Track total number of ISP aborts. by Harish Zunjarrao · 16 years ago
  18. 85821c9 [SCSI] qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner. by Andrew Vasquez · 16 years ago
  19. 5f3a9a2 [SCSI] qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support. by Seokmann Ju · 16 years ago
  20. 68af081 [SCSI] qla2xxx: Extend the 'fw_dump' SYSFS node the ability to initiate a firmware dump. by Andrew Vasquez · 16 years ago
  21. 6c2f527 [SCSI] qla2xxx: Convert vport_sem to a mutex by matthias@kaehlcke.net · 16 years ago
  22. 2f2fa13 [SCSI] qla2xxx: Return correct port_type to FC-transport for Vports. by Shyam Sundar · 16 years ago
  23. bbd1ae4 [SCSI] qla2xxx, lfpc: Rename 'state' attribute to 'link_state' by Hannes Reinecke · 16 years ago
  24. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  25. 4d4df19 [SCSI] qla2xxx: Add ISP84XX support. by Harihara Kadayam · 16 years ago
  26. 5ab5a4d [SCSI] qla2xxx: Use an rport's scsi_target_id member consistently throughout driver. by Andrew Vasquez · 16 years ago
  27. 2ae2b37 [SCSI] qla2xxx: Add support for host supported speeds FC transport attribute. by Andrew Vasquez · 16 years ago
  28. 01e58d8 [SCSI] qla2xxx: Update copyright banner. by Andrew Vasquez · 16 years ago
  29. da4541b [SCSI] qla2xxx: Access the proper 'physical' port in FC-transport callbacks. by Seokmann Ju · 16 years ago
  30. e871108 [SCSI] qla2xxx: Cleanse memory allocation logic during probe. by Andrew Vasquez · 16 years ago
  31. a824ebb [SCSI] qla2xxx: Code cleanups. by Adrian Bunk · 17 years ago
  32. a4722cf [SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request. by Andrew Vasquez · 17 years ago
  33. 43ef058 [SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs. by Andrew Vasquez · 17 years ago
  34. eb66dc6 [SCSI] qla2xxx: Correct NPIV support for recent ISPs. by Andrew Vasquez · 17 years ago
  35. 8b7afc2 [SCSI] qla2xxx: Correct display of ISP serial-number. by Andrew Vasquez · 17 years ago
  36. 2c96d8d [SCSI] qla2xxx: Handle unaligned sector writes during NVRAM/VPD updates. by Andrew Vasquez · 17 years ago
  37. f363b94 [SCSI] qla2xxx: Use shost_priv(). by Andrew Vasquez · 17 years ago
  38. 4d0ea24 [SCSI] qla2xxx: Retrieve max-NPIV support capabilities from FW. by Seokmann Ju · 17 years ago
  39. c45bcc8 [SCSI] qla2xxx: Use the correct pointer-address during NVRAM writes. by Andrew Vasquez · 17 years ago
  40. b7cc176 [SCSI] qla2xxx: Allow region-based flash-part accesses. by Joe Carnuccio · 17 years ago
  41. 281afe1 [SCSI] qla2xxx: fix to honor ignored parameters in sysfs attributes by Seokmann Ju · 17 years ago
  42. c3a2f0d [SCSI] qla2xxx: Add ISP25XX support. by Andrew Vasquez · 17 years ago
  43. fd34f55 [SCSI] qla2xxx: Re-factor isp_operations to static structures. by Andrew Vasquez · 17 years ago
  44. e428924 [SCSI] qla2xxx: Generalize FW-Interface-2 support. by Andrew Vasquez · 17 years ago
  45. bc06cff Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  46. 2c3dfe3 [SCSI] qla2xxx: add support for NPIV by Seokmann Ju · 17 years ago
  47. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  48. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  49. 26b8d348 [SCSI] qla2xxx: Allow NVRAM updates to immediately go into effect. by Andrew Vasquez · 17 years ago
  50. 178779a [SCSI] qla2xxx: Check loop-state before reading host statistics. by Andrew Vasquez · 17 years ago
  51. 30c4766 [SCSI] qla2xxx: Export OptionROM boot-codes version information. by Andrew Vasquez · 17 years ago
  52. 46ddab7 [SCSI] qla2xxx: use NULL instead of 0 by Randy Dunlap · 18 years ago
  53. f1663ad [SCSI] qla2xxx: Check return value of sysfs_create_bin_file() usage. by Andrew Vasquez · 18 years ago
  54. 7047fcd [SCSI] qla2xxx: Add support for host port state FC transport attribute. by Andrew Vasquez · 18 years ago
  55. 90991c8 [SCSI] qla2xxx: Add support for fabric name FC transport attribute. by Andrew Vasquez · 18 years ago
  56. a740a3f [SCSI] qla2xxx: Add support for system hostname FC transport attribute. by Andrew Vasquez · 18 years ago
  57. 1620f7c [SCSI] qla2xxx: Add support for symbolic nodename FC transport attribute. by Andrew Vasquez · 18 years ago
  58. d8b4521 [SCSI] qla2xxx: Add iIDMA support. by Andrew Vasquez · 18 years ago
  59. 7914d00 [SCSI] qla2xxx: Create an VPD sysfs entry for supported ISPs only. by Andrew Vasquez · 18 years ago
  60. 88729e5 [SCSI] qla2xxx: Add DMI (Diagnostics Monitoring Interface) support. by Andrew Vasquez · 18 years ago
  61. a7a167b [SCSI] qla2xxx: Rework firmware-trace facilities. by Andrew Vasquez · 18 years ago
  62. d4e3e04 [SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs. by Andrew Vasquez · 18 years ago
  63. 4a59f71 [SCSI] qla2xxx: Further restrict ZIO mode support. by andrew.vasquez@qlogic.com · 18 years ago
  64. 6f64179 [SCSI] qla2xxx: Add VPD sysfs attribute. by andrew.vasquez@qlogic.com · 18 years ago
  65. 044cc6c [SCSI] qla2xxx: Add ISP54xx support. by andrew.vasquez@qlogic.com · 18 years ago
  66. 854165f [SCSI] qla2xxx: Add support to retrieve/update HBA option-rom. by andrew.vasquez@qlogic.com · 18 years ago
  67. 1b3f636 [SCSI] qla2xxx: Return correct data-len during NVRAM retrieval. by andrew.vasquez@qlogic.com · 18 years ago
  68. f6df144 [SCSI] qla2xxx: Add beacon support via class-device attribute. by andrew.vasquez@qlogic.com · 18 years ago
  69. 392e2f6 [SCSI] qla2xxx: Add host-statistics FC transport attributes. by andrew.vasquez@qlogic.com · 18 years ago
  70. 8d06762 [SCSI] qla2xxx: Add host port-type FC transport attribute. by andrew.vasquez@qlogic.com · 18 years ago
  71. 0441401 [SCSI] qla2xxx: Add port-speed FC transport attribute. by andrew.vasquez@qlogic.com · 18 years ago
  72. dad9c8c [SCSI] qla2xxx: Reference proper node/port names in fc_host class. by andrew.vasquez@qlogic.com · 19 years ago
  73. 5433383 [SCSI] qla2xxx: Add full firmware(-request) hotplug support for all ISPs. by Andrew Vasquez · 19 years ago
  74. 91ca7b0 [SCSI] Add an 'Issue LIP' device attribute in fc_transport class by Andrew Vasquez · 19 years ago
  75. fa90c54 [SCSI] qla2xxx: Update license. by Andrew Vasquez · 19 years ago
  76. 4fdfefe [SCSI] qla2xxx: Add support to dynamically enable/disable ZIO. by Andrew Vasquez · 19 years ago
  77. f8b02a8 [SCSI] qla2xxx: use wwn_to_u64() transport helper by Andrew Vasquez · 19 years ago
  78. afb046e [SCSI] qla2xxx: Add host attributes. by Andrew Vasquez · 19 years ago
  79. ad3e0ed [SCSI] qla2xxx: Export class-of-service (COS) information. by Andrew Vasquez · 19 years ago
  80. fca2970 [SCSI] qla2xxx: Add OS initialization codes for ISP24xx recognition. by Andrew Vasquez · 19 years ago
  81. 459c537 [SCSI] qla2xxx: Add ISP24xx flash-manipulation routines. by Andrew Vasquez · 19 years ago
  82. abbd887 [SCSI] qla2xxx: Factor-out ISP specific functions to method-based call tables. by Andrew Vasquez · 19 years ago
  83. 1c97a12 [SCSI] qla2xxx: remove a transport #include by Andrew Vasquez · 19 years ago
  84. 7aaef27 qla2xxx: fix compiler warning in qla_attr.c by · 19 years ago
  85. bdf7962 [PATCH] qla2xxx: remove lun discovery codes... by · 19 years ago
  86. 8482e118 [PATCH] qla2xxx: add remote port codes... by · 19 years ago