1. 7630b3a scsi: hpsa: use bus '3' for legacy HBA devices by Hannes Reinecke · 8 years ago
  2. b32ece0 scsi: hpsa: correct call to hpsa_do_reset by Don Brace · 8 years ago
  3. ba74fdc hpsa: correct handling of HBA device removal by Don Brace · 8 years ago
  4. 94c7bc3 hpsa: update copyright information by Don Brace · 8 years ago
  5. 09371d6 hpsa: Change SAS transport devices to bus 0. by Don Brace · 8 years ago
  6. d04e62b hpsa: add in sas transport class by Kevin Barnett · 9 years ago
  7. 3459225 hpsa: add discovery polling for PT RAID devices. by Scott Teel · 9 years ago
  8. 66749d0 hpsa: generalize external arrays by Scott Teel · 9 years ago
  9. c795505 hpsa: refactor hpsa_figure_bus_target_lun by Kevin Barnett · 9 years ago
  10. 04fa2f4 hpsa: simplify update scsi devices by Kevin Barnett · 9 years ago
  11. 2a16820 hpsa: simplify check for device exposure by Kevin Barnett · 9 years ago
  12. 0b9b7b6 hpsa: fix physical target reset by Scott Teel · 9 years ago
  13. da03ded hpsa: fix hpsa_adjust_hpsa_scsi_table by Don Brace · 9 years ago
  14. 853633e hpsa: allow driver requested rescans by Don Brace · 9 years ago
  15. 3ad7de6 hpsa: change devtype to unsigned by Don Brace · 9 years ago
  16. b9092b7 Change how controllers in mixed mode are handled. by Kevin Barnett · 9 years ago
  17. 8270b86 hpsa: add sysfs entry path_info to show box and bay information by Joe Handzik · 9 years ago
  18. 1358f6d hpsa: add PMC to copyright by Don Brace · 9 years ago
  19. d604f53 hpsa: cleanup reset by Webb Scales · 9 years ago
  20. 73153fe hpsa: use block layer tag for command allocation by Webb Scales · 9 years ago
  21. 8b47004 hpsa: add interrupt number to /proc/interrupts interrupt name by Robert Elliott · 9 years ago
  22. a58e7e5 hpsa: don't return abort request until target is complete by Webb Scales · 9 years ago
  23. 8be986c hpsa: add support sending aborts to physical devices via the ioaccel2 path by Stephen Cameron · 9 years ago
  24. d9a729f hpsa: add ioaccel sg chaining for the ioaccel2 path by Webb Scales · 9 years ago
  25. a3144e0 hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode. by Joe Handzik · 9 years ago
  26. 9b5c48c hpsa: clean up aborts by Stephen Cameron · 9 years ago
  27. 41ce4c3 hpsa: add masked physical devices into h->dev[] array by Stephen Cameron · 9 years ago
  28. 6636e7f hpsa: Use local workqueues instead of system workqueues by Don Brace · 9 years ago
  29. c05e886 hpsa: do not use function pointers in fast path command submission by Stephen Cameron · 9 years ago
  30. c2b0acd hpsa: do not check for msi(x) in interrupt_pending by Stephen Cameron · 9 years ago
  31. bee266a hpsa: slightly optimize SA5_performant_completed by Don Brace · 9 years ago
  32. 34f0c62 hpsa: count passthru cmds with atomics, not a spin locked int by Don Brace · 9 years ago
  33. 3381102 hpsa: optimize cmd_alloc function by remembering last allocation by Robert Elliott · 9 years ago
  34. 281a7fd hpsa: fix race between abort handler and main i/o path by Webb Scales · 9 years ago
  35. 0338373 hpsa: honor queue depth of physical devices by Don Brace · 9 years ago
  36. 080ef1c hpsa: use workqueue to resubmit failed ioaccel commands by Don Brace · 9 years ago
  37. 7acf570 hpsa: do not request device rescan on every ioaccel path error by Stephen Cameron · 9 years ago
  38. f2405db hpsa: do not queue commands internally in driver by Don Brace · 9 years ago
  39. 45fcb86 hpsa: get rid of cmd_special_alloc and cmd_special_free by Stephen Cameron · 9 years ago
  40. d54c5c2 hpsa: reserve some commands for use by driver by Stephen Cameron · 9 years ago
  41. 0cbf768 hpsa: use atomics for commands_outstanding by Stephen M. Cameron · 10 years ago
  42. 42a9164 hpsa: Clean up warnings from sparse. by Don Brace · 10 years ago
  43. 7b2c46e hpsa: fix event filtering to prevent excessive rescans with old firmware by Stephen M. Cameron · 10 years ago
  44. b3a52e7 hpsa: avoid unnecessary readl on every command submission by Stephen M. Cameron · 10 years ago
  45. 094963d hpsa: use per-cpu variable for lockup_detected by Stephen M. Cameron · 10 years ago
  46. 072b051 hpsa: allocate reply queues individually by Stephen M. Cameron · 10 years ago
  47. 7b9235e hpsa: remove dev_dbg() calls from hot paths by Stephen M. Cameron · 10 years ago
  48. 84ce1ee hpsa: remove unused fields from struct ctlr_info by Stephen M. Cameron · 10 years ago
  49. 6e8e808 hpsa: fix memory leak in hpsa_hba_mode_enabled by Joe Handzik · 10 years ago
  50. 316b221 [SCSI] hpsa: Add hba mode to the hpsa driver by Stephen M. Cameron · 10 years ago
  51. 9846590 [SCSI] hpsa: bring format-in-progress drives online when ready by Stephen M. Cameron · 10 years ago
  52. 2ba8bfc [SCSI] hpsa add sysfs debug switch for raid map debugging messages by Stephen M. Cameron · 10 years ago
  53. faff6ee [SCSI] hpsa: only do device rescan for certain events by Stephen M. Cameron · 10 years ago
  54. 51c3513 [SCSI] hpsa: update source file copyrights by Scott Teel · 10 years ago
  55. e863d68 [SCSI] hpsa: rescan devices on ioaccel2 error by Scott Teel · 10 years ago
  56. da0697b [SCSI] hpsa: allow user to disable accelerated i/o path by Scott Teel · 10 years ago
  57. c349775 [SCSI] hpsa: get ioaccel mode 2 i/o working by Scott Teel · 10 years ago
  58. b9af493 [SCSI] hpsa: initialize controller to perform io accelerator mode 2 by Stephen M. Cameron · 10 years ago
  59. aca9012 [SCSI] hpsa: do ioaccel mode 2 resource allocations by Stephen M. Cameron · 10 years ago
  60. b66cc25 [SCSI] hpsa: add ioaccel mode 2 structure definitions by Mike Miller · 10 years ago
  61. 76438d0 [SCSI] hpsa: poll controller to detect device change event by Stephen M. Cameron · 10 years ago
  62. 283b4a9 [SCSI] hpsa: add ioaccell mode 1 RAID offload support. by Stephen M. Cameron · 10 years ago
  63. e1f7de0 [SCSI] hpsa: add support for 'fastpath' i/o by Matt Gates · 10 years ago
  64. 8a98db73 [SCSI] hpsa: use workqueue instead of kernel thread for lockup detection by Stephen M. Cameron · 10 years ago
  65. 396883e [SCSI] hpsa: prevent stalled i/o by Stephen M. Cameron · 11 years ago
  66. 0390f0c [SCSI] hpsa: cap CCISS_PASSTHRU at 20 concurrent commands. by Stephen M. Cameron · 11 years ago
  67. 1cdd3cf [SCSI] hpsa: remove unneeded variable by Tomas Henzl · 11 years ago
  68. e85c597 [SCSI] hpsa: dial down lockup detection during firmware flash by Stephen M. Cameron · 12 years ago
  69. 21334ea [SCSI] hpsa: removed unused member maxQsinceinit by Stephen M. Cameron · 12 years ago
  70. e16a33a [SCSI] hpsa: refine interrupt handler locking for greater concurrency by Matt Gates · 12 years ago
  71. 254f796 [SCSI] hpsa: use multiple reply queues by Matt Gates · 12 years ago
  72. 75167d2 [SCSI] hpsa: add abort error handler function by Stephen M. Cameron · 12 years ago
  73. 2c17d2d [SCSI] hpsa: do not read from controller unnecessarily in completion code by Stephen M. Cameron · 12 years ago
  74. f79cfec [SCSI] hpsa: factor out driver name by Stephen M. Cameron · 12 years ago
  75. d66ae08 [SCSI] hpsa: removed unneeded structure member max_sg_entries and fix badly named constant MAXSGENTRIES by Stephen M. Cameron · 12 years ago
  76. a0c1241 [SCSI] hpsa: detect controller lockup by Stephen M. Cameron · 13 years ago
  77. b7ec021 [SCSI] hpsa: fix potential array overflow in hpsa_update_scsi_devices by Scott Teel · 13 years ago
  78. cfe5bad [SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBA by Scott Teel · 13 years ago
  79. 03ab31f [SCSI] hpsa: remove unused busy_initializing and busy_scanning by Stephen M. Cameron · 13 years ago
  80. fec62c3 [SCSI] hpsa: do not attempt to read from a write-only register by Stephen M. Cameron · 13 years ago
  81. 64670ac [SCSI] hpsa: do soft reset if hard reset is broken by Stephen M. Cameron · 13 years ago
  82. 2ed7127 [SCSI] hpsa: increase time to wait for board reset by Stephen M. Cameron · 13 years ago
  83. 516fda4 [SCSI] hpsa: wait longer for no-op to complete after resetting controller by Stephen M. Cameron · 13 years ago
  84. 8cd21da [SCSI] hpsa: add readl after writel in interrupt mask setting code by Stephen M. Cameron · 13 years ago
  85. d0be5ec [SCSI] hpsa: do readl after writel in main i/o path to ensure commands don't get lost. by Stephen M. Cameron · 13 years ago
  86. a9a3a27 [SCSI] hpsa: make hpsa.hpsa_simple_mode=1 module parameter actually work by Stephen M. Cameron · 13 years ago
  87. 9e0fc76 [SCSI] hpsa: do not re-order commands in internal queues by Stephen M. Cameron · 13 years ago
  88. fe5389c [SCSI] hpsa: fix board status waiting code by Stephen M. Cameron · 13 years ago
  89. a0b8987 [SCSI] hpsa: do not consider firmware revision when looking for device changes. by Stephen M. Cameron · 13 years ago
  90. 873f339 [SCSI] hpsa: remove unused firm_ver member of the per-hba structure by Stephen M. Cameron · 14 years ago
  91. 33a2ffc [SCSI] hpsa: Increase the number of scatter gather elements supported. by Stephen M. Cameron · 14 years ago
  92. 3146840 [SCSI] hpsa: remove scan thread by Mike Miller · 14 years ago
  93. a08a8471 [SCSI] hpsa: use scan_start and scan_finished entry points for scanning by Stephen M. Cameron · 14 years ago
  94. 339b2b1 [SCSI] hpsa: Fix p1210m LUN assignment. by Stephen M. Cameron · 14 years ago
  95. 303932f [SCSI] hpsa: Allow multiple command completions per interrupt. by Don Brace · 14 years ago
  96. 900c544 [SCSI] hpsa: interrupt pending function should return bool not unsigned long by Stephen M. Cameron · 14 years ago
  97. 84ca0be [SCSI] hpsa: fix some debug printks to use dev_dbg instead by Stephen M. Cameron · 14 years ago
  98. a104c99 [SCSI] hpsa: make tag macros into functions by Stephen M. Cameron · 14 years ago
  99. 01a02ff [SCSI] hpsa: Use kernel integer types, not userland ones by Stephen M. Cameron · 14 years ago
  100. edd1636 [SCSI] hpsa: add driver for HP Smart Array controllers. by Stephen M. Cameron · 14 years ago