1. c596cc4 scsi/gdth: fix crash in gdth_timeout if no gdth controllers found by Linus Torvalds · 17 years ago
  2. df3d80f Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  3. ab9c232 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  4. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  5. c8e91b0 [SCSI] gdth: fix CONFIG_ISA build failure by Dhaval Giani · 17 years ago
  6. 7624680 [SCSI] esp_scsi: remove __dev{init,exit} by Adrian Bunk · 17 years ago
  7. 3892d88 [SCSI] gdth: !use_sg cleanup and use of scsi accessors by Boaz Harrosh · 17 years ago
  8. f842b64 [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2 by Boaz Harrosh · 17 years ago
  9. 3058d5d [SCSI] gdth: Setup proper per-command private data by Boaz Harrosh · 17 years ago
  10. 884f7fb [SCSI] gdth: Remove gdth_ctr_tab[] by Boaz Harrosh · 17 years ago
  11. 835cc24 [SCSI] gdth: switch to modern scsi host registration by Christoph Hellwig · 17 years ago
  12. 10e1b4b [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixes by Boaz Harrosh · 17 years ago
  13. 45f1a41 [SCSI] gdth: clean up host private data by Boaz Harrosh · 17 years ago
  14. 52759e6 [SCSI] gdth: Remove virt hosts by Christoph Hellwig · 17 years ago
  15. 69916b7 [SCSI] gdth: Reorder scsi_host_template intitializers by Jeff Garzik · 17 years ago
  16. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  17. a52667f [SCSI] gdth: kill gdth_{read,write}[bwl] wrappers by Jeff Garzik · 17 years ago
  18. cc0680a libata-link: linkify reset by Tejun Heo · 17 years ago
  19. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  20. 8d7a5da [SCSI] gdth: Remove 2.4.x support, in-kernel changelog by Jeff Garzik · 17 years ago
  21. 8514ef2 [SCSI] gdth: split out pci probing by Christoph Hellwig · 17 years ago
  22. 706a5d4 [SCSI] gdth: split out eisa probing by Christoph Hellwig · 17 years ago
  23. aed91cb [SCSI] gdth: split out isa probing by Christoph Hellwig · 17 years ago
  24. b8bff2a gdth: Make one abuse of scsi_cmnd less obvious by Matthew Wilcox · 17 years ago
  25. 28424d3 [SCSI] NCR5380: Use scsi_eh API for REQUEST_SENSE invocation by Boaz Harrosh · 17 years ago
  26. e1c2346 [SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUEST_SENSE by Boaz Harrosh · 17 years ago
  27. 55db6c1 [SCSI] scsi_error: code cleanup before refactoring of scsi_send_eh_cmnd() by Boaz Harrosh · 17 years ago
  28. 2ca4823 [SCSI] fdomain: fix CONFIG_PCI=n warnings by Gabriel C · 17 years ago
  29. 8993269 [SCSI] dpt_i2o: Fix section mismatch by Joe Korty · 17 years ago
  30. f01f9d5 [SCSI] imm: fix check-after-use by Adrian Bunk · 17 years ago
  31. 5975f64 [SCSI] arcmsr: build fix by Andrew Morton · 17 years ago
  32. 774251e [SCSI] nsp_cs: remove kernel 2.4 code by Adrian Bunk · 17 years ago
  33. a02676d [SCSI] ibmmca: Remove dead references to MODULE_PARM macro by Robert P. J. Day · 17 years ago
  34. 9d511a4 [SCSI] advansys: Changes to work on parisc by Matthew Wilcox · 17 years ago
  35. d10fb2c [SCSI] advansys: Use dma mapping for overrun buffer by Matthew Wilcox · 17 years ago
  36. b249c7f [SCSI] advansys: Remove a couple of uses of bus_to_virt by Matthew Wilcox · 17 years ago
  37. 52c334e [SCSI] advansys: convert to use the data buffer accessors by Matthew Wilcox · 17 years ago
  38. fd625f4 [SCSI] advansys: Remove DvcGetPhyAddr by Matthew Wilcox · 17 years ago
  39. 98d41c2 [SCSI] advansys: Move a couple of fields from struct board to struct adv_dvc by Matthew Wilcox · 17 years ago
  40. afbb68c [SCSI] advansys: Make sdtr_period_tbl a pointer by Matthew Wilcox · 17 years ago
  41. 9d0e96e [SCSI] advansys: Get rid of board index number by Matthew Wilcox · 17 years ago
  42. f092d22 [SCSI] advansys: Remove private lock by Matthew Wilcox · 17 years ago
  43. b352f92 [SCSI] advansys: Sort out debug macros by Matthew Wilcox · 17 years ago
  44. b08fc56 [SCSI] advansys: Remove library version & serial numbers by Matthew Wilcox · 17 years ago
  45. d241149 [SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macro by Matthew Wilcox · 17 years ago
  46. 720349a [SCSI] advansys: Merge ASC_IERR definitions by Matthew Wilcox · 17 years ago
  47. d361db4 [SCSI] advansys: Sort out irq number mess by Matthew Wilcox · 17 years ago
  48. 9a256fa [SCSI] advansys: Remove ASC_WIDE_BOARD predicate by Matthew Wilcox · 17 years ago
  49. ae002fe [SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHS by Matthew Wilcox · 17 years ago
  50. 52fa077 [SCSI] advansys: Improve reset handler by Matthew Wilcox · 17 years ago
  51. 05848b6 [SCSI] advansys: Fix simultaneous calls to ->queuecommand by Matthew Wilcox · 17 years ago
  52. 41d2493 [SCSI] advansys: Restructure asc_execute_scsi_cmnd() by Matthew Wilcox · 17 years ago
  53. 6e8905f [SCSI] advansys: Remove array of scsi targets by Matthew Wilcox · 17 years ago
  54. 5121935 [SCSI] advansys: Eliminate prototypes by Matthew Wilcox · 17 years ago
  55. 6f5391c [SCSI] Get rid of scsi_cmnd->done by Matthew Wilcox · 17 years ago
  56. 687d2bc [SCSI] gdth: Stop abusing ->done for internal commands by Matthew Wilcox · 17 years ago
  57. 9ec76fb [SCSI] qlogicpti: Add a slave_configure method by Matthew Wilcox · 17 years ago
  58. 8bd4578 [SCSI] aic94xx: fix SSP IU status print-out by Jeff Garzik · 17 years ago
  59. cce99c6 [SCSI] Fix mistaken uses of ->done by Matthew Wilcox · 17 years ago
  60. 1d0c7c8 [SCSI] pluto: Don't abuse ->done for internal commands by Matthew Wilcox · 17 years ago
  61. 311b581 [SCSI] Fix device not ready printk by James Bottomley · 17 years ago
  62. 12a4416 [SCSI] Remove ->pid field from scsi_cmnd by Matthew Wilcox · 17 years ago
  63. 13ba9bc [SCSI] fix scsi_is_sdev_device() after switch to default sdev attributes by Kay Sievers · 17 years ago
  64. 8c8fdc5 [SCSI] ips: Update version information by Bernhard Walle · 17 years ago
  65. a50ee7a [SCSI] ips: Close narrow race in release by Matthew Wilcox · 17 years ago
  66. f01abb3 [SCSI] aic94xx: Free scsi host on error by Matthew Wilcox · 17 years ago
  67. c131993 [SCSI] qlogicfas: Close narrow race in release by Matthew Wilcox · 17 years ago
  68. 1bd4057 [SCSI] aha152x: Close narrow race in release by Matthew Wilcox · 17 years ago
  69. dffe807 [SCSI] ncr53c8xx: Call scsi_host_put in release by Matthew Wilcox · 17 years ago
  70. 6fdea8d [SCSI] ide-scsi: Close narrow race in release by Matthew Wilcox · 17 years ago
  71. 34f8f0d [SCSI] ibmmca: Stop leaking scsi_hosts on exit by Matthew Wilcox · 17 years ago
  72. a57b1fc [SCSI] scsi_scan: Cope with kthread_run failing by Matthew Wilcox · 17 years ago
  73. 31765d7 [SCSI] Improve error message when offlining a device by Matthew Wilcox · 17 years ago
  74. 7c07d61 [SCSI] sg: use idr to replace static arrays by James Bottomley · 17 years ago
  75. 4390e60 [SCSI] osst: Use mutex instead of semaphore by Matthias Kaehlcke · 17 years ago
  76. 488a5c8 [SCSI] arcmsr: irq handler fixes, cleanups, micro-opts by Jeff Garzik · 17 years ago
  77. 2443045 [SCSI] arcmsr: Fix hardware wait loops by Jeff Garzik · 17 years ago
  78. 095862a [SCSI] qla2xxx: Update version number to 8.02.00-k4. by Andrew Vasquez · 17 years ago
  79. 39bd962 [SCSI] qla2xxx: Limit iIDMA speed adjustments. by Andrew Vasquez · 17 years ago
  80. 87f2701 [SCSI] qla2xxx: Rework MSI-X handlers. by Andrew Vasquez · 17 years ago
  81. 8b3253d [SCSI] qla2xxx: Clear options-flags while staging firmware-execution. by Andrew Vasquez · 17 years ago
  82. 26ff776 [SCSI] qla2xxx: Sparse cleanups in qla_mid.c by Andrew Vasquez · 17 years ago
  83. 700ca0e [SCSI] qla2xxx: Cleanup several 'sparse' warnings. by Andrew Vasquez · 17 years ago
  84. f363b94 [SCSI] qla2xxx: Use shost_priv(). by Andrew Vasquez · 17 years ago
  85. e745759 [SCSI] qla2xxx: Remove unused member (list) from srb_t structure. by Andrew Vasquez · 17 years ago
  86. 4d0ea24 [SCSI] qla2xxx: Retrieve max-NPIV support capabilities from FW. by Seokmann Ju · 17 years ago
  87. c45bcc8 [SCSI] qla2xxx: Use the correct pointer-address during NVRAM writes. by Andrew Vasquez · 17 years ago
  88. 8a85e171 [SCSI] qla2xxx: Set correct attribute count during FDMI RPA. by Andrew Vasquez · 17 years ago
  89. 63a8651 [SCSI] qla2xxx: Correct infinite-login-retry issue. by Ravi Anand · 17 years ago
  90. b583692 [SCSI] qla2xxx: Query additional RISC registers during ISP25XX firmware dump. by Andrew Vasquez · 17 years ago
  91. c3b058a [SCSI] qla2xxx: Correct staging of RISC while attempting to pause. by Andrew Vasquez · 17 years ago
  92. 05236a0 [SCSI] qla2xxx: Query additional RISC information during a pause. by Andrew Vasquez · 17 years ago
  93. 14e660e [SCSI] qla2xxx: Add PCI error recovery support. by Seokmann Ju · 17 years ago
  94. b7cc176 [SCSI] qla2xxx: Allow region-based flash-part accesses. by Joe Carnuccio · 17 years ago
  95. 338c916 [SCSI] qla2xxx: Add flash burst-read/write support. by Andrew Vasquez · 17 years ago
  96. c81d04c [SCSI] qla2xxx: Collapse and simplify ISP2XXX firmware dump routines. by Andrew Vasquez · 17 years ago
  97. 7f9a6bc [SCSI] move ULD attachment into the prep function by James Bottomley · 17 years ago
  98. d3849d5 [SCSI] Fix ibmvscsi client for multiplatform iSeries+pSeries kernel by David Woodhouse · 17 years ago
  99. 5307b1e [SCSI] dtc: Fix typo by Alan Cox · 17 years ago
  100. 1a1d641 [SCSI] eata_pio: Clean up proc handling, bracketing and use cpu_relax() by Alan Cox · 17 years ago