1. 941b1cd [SCSI] hpsa: export resettable host attribute by Stephen M. Cameron · 14 years ago
  2. 3f5eac3 [SCSI] hpsa: move device attributes to avoid forward declarations by Stephen M. Cameron · 14 years ago
  3. 9143a96 [SCSI] hpsa: fix incorrect PCI IDs and add two new ones (2nd try) by scameron@beardog.cce.hp.com · 14 years ago
  4. 382be66 [SCSI] hpsa: fix bad comparison by Dan Carpenter · 14 years ago
  5. ba95e2a [SCSI] hpsa: Do not attempt kdump if we detect resetting controller failed. by Stephen M. Cameron · 14 years ago
  6. 960a30e7 [SCSI] hpsa: Inform controller we are using 32-bit tags. by Stephen M. Cameron · 14 years ago
  7. 745a7a2 [SCSI] hpsa: Add transport_mode host attribute in /sys by Stephen M. Cameron · 14 years ago
  8. a9a3a27 [SCSI] hpsa: make hpsa.hpsa_simple_mode=1 module parameter actually work by Stephen M. Cameron · 14 years ago
  9. 9e0fc76 [SCSI] hpsa: do not re-order commands in internal queues by Stephen M. Cameron · 14 years ago
  10. 938abd8 [SCSI] hpsa: avoid leaking stack contents to userland by Vasiliy Kulikov · 14 years ago
  11. 1d5e2ed [SCSI] hpsa: Fix problem that CMD_UNABORTABLE command status was treated as unknown by Stephen M. Cameron · 14 years ago
  12. c4f8a29 [SCSI] hpsa: fix use of uninitialized variable in hpsa_add_msa2xxx_enclosure_device() by Stephen M. Cameron · 14 years ago
  13. 94a1364 [SCSI] hpsa: Add a per controller commands_outstanding entry in /sys by Stephen M. Cameron · 14 years ago
  14. 60d3f5b [SCSI] hpsa: use usleep_range not msleep for small sleeps by Stephen M. Cameron · 14 years ago
  15. 02ec19c [SCSI] hpsa: allow driver to put controller in either simple or performant mode by Stephen M. Cameron · 14 years ago
  16. 6eaf46f [SCSI] hpsa: take the adapter lock in hpsa_wait_for_mode_change_ack by Stephen M. Cameron · 14 years ago
  17. 25c1e56a [SCSI] hpsa: do not reset unknown boards on reset_devices by Stephen M. Cameron · 14 years ago
  18. 72ceeae [SCSI] hpsa: limit commands allocated on reset_devices by Stephen M. Cameron · 14 years ago
  19. 270d05d [SCSI] hpsa: Use kernel provided PCI state save and restore functions by Stephen M. Cameron · 14 years ago
  20. fe5389c [SCSI] hpsa: fix board status waiting code by Stephen M. Cameron · 14 years ago
  21. 922a9e4 [SCSI] hpsa: Remove duplicate defines of DIRECT_LOOKUP_ constants by Stephen M. Cameron · 14 years ago
  22. d896f3f [SCSI] hpsa: fixup DMA address before freeing. by Stephen M. Cameron · 14 years ago
  23. b03a777 [SCSI] hpsa: defend against zero sized buffers in passthru ioctls by Stephen M. Cameron · 14 years ago
  24. 35dd303 [SCSI] hpsa: do not consider RAID level to be part of device identity by Stephen M. Cameron · 14 years ago
  25. a0b8987 [SCSI] hpsa: do not consider firmware revision when looking for device changes. by Stephen M. Cameron · 14 years ago
  26. 7c03b87 [SCSI] hpsa: fix redefinition of PCI_DEVICE_ID_CISSF by Mike Miller · 14 years ago
  27. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  28. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  29. 36ed217 [SCSI] hpsa: disable doorbell reset on reset_devices by Stephen M. Cameron · 14 years ago
  30. cba3d38 [SCSI] hpsa: sanitize max commands by Stephen M. Cameron · 14 years ago
  31. 10f6601 [SCSI] hpsa: separate intx and msi/msix interrupt handlers by Stephen M. Cameron · 14 years ago
  32. 1886765 [SCSI] hpsa: forbid hard reset of 640x boards by Stephen M. Cameron · 14 years ago
  33. 1df8552 [SCSI] hpsa: Fix hard reset code. by Stephen M. Cameron · 14 years ago
  34. 4c2a8c4 [SCSI] hpsa: factor out the code to reset controllers on driver load by Stephen M. Cameron · 14 years ago
  35. a51fd47 [SCSI] hpsa: factor out hpsa_find_cfg_addrs. by Stephen M. Cameron · 14 years ago
  36. 12d2cd4 [SCSI] hpsa: make hpsa_find_memory_BAR not require the per HBA structure. by Stephen M. Cameron · 14 years ago
  37. 6798cc0 [SCSI] hpsa: Make "hpsa_allow_any=1" boot param enable Compaq Smart Arrays. by Stephen M. Cameron · 14 years ago
  38. 2e931f3 [SCSI] hpsa: add new controllers by Stephen M. Cameron · 14 years ago
  39. def342b [SCSI] hpsa: fix block fetch table problem. by Stephen M. Cameron · 14 years ago
  40. d28ce02 [SCSI] hpsa: expose controller firmware revision via /sys. by Stephen M. Cameron · 14 years ago
  41. 873f339 [SCSI] hpsa: remove unused firm_ver member of the per-hba structure by Stephen M. Cameron · 14 years ago
  42. 6c311b5 [SCSI] hpsa: factor out hpsa_enter_performant_mode by Stephen M. Cameron · 14 years ago
  43. ec18d2a [SCSI] hpsa: remove unused variable trans_offset by Stephen M. Cameron · 14 years ago
  44. 3f4336f [SCSI] hpsa: factor out hpsa_wait_for_mode_change_ack by Stephen M. Cameron · 14 years ago
  45. 7136f9a [SCSI] hpsa: mark hpsa_mark_hpsa_put_ctlr_into_performant_mode as __devinit by Stephen M. Cameron · 14 years ago
  46. 58f8665 [SCSI] hpsa: clean up debug ifdefs by Stephen M. Cameron · 14 years ago
  47. cda7612 [SCSI] hpsa: check that simple mode is supported by Stephen M. Cameron · 14 years ago
  48. eb6b2ae [SCSI] hpsa: factor out hpsa_enter_simple_mode by Stephen M. Cameron · 14 years ago
  49. 3d0eab6 [SCSI] hpsa: factor out hpsa_p600_dma_prefetch_quirk by Stephen M. Cameron · 14 years ago
  50. f7c3910 [SCSI] hpsa: factor out hpsa_enable_scsi_prefetch by Stephen M. Cameron · 14 years ago
  51. 76c46e4 [SCSI] hpsa: factor out hpsa-CISS-signature-present by Stephen M. Cameron · 14 years ago
  52. b93d753 [SCSI] hpsa: hpsa factor out hpsa_find_board_params by Stephen M. Cameron · 14 years ago
  53. 204892e [SCSI] hpsa: fix leak of ioremapped memory in hpsa_pci_init error path. by Stephen M. Cameron · 14 years ago
  54. 77c4495 [SCSI] hpsa: factor out hpsa_find_cfgtables by Stephen M. Cameron · 14 years ago
  55. 2c4c8c8 [SCSI] hpsa: factor out hpsa_wait_for_board_ready by Stephen M. Cameron · 14 years ago
  56. 3a7774c [SCSI] hpsa: factor out hpsa_find_memory_BAR by Stephen M. Cameron · 14 years ago
  57. 6b3f4c5 [SCSI] hpsa: remove redundant board_id parameter from hpsa_interrupt_mode by Stephen M. Cameron · 14 years ago
  58. 85bdbab [SCSI] hpsa: factor out hpsa_board_disabled by Stephen M. Cameron · 14 years ago
  59. e5c880d [SCSI] hpsa: factor out hpsa_lookup_board_id by Stephen M. Cameron · 14 years ago
  60. 55c06c7 [SCSI] hpsa: save pdev pointer in per hba structure early to avoid passing it around so much. by Stephen M. Cameron · 14 years ago
  61. 859e816 [SCSI] hpsa: remove unneeded defines by Mike Miller · 15 years ago
  62. 33a2ffc [SCSI] hpsa: Increase the number of scatter gather elements supported. by Stephen M. Cameron · 15 years ago
  63. ff9fea9 [SCSI] hpsa: mark hpsa_pci_init as __devinit by Stephen M. Cameron · 15 years ago
  64. 3146840 [SCSI] hpsa: remove scan thread by Mike Miller · 15 years ago
  65. e9ea04a [SCSI] hpsa: return -ENOMEM, not -1 by Stephen M. Cameron · 15 years ago
  66. 5512672 [SCSI] hpsa: fix scsi status mis-shift by Stephen M. Cameron · 15 years ago
  67. f0edafc [SCSI] hpsa: fix firmwart typo by Stephen M. Cameron · 15 years ago
  68. 667e23d [SCSI] hpsa: allow modifying device queue depth. by Stephen M. Cameron · 15 years ago
  69. 4b5aa7c [SCSI] hpsa: update driver version to 2.0.1-3 by Stephen M. Cameron · 15 years ago
  70. 71fe75a [SCSI] hpsa: Reorder compat ioctl functions to eliminate some forward declarations. by Stephen M. Cameron · 15 years ago
  71. e39eeae [SCSI] hpsa: eliminate lock_kernel in compat_ioctl by Stephen M. Cameron · 15 years ago
  72. 2a8ccf3 [SCSI] hpsa: fix bug in adjust_hpsa_scsi_table by Stephen M. Cameron · 15 years ago
  73. 2323104 [SCSI] hpsa: Fix hpsa_find_scsi_entry so that it doesn't try to dereference NULL pointers by Stephen M. Cameron · 15 years ago
  74. c7f172d [SCSI] hpsa: clarify obscure comment in adjust_hpsa_scsi_table by Stephen M. Cameron · 15 years ago
  75. 807be73 [SCSI] hpsa: print all the bytes of the CDB, not just the first one. by Mike Miller · 15 years ago
  76. d416b0c [SCSI] hpsa: when resetting devices, print out which device by Stephen M. Cameron · 15 years ago
  77. a08a847 [SCSI] hpsa: use scan_start and scan_finished entry points for scanning by Stephen M. Cameron · 15 years ago
  78. a23513e [SCSI] hpsa: Add an shost_to_hba helper function. by Stephen M. Cameron · 15 years ago
  79. 01fb218 [SCSI] hpsa: Don't return DID_NO_CONNECT when a device is merely not ready by Matt Gates · 15 years ago
  80. 1d3b360 [SCSI] hpsa: Retry commands completing with a sense key of ABORTED_COMMAND by Matt Gates · 15 years ago
  81. 5f0325a [SCSI] hpsa: Return DID_RESET for commands which complete with status of UNSOLICITED ABORT by Matt Gates · 15 years ago
  82. 339b2b1 [SCSI] hpsa: Fix p1210m LUN assignment. by Stephen M. Cameron · 15 years ago
  83. f8b01eb [SCSI] hpsa: add pci ids for storageworks 1210m, remove p400, p800, p700m by Mike Miller · 15 years ago
  84. 303932f [SCSI] hpsa: Allow multiple command completions per interrupt. by Don Brace · 15 years ago
  85. 900c544 [SCSI] hpsa: interrupt pending function should return bool not unsigned long by Stephen M. Cameron · 15 years ago
  86. a104c99 [SCSI] hpsa: make tag macros into functions by Stephen M. Cameron · 15 years ago
  87. 6df1e95 [SCSI] hpsa: eliminate unnecessary memcpys by Stephen M. Cameron · 15 years ago
  88. a9a44cb [SCSI] hpsa: remove unwanted debug code by Stephen M. Cameron · 15 years ago
  89. ea6d3bc [SCSI] hpsa: use kzalloc not kmalloc plus memset by Stephen M. Cameron · 15 years ago
  90. e89c0ae [SCSI] hpsa: use sizeof() not an inline constant in memset. by Stephen M. Cameron · 15 years ago
  91. ecd9aad [SCSI] hpsa: return proper error codes not minus one. by Stephen M. Cameron · 15 years ago
  92. bcc44255 [SCSI] hpsa: remove superfluous returns from void functions. by Stephen M. Cameron · 15 years ago
  93. 4967bd3 [SCSI] hpsa: make adjust_hpsa_scsi_table return void. by Stephen M. Cameron · 15 years ago
  94. b2ed4f7 [SCSI] hpsa: Use BUG_ON instead of an if statement. by Stephen M. Cameron · 15 years ago
  95. 82a72c0 [SCSI] hpsa: avoid unwanted promotion from unsigned to signed for raid level index by Stephen M. Cameron · 15 years ago
  96. 01a02ff [SCSI] hpsa: Use kernel integer types, not userland ones by Stephen M. Cameron · 15 years ago
  97. edd1636 [SCSI] hpsa: add driver for HP Smart Array controllers. by Stephen M. Cameron · 15 years ago