1. 8a4236a scsi: ipr: Fix async error WARN_ON by Brian King · 8 years ago
  2. 4dfddf5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  3. 87adbe0 scsi: ipr: Remove redundant messages at adapter init time by Brian King · 8 years ago
  4. 7b3871f scsi: ipr: Don't log unnecessary 9084 error details by Brian King · 8 years ago
  5. afc3f83 scsi: ipr: Add asynchronous error notification by Brian King · 8 years ago
  6. a3d1ddd ipr: Fix sync scsi scan by Brian King · 8 years ago
  7. c8e18ac ipr: Fix error return code in ipr_probe_ioa() by Wei Yongjun · 8 years ago
  8. b195d5e ipr: Wait to do async scan until scsi host is initialized by Brian King · 8 years ago
  9. cb05cbb ipr: Increase MSIX vectors number by Wen Xiong · 8 years ago
  10. 00da9ff ipr: Add new CCIN for new adapters support by Wen Xiong · 8 years ago
  11. 54e430b ipr: Clear interrupt on croc/crocodile when running with LSI by Brian King · 8 years ago
  12. 21b8171 ipr: Fix regression when loading firmware by Gabriel Krisman Bertazi · 8 years ago
  13. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  14. d63c7dd ipr: Fix out-of-bounds null overwrite by Insu Yun · 8 years ago
  15. ea51190 irq_poll: fold irq_poll_sched_prep into irq_poll_sched by Christoph Hellwig · 9 years ago
  16. 78d0264 irq_poll: don't disable new irq_poll instances by Christoph Hellwig · 9 years ago
  17. 511cbce irq_poll: make blk-iopoll available outside the block layer by Christoph Hellwig · 9 years ago
  18. febdfbd Merge tag '4.4-scsi-mkp' into misc by James Bottomley · 9 years ago
  19. 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
  20. 1a47af2 ipr: Issue Configure Cache Parameters command. by Gabriel Krisman Bertazi · 9 years ago
  21. 1021b3f ipr: Inquiry IOA page 0xC4 during initialization. by Gabriel Krisman Bertazi · 9 years ago
  22. 4f92d01 ipr: Don't set NO_ULEN_CHK bit when resource is a vset. by Gabriel Krisman Bertazi · 9 years ago
  23. f41f1d9 ipr: Add delay to ensure coherent dumps. by Gabriel Krisman Bertazi · 9 years ago
  24. e35d7f27 ipr: Enable SIS pipe commands for SIS-32 devices. by Gabriel Krisman Bertazi · 9 years ago
  25. 3cb4fc1 ipr: Inhibit underlength data check for AFDASD in raw mode. by Gabriel Krisman Bertazi · 9 years ago
  26. 359d96e ipr: Endian / sparse fixes by Brian King · 9 years ago
  27. bb8647e ipr: Byte swapping for device_id attribute in sysfs by Wen Xiong · 9 years ago
  28. 3f1c058 ipr: Fix invalid array indexing for HRRQ by Brian King · 9 years ago
  29. bb7c543 ipr: Fix incorrect trace indexing by Brian King · 9 years ago
  30. 36b8e18 ipr: Fix locking for unit attention handling by Brian King · 9 years ago
  31. 7d69cff Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  32. f8ee25d ipr: AF DASD raw mode implementation in ipr driver by Wen Xiong · 9 years ago
  33. ea30c1d ipr: Re-enable write same by Brian King · 9 years ago
  34. a65e8f1 ipr: Fix possible error path oops during initialization by Brian King · 9 years ago
  35. 2796ca5 ipr: Reset in task context by Brian King · 9 years ago
  36. 4fdd7c7 ipr: Reboot speed improvements by Brian King · 9 years ago
  37. 5067c04 ata: Add a new flag to destinguish sas controller by Shaohua Li · 9 years ago
  38. 6cdb081 ipr: wait for aborted command responses by Brian King · 10 years ago
  39. 60654e2 ipr: set scsi_level correctly for disk arrays by Brian King · 10 years ago
  40. f688f96 ipr: add support for async scanning to speed up boot by Brian King · 10 years ago
  41. 17ea012 scsi: remove scsi_get_tag_type by Christoph Hellwig · 10 years ago
  42. efc3c1d scsi: remove ->change_queue_type method by Christoph Hellwig · 10 years ago
  43. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  44. 869404c ipr: set coherent DMA mask by Anton Blanchard · 10 years ago
  45. d73341b ipr: convert to generic DMA API by Anton Blanchard · 10 years ago
  46. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  47. 2ecb204 scsi: always assign block layer tags if enabled by Christoph Hellwig · 10 years ago
  48. 5066863 scsi: remove abuses of scsi_populate_tag by Christoph Hellwig · 10 years ago
  49. a62182f scsi: provide a generic change_queue_type method by Christoph Hellwig · 10 years ago
  50. 3185ea6 ipr: don't log error messages when applications issues illegal requests by wenxiong@linux.vnet.ibm.com · 10 years ago
  51. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  52. 5eeac3e [SCSI] ipr: Add new CCIN definition for Grand Canyon support by Wendy Xiong · 10 years ago
  53. 169b9ec [SCSI] ipr: Format HCAM overlay ID 0x21 by Wendy Xiong · 10 years ago
  54. 60e76b7 [SCSI] ipr: Use pci_enable_msi_range() and pci_enable_msix_range() by Alexander Gordeev · 10 years ago
  55. 739910d [SCSI] ipr: Get rid of superfluous call to pci_disbale_msi/msix() by Alexander Gordeev · 10 years ago
  56. 6270e59 [SCSI] ipr: Handle early EEH by Brian King · 10 years ago
  57. f94d996 [SCSI] ipr: Add new CCIN definition for new hardware support by Wendy Xiong · 10 years ago
  58. 0b1f8d4 [SCSI] ipr: Remove extended delay bit on GSCSI reads/writes ops by Wendy Xiong · 10 years ago
  59. 89f8b33 block: remove old blk_iopoll_enabled variable by Jens Axboe · 10 years ago
  60. 6634ff7 [SCSI] ipr: Increase msi-x interrupt vectors to 16 by wenxiong@linux.vnet.ibm.com · 11 years ago
  61. 54b2b50 [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers by Martin K. Petersen · 11 years ago
  62. 43c5fda [SCSI] ipr: Add sereral new CCIN definitions for new adapters support by wenxiong@linux.vnet.ibm.com · 11 years ago
  63. ed7bd66 [SCSI] ipr: IOA Status Code(IOASC) update by wenxiong@linux.vnet.ibm.com · 11 years ago
  64. 32d3d79 [SCSI] ipr: qc_fill_rtf() method should not store alternate status register by Sergei Shtylyov · 11 years ago
  65. feccada [SCSI] ipr: possible irq lock inversion dependency detected by wenxiong@linux.vnet.ibm.com · 11 years ago
  66. 70288b4 [SCSI] ipr: Avoid target_destroy accessing memory after it was freed by wenxiong@linux.vnet.ibm.com · 11 years ago
  67. 1ac7c26 [SCSI] ipr: SATA DVD probing failed with 64bit adapter by wenxiong@linux.vnet.ibm.com · 11 years ago
  68. 96b04db [SCSI] ipr: Need to reset adapter after the 6th EEH error by wenxiong@linux.vnet.ibm.com · 11 years ago
  69. 9077a94 [SCSI] ipr: dlpar failed when adding an adapter back by wenxiong@linux.vnet.ibm.com · 11 years ago
  70. c4ee22a [SCSI] ipr: fix addition of abort command to HRRQ free queue by Kleber Sacilotto de Souza · 11 years ago
  71. f19799f [SCSI] ipr: ipr_test_msi() fails when running with msi-x enabled adapter by wenxiong@linux.vnet.ibm.com · 11 years ago
  72. bfae782 [SCSI] ipr: Fix oops while resetting an ipr adapter by Brian King · 11 years ago
  73. 70233ac [SCSI] ipr: Fix sparse error in ipr driver by wenxiong@linux.vnet.ibm.com · 11 years ago
  74. b53d124 [SCSI] ipr: Implement block iopoll by wenxiong@linux.vnet.ibm.com · 11 years ago
  75. 56d6aa3 [SCSI] ipr: Reduce lock contention by wenxiong@linux.vnet.ibm.com · 11 years ago
  76. 05a6538 [SCSI] ipr: Add support for MSI-X and distributed completion by wenxiong@linux.vnet.ibm.com · 11 years ago
  77. b3b3b40 [SCSI] ipr: Resource path error logging cleanup by Brian King · 11 years ago
  78. a2e49cb [SCSI] ipr: Handler ID memory allocation failure at module load time by Brian King · 11 years ago
  79. b8d5d56 [SCSI] ipr: Add sereral new CCIN definitions for new adapters support by wenxiong@linux.vnet.ibm.com · 11 years ago
  80. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  81. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  82. 3151367 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  83. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  84. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  85. 9728686 [SCSI] ipr: trivial: fix small coding style issues by Kleber Sacilotto de Souza · 12 years ago
  86. d12f157 [SCSI] ipr: remove an unneeded check by Dan Carpenter · 12 years ago
  87. d995e1b [SCSI] ipr: missing unlock before a return by Dan Carpenter · 12 years ago
  88. a55b2d2 scsi: make pci error handlers const by Stephen Hemminger · 12 years ago
  89. d3dbeef powerpc: Rename 64-bit PVR constants to PVR_foo by Michael Ellerman · 12 years ago
  90. 203fa3f ipr: fix small coding style issues by Kleber Sacilotto de Souza · 12 years ago
  91. 172cd6e [SCSI] ipr: Reduce interrupt lock time by Brian King · 12 years ago
  92. 00bfef2 [SCSI] ipr: Reduce queuecommand lock time by Brian King · 12 years ago
  93. 8d8e7d13 [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_init by Dan Williams · 12 years ago
  94. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  95. b202445 [SCSI] libsas, libata: fix start of life for a sas ata_port by Dan Williams · 12 years ago
  96. 1bfff2f [SCSI] ipr: Increase alignment boundary of command blocks by Brian King · 12 years ago
  97. 89aad42 [SCSI] ipr: Increase max concurrent oustanding commands by Brian King · 12 years ago
  98. a5fb407 [SCSI] ipr: Remove unnecessary memory barriers by Brian King · 12 years ago
  99. 7dd2130 [SCSI] ipr: Remove unnecessary interrupt clearing on new adapters by Brian King · 12 years ago
  100. 0ee1d71 [SCSI] ipr: Fix target id allocation re-use problem by Brian King · 12 years ago