1. abaee09 Merge branch 'jejb-scsi' into misc by James Bottomley · 9 years ago
  2. cca8f13 hpsa: Add box and bay information for enclosure devices by Don Brace · 9 years ago
  3. 2708f29 hpsa: fix path_info_show by Don Brace · 9 years ago
  4. be9e2f7 Merge branch 'mkp-fixes' into fixes by James Bottomley · 9 years ago
  5. d8a080c hpsa: logical vs bitwise AND typo by Dan Carpenter · 9 years ago
  6. febdfbd Merge tag '4.4-scsi-mkp' into misc by James Bottomley · 9 years ago
  7. 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
  8. fb53c43 hpsa: move lockup_detected attribute to host attr by Tomas Henzl · 9 years ago
  9. ec2c3aa hpsa: bump the driver version by Don Brace · 9 years ago
  10. d04e62b hpsa: add in sas transport class by Kevin Barnett · 9 years ago
  11. 1faf072 hpsa: fix multiple issues in path_info_show by Rasmus Villemoes · 9 years ago
  12. 7c59a0d hpsa: enhance device messages by Don Brace · 9 years ago
  13. c2adae4 hpsa: disable report lun data caching by Scott Teel · 9 years ago
  14. 3459225 hpsa: add discovery polling for PT RAID devices. by Scott Teel · 9 years ago
  15. 2d62a33 hpsa: eliminate fake lun0 enclosures by Scott Teel · 9 years ago
  16. 66749d0 hpsa: generalize external arrays by Scott Teel · 9 years ago
  17. 096ccff hpsa: move scsi_add_device and scsi_remove_device calls to new function by Kevin Barnett · 9 years ago
  18. c795505 hpsa: refactor hpsa_figure_bus_target_lun by Kevin Barnett · 9 years ago
  19. 75d23d8 hpsa: enhance hpsa_get_device_id by Don Brace · 9 years ago
  20. f3f0173 hpsa: add function is_logical_device by Kevin Barnett · 9 years ago
  21. 04fa2f4 hpsa: simplify update scsi devices by Kevin Barnett · 9 years ago
  22. 2a16820 hpsa: simplify check for device exposure by Kevin Barnett · 9 years ago
  23. a736e9b hpsa: correct ioaccel2 sg chain len by Don Brace · 9 years ago
  24. f2039b0 hpsa: correct check for non-disk devices by Don Brace · 9 years ago
  25. 0b9b7b6 hpsa: fix physical target reset by Scott Teel · 9 years ago
  26. da03ded hpsa: fix hpsa_adjust_hpsa_scsi_table by Don Brace · 9 years ago
  27. c8a6c9a hpsa: correct transfer length for 6 byte read/write commands by Don Brace · 9 years ago
  28. 683fc44 hpsa: abandon rescans on memory alloaction failures. by Don Brace · 9 years ago
  29. 853633e hpsa: allow driver requested rescans by Don Brace · 9 years ago
  30. 1d33d85 hpsa: fix null device issues by Don Brace · 9 years ago
  31. 9975ec9 hpsa: check for null arguments to dev_printk by Don Brace · 9 years ago
  32. b48d980 hpsa: remove unused hpsa_tag_discard_error_bits by Don Brace · 9 years ago
  33. 55d95d3 hpsa: stop zeroing reset_cmds_out and ioaccel_cmds_out during rescan by Don Brace · 9 years ago
  34. 8aa6068 hpsa: remove unused parameter hostno by Don Brace · 9 years ago
  35. 2d04130 hpsa: fix rmmod issues by Don Brace · 9 years ago
  36. 9a4178b hpsa: fix issues with multilun devices by shane.seymour · 9 years ago
  37. 5ca0120 hpsa: add in new offline mode by Scott Benesh · 9 years ago
  38. b9092b7 Change how controllers in mixed mode are handled. by Kevin Barnett · 9 years ago
  39. cbb47dc hpsa: add in new controllers by Don Brace · 9 years ago
  40. 9384950 hpsa: cleanup update scsi devices by Don Brace · 9 years ago
  41. 8270b86 hpsa: add sysfs entry path_info to show box and bay information by Joe Handzik · 9 years ago
  42. 1358f6d hpsa: add PMC to copyright by Don Brace · 9 years ago
  43. 7ef7323 hpsa: correct static checker warnings on driver init cleanup by Don Brace · 9 years ago
  44. 81c2755 hpsa: correct decode sense data by Don Brace · 9 years ago
  45. 77678d3 hpsa: Correct double unlock of mutex by Don Brace · 9 years ago
  46. 2dc127b hpsa: fix an sprintf() overflow in the reset handler by Dan Carpenter · 9 years ago
  47. f532a3f hpsa: change driver version by Don Brace · 9 years ago
  48. fdfa4b6 hpsa: add in new controller id by Don Brace · 9 years ago
  49. d604f53 hpsa: cleanup reset by Webb Scales · 9 years ago
  50. 39c53f5 hpsa: propagate the error code in hpsa_kdump_soft_reset by Robert Elliott · 9 years ago
  51. 2946e82 hpsa: use scsi host_no as hpsa controller number by Robert Elliott · 9 years ago
  52. 73153fe hpsa: use block layer tag for command allocation by Webb Scales · 9 years ago
  53. 8b47004 hpsa: add interrupt number to /proc/interrupts interrupt name by Robert Elliott · 9 years ago
  54. 2efa592 hpsa: create workqueue after the driver is ready for use by Robert Elliott · 9 years ago
  55. b2ef480 hpsa: fix try_soft_reset error handling by Robert Elliott · 9 years ago
  56. 9ecd953 hpsa: cleanup for init_one step 2 in kdump by Robert Elliott · 9 years ago
  57. d498757 hpsa: skip free_irq calls if irqs are not allocated by Robert Elliott · 9 years ago
  58. 943a702 hpsa: call pci_release_regions after pci_disable_device by Robert Elliott · 9 years ago
  59. b3a7ba7 hpsa: performance tweak for hpsa_scatter_gather() by Webb Scales · 9 years ago
  60. b69324f hpsa: refactor and rework support for sending TEST_UNIT_READY by Webb Scales · 9 years ago
  61. a58e7e5 hpsa: don't return abort request until target is complete by Webb Scales · 9 years ago
  62. 8a0ff92 hpsa: use helper routines for finishing commands by Webb Scales · 9 years ago
  63. 8be986c hpsa: add support sending aborts to physical devices via the ioaccel2 path by Stephen Cameron · 9 years ago
  64. ddcf834 hpsa: do not print ioaccel2 warning messages about unusual completions. by Robert Elliott · 9 years ago
  65. 4b76155 hpsa: clean up some error reporting output in abort handler by Robert Elliott · 9 years ago
  66. 105a3db hpsa: clean up driver init by Robert Elliott · 9 years ago
  67. 2dd02d7 hpsa: correct return values from driver functions. by Robert Elliott · 9 years ago
  68. bf43caf hpsa: do not check cmd_alloc return value - it cannnot return NULL by Robert Elliott · 9 years ago
  69. c40820d hpsa: add more ioaccel2 error handling, including underrun statuses. by Joe Handzik · 9 years ago
  70. d9a729f hpsa: add ioaccel sg chaining for the ioaccel2 path by Webb Scales · 9 years ago
  71. 1fb7c98 hpsa: refactor freeing of resources into more logical functions by Robert Elliott · 9 years ago
  72. 195f2c6 hpsa: clean up error handling by Robert Elliott · 9 years ago
  73. cc64c81 hpsa: break hpsa_free_irqs_and_disable_msix into two functions by Robert Elliott · 9 years ago
  74. ecf418d1 hpsa: Get queue depth from identify physical bmic for physical disks. by Joe Handzik · 9 years ago
  75. a3144e0 hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode. by Joe Handzik · 9 years ago
  76. a473d86 hpsa: print accurate SSD Smart Path Enabled status by Robert Elliott · 9 years ago
  77. 592a0ad hpsa: factor out hpsa_ioaccel_submit function by Webb Scales · 9 years ago
  78. 4a8da22 hpsa: try resubmitting down raid path on task set full by Stephen Cameron · 9 years ago
  79. 4a4384c hpsa: do not ignore return value of hpsa_register_scsi by Stephen Cameron · 9 years ago
  80. 360c73b hpsa: factor out hpsa_init_cmd function by Stephen Cameron · 9 years ago
  81. d37ffbe hpsa: make function names consistent by Robert Elliott · 9 years ago
  82. e985c58 hpsa: allow lockup detected to be viewed via sysfs by Stephen Cameron · 9 years ago
  83. 9437ac4 hpsa: hpsa decode sense data for io and tmf by Stephen Cameron · 9 years ago
  84. 433b5f4 hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmds by Stephen Cameron · 9 years ago
  85. 9b5c48c hpsa: clean up aborts by Stephen Cameron · 9 years ago
  86. 25163bd hpsa: rework controller command submission by Webb Scales · 9 years ago
  87. 0d96ef5 hpsa: clean up host, channel, target, lun prints by Webb Scales · 9 years ago
  88. 41ce4c3 hpsa: add masked physical devices into h->dev[] array by Stephen Cameron · 9 years ago
  89. 6b6c1cd hpsa: dont meddle with hw which isn't ours (cciss) by Tomas Henzl · 9 years ago
  90. c8ed001 Fix weird uses of num_online_cpus(). by Rusty Russell · 9 years ago
  91. 397ea9c hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patch by Don Brace · 9 years ago
  92. 6636e7f hpsa: Use local workqueues instead of system workqueues by Don Brace · 9 years ago
  93. c8ae0ab hpsa: add in P840ar controller model name by Don Brace · 9 years ago
  94. 27fb813 hpsa: add in gen9 controller model names by Don Brace · 9 years ago
  95. c706a79 hpsa: detect and report failures changing controller transport modes by Robert Elliott · 9 years ago
  96. 007e7aa hpsa: shorten the wait for the CISS doorbell mode change ack by Robert Elliott · 9 years ago
  97. 8ebc924 hpsa: refactor duplicated scan completion code into a new routine by Webb Scales · 9 years ago
  98. ec5cbf0 hpsa: move SG descriptor set-up out of hpsa_scatter_gather() by Webb Scales · 9 years ago
  99. c05e886 hpsa: do not use function pointers in fast path command submission by Stephen Cameron · 9 years ago
  100. f42e81e hpsa: print CDBs instead of kernel virtual addresses for uncommon errors by Stephen Cameron · 9 years ago