1. e16a33a [SCSI] hpsa: refine interrupt handler locking for greater concurrency by Matt Gates · 12 years ago
  2. 254f796 [SCSI] hpsa: use multiple reply queues by Matt Gates · 12 years ago
  3. 1d94f94 [SCSI] hpsa: factor out tail calls to next_command() in process_(non)indexed_cmd() by Stephen M. Cameron · 12 years ago
  4. 6cba3f1 [SCSI] hpsa: do aborts two ways by Stephen M. Cameron · 12 years ago
  5. 75167d2 [SCSI] hpsa: add abort error handler function by Stephen M. Cameron · 12 years ago
  6. 5a3d16f [SCSI] hpsa: remove unused parameter from finish_cmd by Stephen M. Cameron · 12 years ago
  7. 9c2fc16 [SCSI] hpsa: do not give up retry of driver cmds after only 3 retries by Stephen M. Cameron · 12 years ago
  8. 852af20 [SCSI] hpsa: retry driver initiated commands on busy status by Matt Bondurant · 12 years ago
  9. 21b8e4e [SCSI] hpsa: suppress excessively chatty error messages by Stephen M. Cameron · 12 years ago
  10. 5cb460a [SCSI] hpsa: enable bus master bit after pci_enable_device by Stephen M. Cameron · 12 years ago
  11. e754b42 [SCSI] hpsa: do not skip disabled devices by Stephen M. Cameron · 12 years ago
  12. f0bd0b6 [SCSI] hpsa: call pci_disable_device on driver unload by Stephen M. Cameron · 12 years ago
  13. 0fc9fd4 [SCSI] hpsa: use check_signature by Akinobu Mita · 12 years ago
  14. 5a4f934 [SCSI] hpsa: add some older controllers to the kdump blacklist by Tomas Henzl · 12 years ago
  15. 263d940 [SCSI] hpsa: use find_first_zero_bit by Akinobu Mita · 12 years ago
  16. bd9244f [SCSI] hpsa: update device attributes when they change by Scott Teel · 12 years ago
  17. 4f4eb9f [SCSI] hpsa: improve naming on external target device functions by Scott Teel · 12 years ago
  18. aca4a52 [SCSI] hpsa: eliminate 8 external target limitation by Scott Teel · 12 years ago
  19. 1f310bd [SCSI] hpsa: refactor hpsa_figure_bus_target_lun by Stephen M. Cameron · 12 years ago
  20. bbef6c0 [SCSI] hpsa: make target and lun match what SCSI REPORT LUNs returns by Stephen M. Cameron · 12 years ago
  21. 9bc3711 [SCSI] hpsa: Fix problem with MSA2xxx devices by Stephen M. Cameron · 12 years ago
  22. f79cfec [SCSI] hpsa: factor out driver name by Stephen M. Cameron · 12 years ago
  23. b705690 [SCSI] hpsa: combine hpsa_scsi_detect and hpsa_register_scsi by Stephen M. Cameron · 12 years ago
  24. d66ae08 [SCSI] hpsa: removed unneeded structure member max_sg_entries and fix badly named constant MAXSGENTRIES by Stephen M. Cameron · 12 years ago
  25. 55e14e7 [SCSI] hpsa: fix per device memory leak on driver unload by Stephen M. Cameron · 12 years ago
  26. 775bf27 [SCSI] hpsa: do not sleep in atomic context in rmmod path. by Stephen M. Cameron · 13 years ago
  27. 7af0abb [SCSI] hpsa: add the Smart Array 5i to the kdump blacklist by Tomas Henzl · 13 years ago
  28. 45bcf01 [SCSI] hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler by Stephen M. Cameron · 13 years ago
  29. e5a44df [SCSI] hpsa: Disable ASPM by Matthew Garrett · 13 years ago
  30. cd3f07d Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  31. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  32. a0c1241 [SCSI] hpsa: detect controller lockup by Stephen M. Cameron · 13 years ago
  33. bb158ea [SCSI] hpsa: fix flush cache transfer length by Stephen M. Cameron · 13 years ago
  34. b7ec021 [SCSI] hpsa: fix potential array overflow in hpsa_update_scsi_devices by Scott Teel · 13 years ago
  35. cfe5bad [SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBA by Scott Teel · 13 years ago
  36. 03ab31f [SCSI] hpsa: remove unused busy_initializing and busy_scanning by Stephen M. Cameron · 13 years ago
  37. c0d6a4d [SCSI] hpsa: set max sectors instead of taking the default by Stephen M. Cameron · 13 years ago
  38. c4853ef hpsa: add small delay when using PCI Power Management to reset for kump by Mike Miller · 13 years ago
  39. fba6309 [SCSI] hpsa: change confusing message to be more clear by Mike Miller · 13 years ago
  40. 01350d0 [SCSI] hpsa: fix physical device lun and target numbering problem by Stephen M. Cameron · 13 years ago
  41. 0b0e1d6 [SCSI] hpsa: fix problem that OBDR devices are not detected by Stephen M. Cameron · 13 years ago
  42. 6c6e3b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  43. f6e7605 [SCSI] hpsa: retry commands completing with status of UNSOLICITED_ABORT by Stephen M. Cameron · 13 years ago
  44. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  45. db111e1 [SCSI] hpsa: fix potential overrun while memcpy'ing sense data by Stephen M. Cameron · 13 years ago
  46. c2dd32e [SCSI] hpsa: fix dma unmap error in hpsa_passthru_ioctl by Stephen M. Cameron · 13 years ago
  47. 7630abd [SCSI] hpsa: Change memset using sizeof(ptr) to sizeof(*ptr) by Joe Perches · 13 years ago
  48. fda3851 [SCSI] hpsa: add P2000 to list of shared SAS devices by Stephen M. Cameron · 13 years ago
  49. 4638078 [SCSI] hpsa: do not attempt PCI power management reset method if we know it won't work. by Stephen M. Cameron · 13 years ago
  50. dfc2224 [SCSI] hpsa: remove superfluous sleeps around reset code by Stephen M. Cameron · 13 years ago
  51. 64670ac [SCSI] hpsa: do soft reset if hard reset is broken by Stephen M. Cameron · 13 years ago
  52. cf0b08d [SCSI] hpsa: use new doorbell-bit-5 reset method by Stephen M. Cameron · 13 years ago
  53. 9a41338 [SCSI] hpsa: remove atrophied hpsa_scsi_setup function by Stephen M. Cameron · 13 years ago
  54. 2b870cb [SCSI] hpsa: clarify messages around reset behavior by Stephen M. Cameron · 13 years ago
  55. 0ae01a3 [SCSI] hpsa: factor out irq request code by Stephen M. Cameron · 13 years ago
  56. 2e9d1b3 [SCSI] hpsa: factor out cmd pool allocation functions by Stephen M. Cameron · 13 years ago
  57. 580ada3 [SCSI] hpsa: do a better job of detecting controller reset failure by Stephen M. Cameron · 13 years ago
  58. 1fb011f [SCSI] hpsa: remove unused parameter from hpsa_complete_scsi_command() by Stephen M. Cameron · 13 years ago
  59. 941b1cd [SCSI] hpsa: export resettable host attribute by Stephen M. Cameron · 13 years ago
  60. 3f5eac3 [SCSI] hpsa: move device attributes to avoid forward declarations by Stephen M. Cameron · 13 years ago
  61. 9143a96 [SCSI] hpsa: fix incorrect PCI IDs and add two new ones (2nd try) by scameron@beardog.cce.hp.com · 13 years ago
  62. 382be66 [SCSI] hpsa: fix bad comparison by Dan Carpenter · 13 years ago
  63. ba95e2a [SCSI] hpsa: Do not attempt kdump if we detect resetting controller failed. by Stephen M. Cameron · 13 years ago
  64. 960a30e [SCSI] hpsa: Inform controller we are using 32-bit tags. by Stephen M. Cameron · 13 years ago
  65. 745a7a2 [SCSI] hpsa: Add transport_mode host attribute in /sys by Stephen M. Cameron · 13 years ago
  66. a9a3a27 [SCSI] hpsa: make hpsa.hpsa_simple_mode=1 module parameter actually work by Stephen M. Cameron · 13 years ago
  67. 9e0fc76 [SCSI] hpsa: do not re-order commands in internal queues by Stephen M. Cameron · 13 years ago
  68. 938abd8 [SCSI] hpsa: avoid leaking stack contents to userland by Vasiliy Kulikov · 14 years ago
  69. 1d5e2ed [SCSI] hpsa: Fix problem that CMD_UNABORTABLE command status was treated as unknown by Stephen M. Cameron · 14 years ago
  70. c4f8a29 [SCSI] hpsa: fix use of uninitialized variable in hpsa_add_msa2xxx_enclosure_device() by Stephen M. Cameron · 14 years ago
  71. 94a1364 [SCSI] hpsa: Add a per controller commands_outstanding entry in /sys by Stephen M. Cameron · 14 years ago
  72. 60d3f5b [SCSI] hpsa: use usleep_range not msleep for small sleeps by Stephen M. Cameron · 14 years ago
  73. 02ec19c [SCSI] hpsa: allow driver to put controller in either simple or performant mode by Stephen M. Cameron · 14 years ago
  74. 6eaf46f [SCSI] hpsa: take the adapter lock in hpsa_wait_for_mode_change_ack by Stephen M. Cameron · 14 years ago
  75. 25c1e56a [SCSI] hpsa: do not reset unknown boards on reset_devices by Stephen M. Cameron · 14 years ago
  76. 72ceeae [SCSI] hpsa: limit commands allocated on reset_devices by Stephen M. Cameron · 14 years ago
  77. 270d05d [SCSI] hpsa: Use kernel provided PCI state save and restore functions by Stephen M. Cameron · 14 years ago
  78. fe5389c [SCSI] hpsa: fix board status waiting code by Stephen M. Cameron · 14 years ago
  79. 922a9e4 [SCSI] hpsa: Remove duplicate defines of DIRECT_LOOKUP_ constants by Stephen M. Cameron · 14 years ago
  80. d896f3f [SCSI] hpsa: fixup DMA address before freeing. by Stephen M. Cameron · 14 years ago
  81. b03a777 [SCSI] hpsa: defend against zero sized buffers in passthru ioctls by Stephen M. Cameron · 14 years ago
  82. 35dd303 [SCSI] hpsa: do not consider RAID level to be part of device identity by Stephen M. Cameron · 14 years ago
  83. a0b8987 [SCSI] hpsa: do not consider firmware revision when looking for device changes. by Stephen M. Cameron · 14 years ago
  84. 7c03b87 [SCSI] hpsa: fix redefinition of PCI_DEVICE_ID_CISSF by Mike Miller · 14 years ago
  85. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  86. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  87. 36ed217 [SCSI] hpsa: disable doorbell reset on reset_devices by Stephen M. Cameron · 14 years ago
  88. cba3d38 [SCSI] hpsa: sanitize max commands by Stephen M. Cameron · 14 years ago
  89. 10f6601 [SCSI] hpsa: separate intx and msi/msix interrupt handlers by Stephen M. Cameron · 14 years ago
  90. 1886765 [SCSI] hpsa: forbid hard reset of 640x boards by Stephen M. Cameron · 14 years ago
  91. 1df8552 [SCSI] hpsa: Fix hard reset code. by Stephen M. Cameron · 14 years ago
  92. 4c2a8c4 [SCSI] hpsa: factor out the code to reset controllers on driver load by Stephen M. Cameron · 14 years ago
  93. a51fd47 [SCSI] hpsa: factor out hpsa_find_cfg_addrs. by Stephen M. Cameron · 14 years ago
  94. 12d2cd4 [SCSI] hpsa: make hpsa_find_memory_BAR not require the per HBA structure. by Stephen M. Cameron · 14 years ago
  95. 6798cc0 [SCSI] hpsa: Make "hpsa_allow_any=1" boot param enable Compaq Smart Arrays. by Stephen M. Cameron · 14 years ago
  96. 2e931f3 [SCSI] hpsa: add new controllers by Stephen M. Cameron · 14 years ago
  97. def342b [SCSI] hpsa: fix block fetch table problem. by Stephen M. Cameron · 14 years ago
  98. d28ce02 [SCSI] hpsa: expose controller firmware revision via /sys. by Stephen M. Cameron · 14 years ago
  99. 873f339 [SCSI] hpsa: remove unused firm_ver member of the per-hba structure by Stephen M. Cameron · 14 years ago
  100. 6c311b5 [SCSI] hpsa: factor out hpsa_enter_performant_mode by Stephen M. Cameron · 14 years ago