1. 26d451b Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 18 years ago
  2. e22bec2 [PATCH] Fix i2o_scsi oops on abort by Markus Lidel · 18 years ago
  3. ea5a7a8 [SCSI] fusion - mptctl -adding asyn event notification support by Moore, Eric · 18 years ago
  4. 946cbf0 [SCSI] fusion - mptctl -firmware download fix by Moore, Eric · 18 years ago
  5. 592f9c2 [SCSI] fusion - mptctl - backplane istwi fix by Moore, Eric · 18 years ago
  6. 5f07e24 [SCSI] fusion - mptctl -sense width fix by Moore, Eric · 18 years ago
  7. 5b5ef4f [SCSI] fusion - mptctl - Event Log Fix by Moore, Eric · 18 years ago
  8. 86a7dca [SCSI] fusion - mtctl - change to wait_event_timeout by Moore, Eric · 18 years ago
  9. 9cc1cfb [SCSI] fusion - mptctl - adding support for bus_type=SAS by Moore, Eric · 18 years ago
  10. 096f7a2 [SCSI] fusion - mptctl - MPTCOMMAND - adding function types. by Moore, Eric · 18 years ago
  11. 8b3e09e [PATCH] I2O: fix and workaround for Motorola/Freescale controller by Markus Lidel · 18 years ago
  12. 15d8ec7 [PATCH] I2O: don't disable PCI device if it is enabled before probing by Markus Lidel · 18 years ago
  13. 2254c86 [SCSI] fusion: add message sanity check by Moore, Eric · 18 years ago
  14. a69ac32 [SCSI] fusion: unloading the driver - only set asyn narrow for configured devices by Moore, Eric · 18 years ago
  15. 335a941 [SCSI] fusion: unloading the driver results in panic - fix by Moore, Eric · 18 years ago
  16. 23f236e [SCSI] mptsas: don't complain on bogus slave_alloc calls by Christoph Hellwig · 18 years ago
  17. 9f63bb7 [SCSI] fusion: add task managment response code info by Moore, Eric · 18 years ago
  18. 4ddce14 [SCSI] fusion: add MSI support by Christoph Hellwig · 18 years ago
  19. 7e55147 [SCSI] fusion: overrun tape fix by Moore, Eric · 18 years ago
  20. ece5091 [SCSI] fusion: add verbose messages for RAID actions by Moore, Eric · 18 years ago
  21. 928496a [SCSI] fusion: increase reply frame size from 0x40 to 0x50 bytes by Moore, Eric · 18 years ago
  22. d66c7a0 [SCSI] fusion: setting timeouts in eh threads appropiatley for fc/sas/spi by Christoph Hellwig · 18 years ago
  23. 432b4c8 [SCSI] fusion: mptsas, increase discovery timout to 300 seconds by Moore, Eric · 18 years ago
  24. d8e925d [SCSI] fusion: spi bus reset when driver loads by Moore, Eric · 18 years ago
  25. 663e1aa [SCSI] fusion: fix compile by James Bottomley · 18 years ago
  26. fda4c2c8 [SCSI] fusion: bump version by Moore, Eric · 18 years ago
  27. 3bc7bf1 [SCSI] fusion: FC rport code fixes by Michael Reed · 18 years ago
  28. 79de278 [SCSI] fusion: move sas persistent event handling over to the mptsas module by Moore, Eric · 18 years ago
  29. 7d3eecf [SCSI] fusion: target reset when drive is being removed by Moore, Eric · 18 years ago
  30. c73787ee [SCSI] fusion: add support for raid hot add/del support by Moore, Eric · 18 years ago
  31. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  32. 3759b78 [SCSI] mptfc: need to select transport attrs by James Bottomley · 18 years ago
  33. 569b11d [SCSI] fusion - fix pci express bug by Moore, Eric · 18 years ago
  34. 4b915a7 [SCSI] fusion - mpi header udpate by Moore, Eric · 18 years ago
  35. 816aa90 [SCSI] fusion - adding raid support in mptsas by Moore, Eric · 18 years ago
  36. 6d5b0c3 [SCSI] fusion - adding support for FC949ES by Moore, Eric · 18 years ago
  37. 05e8ec1 [SCSI] mptfusion - fc transport attributes by Michael Reed · 18 years ago
  38. f20139b [SCSI] fix up message/i2o/pci.c by James Bottomley · 18 years ago
  39. 1ca00bb [SCSI] fusion: kzalloc / kcalloc conversion by Christoph Hellwig · 18 years ago
  40. eeb846c [SCSI] fusion: convert semaphores to mutexes by Christoph Hellwig · 18 years ago
  41. 9a28f49 [SCSI] mptsas: support basic hotplug by Christoph Hellwig · 18 years ago
  42. 9638d89 [SCSI] I2O: move pci_request_regions() just behind pci_enable_device() by Salyzyn, Mark · 18 years ago
  43. 7ff9205 [PATCH] don't include ioctl32.h in drivers by Christoph Hellwig · 18 years ago
  44. 943ffb5 spelling: s/retreive/retrieve/ by Adrian Bunk · 18 years ago
  45. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 18 years ago
  46. d99cf9d Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  47. 524e3b6 [PATCH] I2O: Lindent run by Markus Lidel · 19 years ago
  48. f6ed39a [PATCH] I2O: Optimizing by Markus Lidel · 19 years ago
  49. 2e1973a [PATCH] I2O: Beautifying by Markus Lidel · 19 years ago
  50. dcceafe [PATCH] I2O: Bugfixes by Markus Lidel · 19 years ago
  51. 24791bd [PATCH] I2O: Remove wrong I2O device class by Markus Lidel · 19 years ago
  52. 793fd15 [PATCH] I2O: SPARC fixes by Markus Lidel · 19 years ago
  53. a1a5ea7 [PATCH] I2O: changed I2O API to create I2O messages in kernel memory by Markus Lidel · 19 years ago
  54. 8ffdc65 [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() by Tejun Heo · 19 years ago
  55. f61ea1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 19 years ago
  56. 87d47d0 [PATCH] i2o: Do not disable pci device when it's in use by Ben Collins · 19 years ago
  57. f61c1c4 [SCSI] mptfusion - bump version by Moore, Eric Dean · 19 years ago
  58. c7c8298 [SCSI] mptfusion - mapping fixs required support for transport layers. by Moore, Eric Dean · 19 years ago
  59. f2ea867 [SCSI] mptfusion - prep for removing domain validation by Moore, Eric Dean · 19 years ago
  60. a9b2937 [SCSI] mptfusion - bus_type, change SCSI to SPI by Moore, Eric Dean · 19 years ago
  61. 7acec1e [SCSI] mptfusion - cleaning up xxx_probe error handling by Moore, Eric Dean · 19 years ago
  62. f78496d [SCSI] mptfusion - adding = THIS_MODULE by Moore, Eric Dean · 19 years ago
  63. 2741049 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 19 years ago
  64. 2a238ea [SCSI] mptfusion : dv performance fix by Moore, Eric Dean · 19 years ago
  65. f747307 Revert "[PATCH] drivers/message/fusion/mptbase.c: make code static" by Linus Torvalds · 19 years ago
  66. 16a6317 [PATCH] drivers/message/i2o/pci.c: fix a NULL pointer dereference by Adrian Bunk · 19 years ago
  67. 252ac86 [PATCH] drivers/message/fusion/mptbase.c: make code static by Adrian Bunk · 19 years ago
  68. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  69. 6521018 [PATCH] message: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  70. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  71. 849a892 Merge by Hand by James Bottomley · 19 years ago
  72. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  73. 3fa63c7 [PATCH] Typo fix: dot after newline in printk strings by Jean Delvare · 19 years ago
  74. f9a2d2e [SCSI] mptsas: white space fixes and version bump by Christoph Hellwig · 19 years ago
  75. da4fa65 [SCSI] mptsas: add support for PHY resets by Christoph Hellwig · 19 years ago
  76. ac01bbb [SCSI] sas: add flag for locally attached PHYs by Christoph Hellwig · 19 years ago
  77. b514112 [SCSI] mptsas: support link error attributes by Christoph Hellwig · 19 years ago
  78. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  79. 7bd7b09 [PATCH] I2O: remove i2o_device_class by Dmitry Torokhov · 19 years ago
  80. 607cf4d [PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o code by Greg Kroah-Hartman · 19 years ago
  81. 4f5ca09 [PATCH] I2O: remove class interface by Dmitry Torokhov · 19 years ago
  82. 024358e [PATCH] mptsas: fix phy identifiers by Eric Moore · 19 years ago
  83. 8b20f6d [PATCH] Fix I2O config-osm init to return proper error by Deepak Saxena · 19 years ago
  84. e0fc15b [SCSI] fusion SAS support (mptsas driver) minor fix by Moore, Eric Dean · 19 years ago
  85. 466544d [SCSI] fusion SAS support (mptsas driver) updates by Moore, Eric Dean · 19 years ago
  86. 0c33b27 [SCSI] fusion SAS support (mptsas driver) by Christoph Hellwig · 19 years ago
  87. 82ffb671 [SCSI] fusion core changes for SAS support by Christoph Hellwig · 19 years ago
  88. 17fa53d Merge by hand (conflicts in sd.c) by James Bottomley · 19 years ago
  89. c6678e0 [SCSI] fusion: whitespace fixes by Christoph Hellwig · 19 years ago
  90. 637fa99 [SCSI] fusion: endianess fixes by Christoph Hellwig · 19 years ago
  91. ccf3b7b [SCSI] fusion: update LSI headers by Christoph Hellwig · 19 years ago
  92. 69218ee [SCSI] fusion: extended config header support by Christoph Hellwig · 19 years ago
  93. dc9352a [PATCH] I2O: added pci_request_regions() before using the controller by Markus Lidel · 19 years ago
  94. db29e85 [PATCH] i2o: remove new configuration API by Markus Lidel · 19 years ago
  95. 2d98601 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 by Linus Torvalds · 19 years ago
  96. 2a56957 [PATCH] pm: more u32 vs. pm_message_t fixes by Pavel Machek · 19 years ago
  97. ca3f5a9 [PATCH] i2o: config-osm build fix by Andrew Morton · 19 years ago
  98. 6e3815b [SCSI] - mptfusion - convert to new change_queue_depth API by Moore, Eric Dean · 19 years ago
  99. d18c3db [PATCH] PCI: make drivers use the pci shutdown callback instead of the driver core callback. by Greg Kroah-Hartman · 19 years ago
  100. 1241319 [SCSI] remove scsi_set_device by Christoph Hellwig · 19 years ago