1. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  2. 1e6f241 scsi: don't allow setting of queue_depth bigger than can_queue by Christoph Hellwig · 10 years ago
  3. 4c41312 hpsa: remove spin lock around command allocation by Stephen M. Cameron · 10 years ago
  4. 4fa604e hpsa: always call pci_set_master after pci_enable_device by Robert Elliott · 10 years ago
  5. 763aadb hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation by Nicholas Bellinger · 10 years ago
  6. 2f371c9 hpsa: do not be so noisy about check conditions by Stephen M. Cameron · 10 years ago
  7. 0cbf768 hpsa: use atomics for commands_outstanding by Stephen M. Cameron · 10 years ago
  8. a505b86 hpsa: get rid of type/attribute/direction bit field where possible by Stephen M. Cameron · 10 years ago
  9. 50a0dec hpsa: fix endianness issue with scatter gather elements by Stephen M. Cameron · 10 years ago
  10. 9208471 hpsa: fix allocation sizes for CISS_REPORT_LUNs commands by Stephen M. Cameron · 10 years ago
  11. 7f73695 hpsa: remove 'action required' phrasing by Stephen M. Cameron · 10 years ago
  12. 1a63ea6 hpsa: correct off-by-one sizing of chained SG block by Webb Scales · 10 years ago
  13. 7d2cce5 hpsa: fix a couple pci id table mistakes by Stephen M. Cameron · 10 years ago
  14. dc60001 hpsa: remove dev_warn prints from RAID-1ADM by Robert Elliott · 10 years ago
  15. 42a9164 hpsa: Clean up warnings from sparse. by Don Brace · 10 years ago
  16. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  17. 859c75a hpsa: add missing pci_set_master in kdump path by Tomas Henzl · 10 years ago
  18. 132aa22 hpsa: refine the pci enable/disable handling by Tomas Henzl · 10 years ago
  19. 18fce3c hpsa: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  20. 49bd1a8 hpsa: Fallback to MSI rather than to INTx if MSI-X failed by Alexander Gordeev · 10 years ago
  21. 7c845eb scsi: use pci_zalloc_consistent by Joe Perches · 10 years ago
  22. 0758f4f hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctl by Stephen M. Cameron · 10 years ago
  23. d1fea47 hpsa: remove online devices from offline device list by Stephen M. Cameron · 10 years ago
  24. 0b9e7b7 hpsa: fix non-x86 builds by Arnd Bergmann · 10 years ago
  25. 6aa4c36 hpsa: do not unconditionally copy sense data by Robert Elliott · 10 years ago
  26. 3fa89a0 hpsa: fix 6-byte READ/WRITE with 0 length data xfer by Stephen M. Cameron · 10 years ago
  27. 2a5ac32 hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected fails by Stephen M. Cameron · 10 years ago
  28. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  29. 67955ba hpsa: fix handling of hpsa_volume_offline return value by Stephen M. Cameron · 10 years ago
  30. a84d794 hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_id by Stephen M. Cameron · 10 years ago
  31. 24a4b07 hpsa: remove messages about volume status VPD inquiry page not supported by Stephen M. Cameron · 10 years ago
  32. ee6b188 hpsa: report check condition even if no sense data present for ioaccel2 mode by Stephen M. Cameron · 10 years ago
  33. 8645291 hpsa: remove bad unlikely annotation from device list updating code by Stephen M. Cameron · 10 years ago
  34. c45166bee hpsa: kill annoying messages about SSD Smart Path retries by Stephen M. Cameron · 10 years ago
  35. d5b5d96 hpsa: define extended_report_lun_entry data structure by Stephen M. Cameron · 10 years ago
  36. 0b57075 hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io path by Stephen M. Cameron · 10 years ago
  37. b3a52e7 hpsa: avoid unnecessary readl on every command submission by Stephen M. Cameron · 10 years ago
  38. 094963d hpsa: use per-cpu variable for lockup_detected by Stephen M. Cameron · 10 years ago
  39. 41b3cf0 hpsa: set irq affinity hints to route MSI-X vectors across CPUs by Stephen M. Cameron · 10 years ago
  40. 072b051 hpsa: allocate reply queues individually by Stephen M. Cameron · 10 years ago
  41. f89439b hpsa: choose number of reply queues more intelligently. by Stephen M. Cameron · 10 years ago
  42. 35d697c hpsa: use gcc aligned attribute instead of manually padding structs by Stephen M. Cameron · 10 years ago
  43. 00701a9 hpsa: change doorbell reset delay to ten seconds by Justin Lindley · 10 years ago
  44. 9233fb1 hpsa: allow passthru ioctls to work with bidirectional commands by Stephen M. Cameron · 10 years ago
  45. 84ce1ee hpsa: remove unused fields from struct ctlr_info by Stephen M. Cameron · 10 years ago
  46. 2bbf5c7 hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devices by Joe Handzik · 10 years ago
  47. 96444fb hpsa: do not ignore failure of sense controller parameters command by Joe Handzik · 10 years ago
  48. 6e8e808 hpsa: fix memory leak in hpsa_hba_mode_enabled by Joe Handzik · 10 years ago
  49. 3b7a45e hpsa: add new Smart Array PCI IDs (May 2014) by Joe Handzik · 10 years ago
  50. 3b51a7a hpsa: Checking for a NULL return from a kzalloc call by Joe Handzik · 10 years ago
  51. 67c99a7 [SCSI] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode() by scameron@beardog.cce.hp.com · 10 years ago
  52. 9a99330 [SCSI] hpsa: update driver version to 3.4.4-1 by Stephen M. Cameron · 10 years ago
  53. 000ff7c [SCSI] hpsa: fix bad endif placement in RAID 5 mapper code by Stephen M. Cameron · 10 years ago
  54. df03c3f [SCSI] hpsa: Do not zero fields of ioaccel2 command structure twice by Stephen M. Cameron · 10 years ago
  55. 316b221 [SCSI] hpsa: Add hba mode to the hpsa driver by Stephen M. Cameron · 10 years ago
  56. 8919358 [SCSI] hpsa: increase the probability of a reported success after a device reset by Tomas Henzl · 10 years ago
  57. 9846590 [SCSI] hpsa: bring format-in-progress drives online when ready by Stephen M. Cameron · 10 years ago
  58. 9f02e5b [SCSI] hpsa: remove unused kthread.h header by Stephen M. Cameron · 10 years ago
  59. 8e616a5 [SCSI] hpsa: Add support for a few HP Storage controllers by Stephen M. Cameron · 10 years ago
  60. 2ba8bfc [SCSI] hpsa add sysfs debug switch for raid map debugging messages by Stephen M. Cameron · 10 years ago
  61. d1e8bea [SCSI] hpsa: improve error messages for driver initiated commands by Stephen M. Cameron · 10 years ago
  62. faff6ee [SCSI] hpsa: only do device rescan for certain events by Stephen M. Cameron · 10 years ago
  63. 23100dd [SCSI] hpsa: when switching out of accel mode await only accel command completions by Stephen M. Cameron · 10 years ago
  64. dd0e19f [SCSI] hpsa: add controller base data-at-rest encryption compatibility ioaccel2 by Scott Teel · 10 years ago
  65. 51c3513 [SCSI] hpsa: update source file copyrights by Scott Teel · 10 years ago
  66. a09c144 [SCSI] hpsa: retry certain ioaccel error cases on the RAID path by Scott Teel · 10 years ago
  67. 1b70150a [SCSI] hpsa: do not inquire for unsupported ioaccel status vpd page by Stephen M. Cameron · 10 years ago
  68. b7bb24e [SCSI] hpsa: allow VPD page zero to be queried by Stephen M. Cameron · 10 years ago
  69. e863d68 [SCSI] hpsa: rescan devices on ioaccel2 error by Scott Teel · 10 years ago
  70. da0697b [SCSI] hpsa: allow user to disable accelerated i/o path by Scott Teel · 10 years ago
  71. 6b80b18 [SCSI] hpsa: complete the ioaccel raidmap code by Scott Teel · 10 years ago
  72. 9fb0de2 [SCSI] hpsa: make device update copy the raid map also by Stephen M. Cameron · 10 years ago
  73. 54b6e9e [SCSI] hpsa: add task management for ioaccel mode 2 by Scott Teel · 10 years ago
  74. bf711ac [SCSI] hpsa: teach hpsa_device_reset to do either target or lun reset by Scott Teel · 10 years ago
  75. c349775 [SCSI] hpsa: get ioaccel mode 2 i/o working by Scott Teel · 10 years ago
  76. b9af493 [SCSI] hpsa: initialize controller to perform io accelerator mode 2 by Stephen M. Cameron · 10 years ago
  77. 317d4ad [SCSI] hpsa: get physical device handles for io accel mode 2 as well as mode 1 by Mike MIller · 10 years ago
  78. aca9012 [SCSI] hpsa: do ioaccel mode 2 resource allocations by Stephen M. Cameron · 10 years ago
  79. 1f7cee8 [SCSI] hpsa: Acknowledge controller events in ioaccell mode 2 as well as mode 1 by Stephen M. Cameron · 10 years ago
  80. b66cc25 [SCSI] hpsa: add ioaccel mode 2 structure definitions by Mike Miller · 10 years ago
  81. 0e7a7fc [SCSI] hpsa: complain if physical or logical aborts are not supported by Scott Teel · 10 years ago
  82. c198868 [SCSI] hpsa: add hp_ssd_smart_path_enabled sysfs attribute by Scott Teel · 10 years ago
  83. 5f38936 [SCSI] hpsa: do not rescan controllers known to be locked up by Stephen M. Cameron · 10 years ago
  84. 76438d0 [SCSI] hpsa: poll controller to detect device change event by Stephen M. Cameron · 10 years ago
  85. 250fb12 [SCSI] hpsa: update raid offload status on device rescan by Stephen M. Cameron · 10 years ago
  86. 283b4a9 [SCSI] hpsa: add ioaccell mode 1 RAID offload support. by Stephen M. Cameron · 10 years ago
  87. 17eb87d [SCSI] hpsa: fix task management for mode-1 ioaccell path by Scott Teel · 10 years ago
  88. 2f6ae5c [SCSI] hpsa: only allow REQ_TYPE_FS to use fast path by Stephen M. Cameron · 10 years ago
  89. e1f7de0 [SCSI] hpsa: add support for 'fastpath' i/o by Matt Gates · 10 years ago
  90. e1d9cbf [SCSI] hpsa: mark last scatter gather element as the last by Matt Gates · 10 years ago
  91. a93aa1f [SCSI] hpsa: use extended report luns command for HP SSD SmartPath by Matt Gates · 10 years ago
  92. eee0f03 [SCSI] hpsa: fixup MSI-X registration by Hannes Reinecke · 11 years ago
  93. 3ce438d [SCSI] hpsa: allow SCSI mid layer to handle unit attention by Matt Gates · 11 years ago
  94. 0ddf1d7 [SCSI] hpsa: do not require board "not ready" status after hard reset by Stephen M. Cameron · 11 years ago
  95. 28e1344 [SCSI] hpsa: enable unit attention reporting by Stephen M. Cameron · 11 years ago
  96. 97a5e98 [SCSI] hpsa: rename scsi prefetch field by Stephen M. Cameron · 11 years ago
  97. 8a98db73 [SCSI] hpsa: use workqueue instead of kernel thread for lockup detection by Stephen M. Cameron · 11 years ago
  98. d5747e0 [SCSI] hpsa: remove P822se PCI ID by Mike Miller · 11 years ago
  99. 396883e [SCSI] hpsa: prevent stalled i/o by Stephen M. Cameron · 11 years ago
  100. 0390f0c [SCSI] hpsa: cap CCISS_PASSTHRU at 20 concurrent commands. by Stephen M. Cameron · 11 years ago