1. f532a3f hpsa: change driver version by Don Brace · 9 years ago
  2. fdfa4b6 hpsa: add in new controller id by Don Brace · 9 years ago
  3. d604f53 hpsa: cleanup reset by Webb Scales · 9 years ago
  4. 39c53f5 hpsa: propagate the error code in hpsa_kdump_soft_reset by Robert Elliott · 9 years ago
  5. 2946e82 hpsa: use scsi host_no as hpsa controller number by Robert Elliott · 9 years ago
  6. 73153fe hpsa: use block layer tag for command allocation by Webb Scales · 9 years ago
  7. 8b47004 hpsa: add interrupt number to /proc/interrupts interrupt name by Robert Elliott · 9 years ago
  8. 2efa592 hpsa: create workqueue after the driver is ready for use by Robert Elliott · 9 years ago
  9. b2ef480 hpsa: fix try_soft_reset error handling by Robert Elliott · 9 years ago
  10. 9ecd953 hpsa: cleanup for init_one step 2 in kdump by Robert Elliott · 9 years ago
  11. d498757 hpsa: skip free_irq calls if irqs are not allocated by Robert Elliott · 9 years ago
  12. 943a702 hpsa: call pci_release_regions after pci_disable_device by Robert Elliott · 9 years ago
  13. b3a7ba7 hpsa: performance tweak for hpsa_scatter_gather() by Webb Scales · 9 years ago
  14. b69324f hpsa: refactor and rework support for sending TEST_UNIT_READY by Webb Scales · 9 years ago
  15. a58e7e5 hpsa: don't return abort request until target is complete by Webb Scales · 9 years ago
  16. 8a0ff92 hpsa: use helper routines for finishing commands by Webb Scales · 9 years ago
  17. 8be986c hpsa: add support sending aborts to physical devices via the ioaccel2 path by Stephen Cameron · 9 years ago
  18. ddcf834 hpsa: do not print ioaccel2 warning messages about unusual completions. by Robert Elliott · 9 years ago
  19. 4b76155 hpsa: clean up some error reporting output in abort handler by Robert Elliott · 9 years ago
  20. 105a3db hpsa: clean up driver init by Robert Elliott · 9 years ago
  21. 2dd02d7 hpsa: correct return values from driver functions. by Robert Elliott · 9 years ago
  22. bf43caf hpsa: do not check cmd_alloc return value - it cannnot return NULL by Robert Elliott · 9 years ago
  23. c40820d hpsa: add more ioaccel2 error handling, including underrun statuses. by Joe Handzik · 9 years ago
  24. d9a729f hpsa: add ioaccel sg chaining for the ioaccel2 path by Webb Scales · 9 years ago
  25. 1fb7c98 hpsa: refactor freeing of resources into more logical functions by Robert Elliott · 9 years ago
  26. 195f2c6 hpsa: clean up error handling by Robert Elliott · 9 years ago
  27. cc64c81 hpsa: break hpsa_free_irqs_and_disable_msix into two functions by Robert Elliott · 9 years ago
  28. ecf418d1 hpsa: Get queue depth from identify physical bmic for physical disks. by Joe Handzik · 9 years ago
  29. a3144e0 hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode. by Joe Handzik · 9 years ago
  30. a473d86 hpsa: print accurate SSD Smart Path Enabled status by Robert Elliott · 9 years ago
  31. 592a0ad hpsa: factor out hpsa_ioaccel_submit function by Webb Scales · 9 years ago
  32. 4a8da22 hpsa: try resubmitting down raid path on task set full by Stephen Cameron · 9 years ago
  33. 4a4384c hpsa: do not ignore return value of hpsa_register_scsi by Stephen Cameron · 9 years ago
  34. 360c73b hpsa: factor out hpsa_init_cmd function by Stephen Cameron · 9 years ago
  35. d37ffbe hpsa: make function names consistent by Robert Elliott · 9 years ago
  36. e985c58 hpsa: allow lockup detected to be viewed via sysfs by Stephen Cameron · 9 years ago
  37. 9437ac4 hpsa: hpsa decode sense data for io and tmf by Stephen Cameron · 9 years ago
  38. 433b5f4 hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmds by Stephen Cameron · 9 years ago
  39. 9b5c48c hpsa: clean up aborts by Stephen Cameron · 9 years ago
  40. 25163bd hpsa: rework controller command submission by Webb Scales · 9 years ago
  41. 0d96ef5 hpsa: clean up host, channel, target, lun prints by Webb Scales · 9 years ago
  42. 41ce4c3 hpsa: add masked physical devices into h->dev[] array by Stephen Cameron · 9 years ago
  43. 6b6c1cd hpsa: dont meddle with hw which isn't ours (cciss) by Tomas Henzl · 9 years ago
  44. c8ed001 Fix weird uses of num_online_cpus(). by Rusty Russell · 9 years ago
  45. 397ea9c hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patch by Don Brace · 9 years ago
  46. 6636e7f hpsa: Use local workqueues instead of system workqueues by Don Brace · 9 years ago
  47. c8ae0ab hpsa: add in P840ar controller model name by Don Brace · 9 years ago
  48. 27fb813 hpsa: add in gen9 controller model names by Don Brace · 9 years ago
  49. c706a79 hpsa: detect and report failures changing controller transport modes by Robert Elliott · 9 years ago
  50. 007e7aa hpsa: shorten the wait for the CISS doorbell mode change ack by Robert Elliott · 9 years ago
  51. 8ebc924 hpsa: refactor duplicated scan completion code into a new routine by Webb Scales · 9 years ago
  52. ec5cbf0 hpsa: move SG descriptor set-up out of hpsa_scatter_gather() by Webb Scales · 9 years ago
  53. c05e886 hpsa: do not use function pointers in fast path command submission by Stephen Cameron · 9 years ago
  54. f42e81e hpsa: print CDBs instead of kernel virtual addresses for uncommon errors by Stephen Cameron · 9 years ago
  55. 7fa3030 hpsa: do not use a void pointer for scsi_cmd field of struct CommandList by Stephen Cameron · 9 years ago
  56. e345893 hpsa: return failed from device reset/abort handlers by Don Brace · 9 years ago
  57. 407863c hpsa: check for ctlr lockup after command allocation in main io path by Stephen Cameron · 9 years ago
  58. 07543e0 hpsa: guard against overflowing raid map array by Stephen Cameron · 9 years ago
  59. e4aa3e6 hpsa: do not ack controller events on controllers that do not support it by Stephen Cameron · 9 years ago
  60. 6f99a91 hpsa: remove incorrect BUG_ONs checking for raid offload enable by Stephen Cameron · 9 years ago
  61. 34f0c62 hpsa: count passthru cmds with atomics, not a spin locked int by Don Brace · 9 years ago
  62. 3381102 hpsa: optimize cmd_alloc function by remembering last allocation by Robert Elliott · 9 years ago
  63. 281a7fd hpsa: fix race between abort handler and main i/o path by Webb Scales · 9 years ago
  64. 0338373 hpsa: honor queue depth of physical devices by Don Brace · 9 years ago
  65. 080ef1c hpsa: use workqueue to resubmit failed ioaccel commands by Don Brace · 9 years ago
  66. 574f05d hpsa: factor out hpsa_ciss_submit function by Stephen Cameron · 9 years ago
  67. 7acf570 hpsa: do not request device rescan on every ioaccel path error by Stephen Cameron · 9 years ago
  68. f2405db hpsa: do not queue commands internally in driver by Don Brace · 9 years ago
  69. 45fcb86 hpsa: get rid of cmd_special_alloc and cmd_special_free by Stephen Cameron · 9 years ago
  70. d54c5c2 hpsa: reserve some commands for use by driver by Stephen Cameron · 9 years ago
  71. 8947fd1 hpsa: avoid unneccesary calls to resource freeing functions by Robert Elliott · 9 years ago
  72. 2c14334 hpsa: fix memory leak in hpsa_alloc_cmd_pool by Robert Elliott · 9 years ago
  73. 3d4e6af hpsa: report allocation failures while allocating SG chain blocks by Robert Elliott · 9 years ago
  74. 1eaec8f hpsa: pass error from pci_set_consistent_dma_mask from hpsa_message by Robert Elliott · 9 years ago
  75. 9ee6179 hpsa: rename hpsa_request_irq to hpsa_request_irqs by Robert Elliott · 9 years ago
  76. cd3c81c hpsa: report failure to ioremap config table by Robert Elliott · 9 years ago
  77. 050f714 hpsa: trivial message and comment clean ups by Stephen Cameron · 9 years ago
  78. c7ee65b hpsa: refactor hpsa_find_board_params() to encapsulate legacy test by Webb Scales · 9 years ago
  79. 1ba66c9 hpsa: downgrade the Waiting for no-op print to dev_info by Robert Elliott · 9 years ago
  80. 60f923b hpsa: propagate return value from board ID lookup by Robert Elliott · 9 years ago
  81. adf1b3a hpsa: propagate hard_reset failures in reset_devices mode by Robert Elliott · 9 years ago
  82. 69d6e33 hpsa: remove 0x from queue depth print which is in decimal by Robert Elliott · 9 years ago
  83. a4e17fc hpsa: notice all request_irq errors by Robert Elliott · 9 years ago
  84. ec42995 hpsa: Fix -Wunused-but-set-variable warning by Fabian Frederick · 9 years ago
  85. ec501a1 hpsa: rename free_irqs to hpsa_free_irqs by Robert Elliott · 9 years ago
  86. f2ef0ce hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 names by Robert Elliott · 9 years ago
  87. 7c0a022 hpsa: correct change_queue_depth by Don Brace · 9 years ago
  88. 2662cab hpsa: change how SA controllers are reset by Don Brace · 9 years ago
  89. 3b74729 hpsa: turn off interrupts when kdump starts by Tomas Henzl · 9 years ago
  90. 03741d9 hpsa: fix memory leak in kdump hard reset by Tomas Henzl · 9 years ago
  91. 2b08b3e hpsa: correct endian sparse warnings by Don Brace · 9 years ago
  92. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  93. 1e6f241 scsi: don't allow setting of queue_depth bigger than can_queue by Christoph Hellwig · 10 years ago
  94. 4c41312 hpsa: remove spin lock around command allocation by Stephen M. Cameron · 10 years ago
  95. 4fa604e hpsa: always call pci_set_master after pci_enable_device by Robert Elliott · 10 years ago
  96. 763aadb hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation by Nicholas Bellinger · 10 years ago
  97. 2f371c9 hpsa: do not be so noisy about check conditions by Stephen M. Cameron · 10 years ago
  98. 0cbf768 hpsa: use atomics for commands_outstanding by Stephen M. Cameron · 10 years ago
  99. a505b86 hpsa: get rid of type/attribute/direction bit field where possible by Stephen M. Cameron · 10 years ago
  100. 50a0dec hpsa: fix endianness issue with scatter gather elements by Stephen M. Cameron · 10 years ago