1. 97a5e98 [SCSI] hpsa: rename scsi prefetch field by Stephen M. Cameron · 11 years ago
  2. 8a98db73 [SCSI] hpsa: use workqueue instead of kernel thread for lockup detection by Stephen M. Cameron · 11 years ago
  3. d5747e0 [SCSI] hpsa: remove P822se PCI ID by Mike Miller · 11 years ago
  4. 396883e [SCSI] hpsa: prevent stalled i/o by Stephen M. Cameron · 11 years ago
  5. 0390f0c [SCSI] hpsa: cap CCISS_PASSTHRU at 20 concurrent commands. by Stephen M. Cameron · 11 years ago
  6. e06c8e5 [SCSI] hpsa: add MSA 2040 to list of external target devices by Stephen M. Cameron · 11 years ago
  7. e2d4a1f [SCSI] hpsa: fix memory leak in CCISS_BIG_PASSTHRU ioctl by Stephen M. Cameron · 11 years ago
  8. a4af460 [SCSI] hpsa: remove unneeded include of seq_file.h by Stephen M. Cameron · 11 years ago
  9. 8500923 [SCSI] hpsa: add 5 second delay after doorbell reset by Stephen M. Cameron · 11 years ago
  10. 702890e [SCSI] hpsa: do not attempt to flush the cache on locked up controllers by Stephen M. Cameron · 11 years ago
  11. 88bf6d6 [SCSI] hpsa: return 0 from driver probe function on success, not 1 by Stephen M. Cameron · 11 years ago
  12. 2e311fb [SCSI] hpsa: do not discard scsi status on aborted commands by Stephen M. Cameron · 11 years ago
  13. 54b2b50 [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers by Martin K. Petersen · 11 years ago
  14. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  15. f79666b [SCSI] hpsa: remove unused Smart Array ID by Mike Miller · 11 years ago
  16. 08b7e10 SCSI: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  17. 0375ec5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  18. e481cce [SCSI] hpsa: bump driver version to reflect changes by Mike Miller · 11 years ago
  19. 163dbcd [SCSI] hpsa: housekeeping patch for device_id and product arrays by Mike Miller · 11 years ago
  20. 1fd6c8e [SCSI] hpsa: add HP Smart Array Gen8 names by Mike Miller · 11 years ago
  21. 97b9f53 [SCSI] hpsa: add HP Smart Array Gen9 PCI ID's by Mike Miller · 11 years ago
  22. 2e515bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  23. 9e03aa2 treewide: Convert retrun typos to return by Joe Perches · 11 years ago
  24. 804a5cb [SCSI] hpsa: fix warning with smp_processor_id() in preemptible by John Kacur · 11 years ago
  25. 1cdd3cf [SCSI] hpsa: remove unneeded variable by Tomas Henzl · 11 years ago
  26. 2cc5bfa [SCSI] hpsa: fix a race in cmd_free/scsi_done by Tomas Henzl · 11 years ago
  27. bcc48ff [SCSI] hpsa: check for dma_mapping_error in hpsa_passthru ioctls by Stephen M. Cameron · 11 years ago
  28. c1f63c8 [SCSI] hpsa: reorganize error handling in hpsa_passthru_ioctl by Stephen M. Cameron · 11 years ago
  29. e2bea6d [SCSI] hpsa: check for dma_mapping_error in hpsa_map_sg_chain_block by Stephen M. Cameron · 11 years ago
  30. a2dac13 [SCSI] hpsa: Check for dma_mapping_error for all code paths using fill_cmd by Stephen M. Cameron · 11 years ago
  31. eceaae1 [SCSI] hpsa: Check for dma_mapping_error in hpsa_map_one by Shuah Khan · 11 years ago
  32. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  33. 3151367 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  34. fe0c961 [SCSI] hpsa: gen8plus Smart Array IDs by Mike Miller · 12 years ago
  35. 256d0ea [SCSI] hpsa: fix handling of protocol error by Stephen M. Cameron · 12 years ago
  36. 088ba34 [SCSI] hpsa: use ioremap_nocache instead of ioremap by Stephen M. Cameron · 12 years ago
  37. d6ebd0f [SCSI] hpsa: fix incorrect abort diagnostic message by Stephen M. Cameron · 12 years ago
  38. 21e89af [SCSI] hpsa: Use LUN reset instead of target reset by Stephen M. Cameron · 12 years ago
  39. e85c597 [SCSI] hpsa: dial down lockup detection during firmware flash by Stephen M. Cameron · 12 years ago
  40. d82357e [SCSI] hpsa: add new RAID level "1(ADM)" by Mike Miller · 12 years ago
  41. 0097f0f [SCSI] hpsa: factor out hpsa_free_irqs_and_disable_msix by Stephen M. Cameron · 12 years ago
  42. e16a33a [SCSI] hpsa: refine interrupt handler locking for greater concurrency by Matt Gates · 12 years ago
  43. 254f796 [SCSI] hpsa: use multiple reply queues by Matt Gates · 12 years ago
  44. 1d94f94 [SCSI] hpsa: factor out tail calls to next_command() in process_(non)indexed_cmd() by Stephen M. Cameron · 12 years ago
  45. 6cba3f1 [SCSI] hpsa: do aborts two ways by Stephen M. Cameron · 12 years ago
  46. 75167d2 [SCSI] hpsa: add abort error handler function by Stephen M. Cameron · 12 years ago
  47. 5a3d16f [SCSI] hpsa: remove unused parameter from finish_cmd by Stephen M. Cameron · 12 years ago
  48. 9c2fc16 [SCSI] hpsa: do not give up retry of driver cmds after only 3 retries by Stephen M. Cameron · 12 years ago
  49. 852af20 [SCSI] hpsa: retry driver initiated commands on busy status by Matt Bondurant · 12 years ago
  50. 21b8e4e [SCSI] hpsa: suppress excessively chatty error messages by Stephen M. Cameron · 12 years ago
  51. 5cb460a [SCSI] hpsa: enable bus master bit after pci_enable_device by Stephen M. Cameron · 12 years ago
  52. e754b42 [SCSI] hpsa: do not skip disabled devices by Stephen M. Cameron · 12 years ago
  53. f0bd0b6 [SCSI] hpsa: call pci_disable_device on driver unload by Stephen M. Cameron · 12 years ago
  54. 0fc9fd4 [SCSI] hpsa: use check_signature by Akinobu Mita · 12 years ago
  55. 5a4f934 [SCSI] hpsa: add some older controllers to the kdump blacklist by Tomas Henzl · 12 years ago
  56. 263d940 [SCSI] hpsa: use find_first_zero_bit by Akinobu Mita · 13 years ago
  57. bd9244f [SCSI] hpsa: update device attributes when they change by Scott Teel · 13 years ago
  58. 4f4eb9f [SCSI] hpsa: improve naming on external target device functions by Scott Teel · 13 years ago
  59. aca4a52 [SCSI] hpsa: eliminate 8 external target limitation by Scott Teel · 13 years ago
  60. 1f310bd [SCSI] hpsa: refactor hpsa_figure_bus_target_lun by Stephen M. Cameron · 13 years ago
  61. bbef6c0 [SCSI] hpsa: make target and lun match what SCSI REPORT LUNs returns by Stephen M. Cameron · 13 years ago
  62. 9bc3711 [SCSI] hpsa: Fix problem with MSA2xxx devices by Stephen M. Cameron · 13 years ago
  63. f79cfec [SCSI] hpsa: factor out driver name by Stephen M. Cameron · 13 years ago
  64. b705690 [SCSI] hpsa: combine hpsa_scsi_detect and hpsa_register_scsi by Stephen M. Cameron · 13 years ago
  65. d66ae08 [SCSI] hpsa: removed unneeded structure member max_sg_entries and fix badly named constant MAXSGENTRIES by Stephen M. Cameron · 13 years ago
  66. 55e14e7 [SCSI] hpsa: fix per device memory leak on driver unload by Stephen M. Cameron · 13 years ago
  67. 775bf27 [SCSI] hpsa: do not sleep in atomic context in rmmod path. by Stephen M. Cameron · 13 years ago
  68. 7af0abb [SCSI] hpsa: add the Smart Array 5i to the kdump blacklist by Tomas Henzl · 13 years ago
  69. 45bcf01 [SCSI] hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler by Stephen M. Cameron · 13 years ago
  70. e5a44df [SCSI] hpsa: Disable ASPM by Matthew Garrett · 13 years ago
  71. cd3f07d Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  72. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  73. a0c1241 [SCSI] hpsa: detect controller lockup by Stephen M. Cameron · 13 years ago
  74. bb158ea [SCSI] hpsa: fix flush cache transfer length by Stephen M. Cameron · 13 years ago
  75. b7ec021 [SCSI] hpsa: fix potential array overflow in hpsa_update_scsi_devices by Scott Teel · 13 years ago
  76. cfe5bad [SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBA by Scott Teel · 13 years ago
  77. 03ab31f [SCSI] hpsa: remove unused busy_initializing and busy_scanning by Stephen M. Cameron · 13 years ago
  78. c0d6a4d [SCSI] hpsa: set max sectors instead of taking the default by Stephen M. Cameron · 13 years ago
  79. c4853ef hpsa: add small delay when using PCI Power Management to reset for kump by Mike Miller · 13 years ago
  80. fba6309 [SCSI] hpsa: change confusing message to be more clear by Mike Miller · 13 years ago
  81. 01350d0 [SCSI] hpsa: fix physical device lun and target numbering problem by Stephen M. Cameron · 13 years ago
  82. 0b0e1d6 [SCSI] hpsa: fix problem that OBDR devices are not detected by Stephen M. Cameron · 13 years ago
  83. 6c6e3b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  84. f6e7605 [SCSI] hpsa: retry commands completing with status of UNSOLICITED_ABORT by Stephen M. Cameron · 13 years ago
  85. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  86. db111e1 [SCSI] hpsa: fix potential overrun while memcpy'ing sense data by Stephen M. Cameron · 13 years ago
  87. c2dd32e [SCSI] hpsa: fix dma unmap error in hpsa_passthru_ioctl by Stephen M. Cameron · 13 years ago
  88. 7630abd [SCSI] hpsa: Change memset using sizeof(ptr) to sizeof(*ptr) by Joe Perches · 13 years ago
  89. fda3851 [SCSI] hpsa: add P2000 to list of shared SAS devices by Stephen M. Cameron · 13 years ago
  90. 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
  91. dfc2224 [SCSI] hpsa: remove superfluous sleeps around reset code by Stephen M. Cameron · 13 years ago
  92. 64670ac [SCSI] hpsa: do soft reset if hard reset is broken by Stephen M. Cameron · 13 years ago
  93. cf0b08d [SCSI] hpsa: use new doorbell-bit-5 reset method by Stephen M. Cameron · 13 years ago
  94. 9a41338 [SCSI] hpsa: remove atrophied hpsa_scsi_setup function by Stephen M. Cameron · 13 years ago
  95. 2b870cb [SCSI] hpsa: clarify messages around reset behavior by Stephen M. Cameron · 13 years ago
  96. 0ae01a3 [SCSI] hpsa: factor out irq request code by Stephen M. Cameron · 13 years ago
  97. 2e9d1b3 [SCSI] hpsa: factor out cmd pool allocation functions by Stephen M. Cameron · 13 years ago
  98. 580ada3 [SCSI] hpsa: do a better job of detecting controller reset failure by Stephen M. Cameron · 13 years ago
  99. 1fb011f [SCSI] hpsa: remove unused parameter from hpsa_complete_scsi_command() by Stephen M. Cameron · 13 years ago
  100. 941b1cd [SCSI] hpsa: export resettable host attribute by Stephen M. Cameron · 13 years ago