1. bfae782 [SCSI] ipr: Fix oops while resetting an ipr adapter by Brian King · 12 years ago
  2. 70233ac [SCSI] ipr: Fix sparse error in ipr driver by wenxiong@linux.vnet.ibm.com · 12 years ago
  3. b53d124 [SCSI] ipr: Implement block iopoll by wenxiong@linux.vnet.ibm.com · 12 years ago
  4. 56d6aa3 [SCSI] ipr: Reduce lock contention by wenxiong@linux.vnet.ibm.com · 12 years ago
  5. 05a6538 [SCSI] ipr: Add support for MSI-X and distributed completion by wenxiong@linux.vnet.ibm.com · 12 years ago
  6. b3b3b40 [SCSI] ipr: Resource path error logging cleanup by Brian King · 12 years ago
  7. a2e49cb [SCSI] ipr: Handler ID memory allocation failure at module load time by Brian King · 12 years ago
  8. b8d5d56 [SCSI] ipr: Add sereral new CCIN definitions for new adapters support by wenxiong@linux.vnet.ibm.com · 12 years ago
  9. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  10. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  11. 3151367 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  12. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  13. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  14. 9728686 [SCSI] ipr: trivial: fix small coding style issues by Kleber Sacilotto de Souza · 12 years ago
  15. d12f157 [SCSI] ipr: remove an unneeded check by Dan Carpenter · 12 years ago
  16. d995e1b [SCSI] ipr: missing unlock before a return by Dan Carpenter · 12 years ago
  17. a55b2d2 scsi: make pci error handlers const by Stephen Hemminger · 12 years ago
  18. d3dbeef powerpc: Rename 64-bit PVR constants to PVR_foo by Michael Ellerman · 12 years ago
  19. 203fa3f ipr: fix small coding style issues by Kleber Sacilotto de Souza · 12 years ago
  20. 172cd6e [SCSI] ipr: Reduce interrupt lock time by Brian King · 12 years ago
  21. 00bfef2 [SCSI] ipr: Reduce queuecommand lock time by Brian King · 12 years ago
  22. 8d8e7d13 [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_init by Dan Williams · 12 years ago
  23. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  24. b202445 [SCSI] libsas, libata: fix start of life for a sas ata_port by Dan Williams · 13 years ago
  25. 1bfff2f [SCSI] ipr: Increase alignment boundary of command blocks by Brian King · 13 years ago
  26. 89aad42 [SCSI] ipr: Increase max concurrent oustanding commands by Brian King · 13 years ago
  27. a5fb407 [SCSI] ipr: Remove unnecessary memory barriers by Brian King · 13 years ago
  28. 7dd2130 [SCSI] ipr: Remove unnecessary interrupt clearing on new adapters by Brian King · 13 years ago
  29. 0ee1d71 [SCSI] ipr: Fix target id allocation re-use problem by Brian King · 13 years ago
  30. cd9b3d0 [SCSI] ipr: update PCI ID definitions for new adapters by Wayne Boyer · 13 years ago
  31. a92fa25 [SCSI] ipr: fix eeh recovery for 64-bit adapters by Kleber Sacilotto de Souza · 13 years ago
  32. fb51ccb PCI: Rework config space blocking services by Jan Kiszka · 13 years ago
  33. 5a91835 [SCSI] ipr: add definitions for additional adapter by Wayne Boyer · 13 years ago
  34. 4c647e9 [SCSI] ipr: Fix BUG on adapter dump timeout by Brian King · 13 years ago
  35. 14ed9cc [SCSI] ipr: Add support to flash FPGA and flash back DRAM images by Wayne Boyer · 13 years ago
  36. 41e9a69 [SCSI] ipr: Stop reading adapter dump prematurely by Brian King · 13 years ago
  37. 5d7c20b [SCSI] ipr: Always initiate hard reset in kdump kernel by Anton Blanchard · 13 years ago
  38. f170c68 [SCSI] ipr: reorder error handling code to include iounmap by Julia Lawall · 13 years ago
  39. a5442ba [SCSI] ipr: fix possible false positive detection of stuck interrupt by Wayne Boyer · 13 years ago
  40. 51f52a4 [SCSI] ipr: Rate limit DMA mapping errors by Anton Blanchard · 13 years ago
  41. 4d4dd70 [SCSI] ipr: increase the dump size for 64 bit adapters by Kleber Sacilotto de Souza · 13 years ago
  42. 7dacb64 [SCSI] ipr: improve interrupt service routine performance by Wayne Boyer · 14 years ago
  43. 630ad831 [SCSI] ipr: remove unneeded volatile declarations by Wayne Boyer · 14 years ago
  44. ab6c10b [SCSI] ipr: fix synchronous request flags for better performance by Wayne Boyer · 14 years ago
  45. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  46. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 14 years ago
  47. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 14 years ago
  48. c10f97b libata: remove ATA_FLAG_{SRST|SATA_RESET} by Sergei Shtylyov · 14 years ago
  49. 0f2e033 ipr/sas_ata: use mode mask macros from <linux/ata.h> by Sergei Shtylyov · 14 years ago
  50. 5767a1c [SCSI] ipr: Fix a race on multiple configuration changes by Kleber Sacilotto de Souza · 14 years ago
  51. a684b8d [SCSI] remove flush_scheduled_work() usages by Tejun Heo · 14 years ago
  52. d73b388 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  53. 1542dec Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  54. b27dcfb [libata] avoid needlessly passing around ptr to SCSI completion func by Jeff Garzik · 14 years ago
  55. 1d3c16a PCI: make pci_restore_state return void by Jon Mason · 14 years ago
  56. 110def8 [SCSI] ipr: fix mailbox register definition and add a delay before reading by Wayne Boyer · 14 years ago
  57. 0cb992e [SCSI] ipr: fix lun assignment and comparison by Wayne Boyer · 14 years ago
  58. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  59. 32622bd [SCSI] ipr: add definitions for a new adapter by Wayne Boyer · 14 years ago
  60. 7262026 [SCSI] ipr: fix array error logging by Wayne Boyer · 14 years ago
  61. 634651f [SCSI] ipr: reverse the isr optimization changes by Wayne Boyer · 14 years ago
  62. 46d7456 [SCSI] ipr: fix resource address formatting and add attribute for device ID by Wayne Boyer · 14 years ago
  63. 75576bb [SCSI] ipr: fix resource type update and add sdev and shost attributes by Wayne Boyer · 14 years ago
  64. 1df79ca [SCSI] ipr: fix transition to operational for new adapters by Wayne Boyer · 14 years ago
  65. b0f56d3 [SCSI] ipr: add support for new Obsidian-E embedded adapter by Wayne Boyer · 14 years ago
  66. cb237ef [SCSI] ipr: add MMIO write to perform BIST for 64 bit adapters by Wayne Boyer · 14 years ago
  67. 5611559 [SCSI] ipr: move setting of the allow_restart flag for vsets and disks by Wayne Boyer · 14 years ago
  68. 8701f18 [SCSI] ipr: add endian swap enablement for 64 bit adapters by Wayne Boyer · 14 years ago
  69. 5adcbeb [SCSI] ipr: fix resource path display and formatting by Wayne Boyer · 14 years ago
  70. 64ffdb7 [SCSI] ipr: improve interrupt service routine performance by Wayne Boyer · 14 years ago
  71. b8803b1 [SCSI] ipr: set the data list length in the request control block by Wayne Boyer · 14 years ago
  72. 7be9690 [SCSI] ipr: fix a register read to use the correct address for 64 bit adapters by Wayne Boyer · 14 years ago
  73. 96d21f0 [SCSI] ipr: include the resource path in the IOA status area structure by Wayne Boyer · 14 years ago
  74. 438b033 [SCSI] ipr: implement fixes for 64 bit adapter support by Wayne Boyer · 14 years ago
  75. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  76. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 14 years ago
  77. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  78. d7b4627 [SCSI] ipr: adds PCI ID definitions for new adapters by Wayne Boyer · 15 years ago
  79. 5aa3a33 [SCSI] ipr: add support for new IOASCs by Wayne Boyer · 15 years ago
  80. 214777b [SCSI] ipr: add support for multiple stages of initialization by Wayne Boyer · 15 years ago
  81. f72919e [SCSI] ipr: implement shutdown changes and remove obsolete write cache parameter by Wayne Boyer · 15 years ago
  82. dcbad00 [SCSI] ipr: add hardware assisted smart dump functionality by Wayne Boyer · 15 years ago
  83. 4565e37 [SCSI] ipr: add error handling updates for the next generation chip by Wayne Boyer · 15 years ago
  84. 3e7ebdf [SCSI] ipr: update the configuration table code for the next generation chip by Wayne Boyer · 15 years ago
  85. a74c163 [SCSI] ipr: define new offsets to registers for the next generation chip by Wayne Boyer · 15 years ago
  86. a32c055 [SCSI] ipr: add support for new adapter command structures for the next generation chip by Wayne Boyer · 15 years ago
  87. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
  88. fc6f070 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  89. ca54cb8 Subject: Re: [PATCH] strstrip incorrectly marked __must_check by KOSAKI Motohiro · 15 years ago
  90. 99c965d [SCSI] ipr: fix EEH recovery by Kleber Sacilotto de Souza · 15 years ago
  91. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  92. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  93. 3feeb89d [SCSI] ipr: add workaround for MSI interrupts on P7 by Wayne Boyer · 15 years ago
  94. 1be7bd8 ipr: differentiate pci-x and pci-e based adapters by Wayne Boyer · 15 years ago
  95. 95fecd9 ipr: add test for MSI interrupt support by Wayne Boyer · 15 years ago
  96. 6ff6389 [SCSI] ipr: fix PCI permanent error handler by Kleber S. Souza · 15 years ago
  97. f381642 [SCSI] ipr: ipr_remove() marked __devexit by Kleber S. Souza · 15 years ago
  98. dd406ef [SCSI] ipr: Fix sleeping function called with interrupts disabled by Brian King · 15 years ago
  99. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  100. 2cf22be [SCSI] ipr: Expose debug and fastfail parameters by Wayne Boyer · 16 years ago