1. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  2. 2ba14a0 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  3. 2fc5738 ide: add ide_pktcmd_tf_load() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  4. 932aead ide-{floppy,tape,scsi}: fix register loading order when issuing packet command by Bartlomiej Zolnierkiewicz · 17 years ago
  5. 8e7657a ide: remove atapi_ireason_t (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  6. 790d123 ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t by Bartlomiej Zolnierkiewicz · 17 years ago
  7. e5f9f5a ide: remove atapi_feature_t by Bartlomiej Zolnierkiewicz · 17 years ago
  8. 22c525b ide: remove ata_status_t and atapi_status_t by Bartlomiej Zolnierkiewicz · 17 years ago
  9. 366ca51 [SCSI] libsas: abstract STP task status into a function by James Bottomley · 17 years ago
  10. 1292500 [SCSI] ultrastor: clean up inline asm warnings by Frederik Deweerdt · 17 years ago
  11. 93a38fa [SCSI] aic7xxx: fix firmware build by Vegard Nossum · 17 years ago
  12. a119ee8 [SCSI] aacraid: fib context lock for management ioctls by Salyzyn, Mark · 17 years ago
  13. 5aa22af [SCSI] ch: remove forward declarations by FUJITA Tomonori · 17 years ago
  14. da707c5 [SCSI] ch: fix device minor number management bug by FUJITA Tomonori · 17 years ago
  15. 9c77010 scsi: use class iteration api by Dave Young · 17 years ago
  16. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  17. e2d435e [SCSI] initio: fix module hangs on loading by Stuart Swales · 17 years ago
  18. a3d2c2e [SCSI] ch: handle class_device_create failure properly by FUJITA Tomonori · 17 years ago
  19. a43cf0f [SCSI] NCR5380: fix section mismatch by Randy Dunlap · 17 years ago
  20. 53474c0 [SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devices by Tony Battersby · 17 years ago
  21. 5b7f168 [SCSI] don't use __GFP_DMA for sense buffers if not required by James Bottomley · 17 years ago
  22. de25deb [SCSI] use dynamically allocated sense buffer by FUJITA Tomonori · 17 years ago
  23. a0899d4 [SCSI] sd: add fix for devices with last sector access problems by Hans de Goede · 17 years ago
  24. b523381 [SCSI] fix pcmcia compile problem by James Bottomley · 17 years ago
  25. cb1042f [SCSI] aacraid: add Voodoo Lite class of cards. by Salyzyn, Mark · 17 years ago
  26. 2ca39c4 [SCSI] aacraid: add new driver features flags by Salyzyn, Mark · 17 years ago
  27. 0c27f5b [SCSI] qla2xxx: Update version number to 8.02.00-k7. by Andrew Vasquez · 17 years ago
  28. c48339d [SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command. by Seokmann Ju · 17 years ago
  29. fc44765 [SCSI] qla2xxx: Correct late-memset() of EFT buffer. by Andrew Vasquez · 17 years ago
  30. df613b9 [SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support. by Andrew Vasquez · 17 years ago
  31. 00b6bd2 [SCSI] qla2xxx: Trace-Control naming cleanups. by Andrew Vasquez · 17 years ago
  32. a824ebb [SCSI] qla2xxx: Code cleanups. by Adrian Bunk · 17 years ago
  33. 50db6b1 [SCSI] qla2xxx: Add a filter to compare port_name against the physical on vport creation. by Seokmann Ju · 17 years ago
  34. 0b05a1f [SCSI] qla2xxx: Use completion routines. by Marcus Barrow · 17 years ago
  35. a4722cf [SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request. by Andrew Vasquez · 17 years ago
  36. da7429f [SCSI] qla2xxx: Restrict MSI/MSI-X enablement on select ISP2432-type HBAs. by Andrew Vasquez · 17 years ago
  37. 6f13fd5 [SCSI] qla2xxx: Wait for FLASH write-protection to complete after a write. by Andrew Vasquez · 17 years ago
  38. 3776541 [SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources. by Andrew Vasquez · 17 years ago
  39. 43ef058 [SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs. by Andrew Vasquez · 17 years ago
  40. 4733fcb [SCSI] qla2xxx: Consolidate duplicate sense-data handling codes. by Andrew Vasquez · 17 years ago
  41. fd66c1b [SCSI] st: convert to unlocked_ioctl by Kai Makisara · 17 years ago
  42. 8ce3eca [SCSI] aacraid: remove pigs in space by Salyzyn, Mark · 17 years ago
  43. d07e036 [SCSI] sg: handle class_device_create failure properly by FUJITA Tomonori · 17 years ago
  44. a24484f [SCSI] sg: set class_data after success by FUJITA Tomonori · 17 years ago
  45. d814c51 [SCSI] dpt_i2o: use constant instead of bare value by Salyzyn, Mark · 17 years ago
  46. f7fea18 [SCSI] ch: Convert to use unlocked_ioctl by Mathieu Segaud · 17 years ago
  47. eaa3e22 [SCSI] sg: Only print SCSI data direction warning once for a command by Andi Kleen · 17 years ago
  48. d496f94 [SCSI] aacraid: fix security weakness by Alan Cox · 17 years ago
  49. 3ace426 [SCSI] aacraid: replace '<?:' with min_t() by Salyzyn, Mark · 17 years ago
  50. b80ca4f [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE by FUJITA Tomonori · 17 years ago
  51. 94aa5e5 [SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in queuecommand by FUJITA Tomonori · 17 years ago
  52. 382db81 [SCSI] megaraid: fix section mismatch by Randy Dunlap · 17 years ago
  53. cc75e8a [SCSI] libsas: fix sense_buffer overrun by FUJITA Tomonori · 17 years ago
  54. 3bc8070 [SCSI] aacraid: SMC vendor identification by Salyzyn, Mark · 17 years ago
  55. 0995ad3 [SCSI] aacraid: respond to enclosure service events by Salyzyn, Mark · 17 years ago
  56. d9aa3af [SCSI] sym53c8xx: fixes two bugs related to chip reset by Krzysztof Helt · 17 years ago
  57. 3a0086a [SCSI] aacraid: add call to flush_kernel_dcache_page by Salyzyn, Mark · 17 years ago
  58. 32cfe34 [SCSI] lpfc 8.2.4 : Update lpfc driver version to 8.2.4 by James Smart · 17 years ago
  59. fa4066b [SCSI] lpfc 8.2.4 : Rework misplaced reference taking on node structure by James Smart · 17 years ago
  60. c95d6c6 [SCSI] lpfc 8.2.4 : Enhance debugfs use by James Smart · 17 years ago
  61. 9c2face [SCSI] lpfc 8.2.4 : Fix Unsolicited Data items by James Smart · 17 years ago
  62. 83108bd [SCSI] lpfc 8.2.4 : Add additional sysfs and module parameters by James Smart · 17 years ago
  63. 8a4df120 [SCSI] lpfc 8.2.4 : Make lpfc legacy I/O port free by Tomohiro Kusumi · 17 years ago
  64. 0937282 [SCSI] lpfc 8.2.4 : Miscellaneous Fixes by James Smart · 17 years ago
  65. 13815c8 [SCSI] lpfc 8.2.4 : Add parameters to enable and disable heartbeat and hba resets by James Smart · 17 years ago
  66. fa61a54 [SCSI] lpfc 8.2.4 : Correct abort handler logic by James Smart · 17 years ago
  67. 0ff10d4 [SCSI] lpfc 8.2.4 : Miscellaneous Discovery/ELS Fixes by James Smart · 17 years ago
  68. b18268f [SCSI] aacraid: improve queue balancing by Salyzyn, Mark · 17 years ago
  69. b6ef70f [SCSI] aacraid: OS panic after Adapter panic (hardening). by Salyzyn, Mark · 17 years ago
  70. 6dcd4a7 [SCSI] aacraid: fix multiple definition of automatic variable warning. by Salyzyn, Mark · 17 years ago
  71. a3940da [SCSI] aacraid: fix big endian issues by Salyzyn, Mark · 17 years ago
  72. 06a43d1 [SCSI] aacraid: variable redefinition hides earlier warning by Salyzyn, Mark · 17 years ago
  73. 17eaace [SCSI] aacraid: add sysfs report of RAID level by Salyzyn, Mark · 17 years ago
  74. 95e852e [SCSI] aacraid: add parameter to control FUA and SYNCHRONIZE_CACHE policy by Salyzyn, Mark · 17 years ago
  75. 9b161a4 [SCSI] scsi_transport_spi: convert to attribute groups by James Bottomley · 17 years ago
  76. d52b381 [SCSI] add missing transport configure points for target and host by James Bottomley · 17 years ago
  77. ff2aeb1 libata: convert to chained sg by Tejun Heo · 17 years ago
  78. 0dc3688 libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* by Tejun Heo · 17 years ago
  79. 405e66b libata: implement protocol tests by Tejun Heo · 17 years ago
  80. 889c94a Fix file references in documentation and Kconfig by Johann Felix Soden · 17 years ago
  81. 747d016 advansys: fix section mismatch warning by Randy Dunlap · 17 years ago
  82. 4c993f7 scsi/qla2xxx/qla_os.c section fix by Adrian Bunk · 17 years ago
  83. 465ff31 [SCSI] relax scsi dma alignment by James Bottomley · 17 years ago
  84. 166a728 [SCSI] fix scsi_setup_command_freelist failure path race by FUJITA Tomonori · 17 years ago
  85. 210ba1d [SCSI] sr: update to follow tray status correctly by James Bottomley · 17 years ago
  86. 32e8ae3 [SCSI] libsas: don't use made up error codes by James Bottomley · 17 years ago
  87. 2d507a0 [SCSI] libsas, bsg: pass errors through correctly by James Bottomley · 17 years ago
  88. 2d4b63e [SCSI] libsas: don't treat underrun as an error on SMP tasks by James Bottomley · 17 years ago
  89. b98e66f [SCSI] libsas: add host SMP processing by James Bottomley · 17 years ago
  90. bfd90dc [SCSI] megaraid: add __devexit annotation by Adrian Bunk · 17 years ago
  91. 3be38e7 [SCSI] atari_NCR5380, sun3_NCR5380: operator precedence fix by Roel Kluin · 17 years ago
  92. 1039623 [SCSI] iscsi class: bump version by Mike Christie · 17 years ago
  93. df93ffc [SCSI] iscsi_tcp: fix setting of r2t by Mike Christie · 17 years ago
  94. 1183657 [SCSI] libiscsi: use is_power_of_2 by vignesh babu · 17 years ago
  95. 4545a88 [SCSI] iscsi_tcp: hold lock during data rsp processing by Mike Christie · 17 years ago
  96. 66bbe0c [SCSI] iscsi_tcp: enable sg chaining by Mike Christie · 17 years ago
  97. 4cd49ea [SCSI] libiscsi, iscsi class: set tmf to a safe default and export in sysfs by Mike Christie · 17 years ago
  98. 7a53dc5 [SCSI] iscsi_tcp: drop session when itt does not match any command by Mike Christie · 17 years ago
  99. 03766a1 [SCSI] iscsi_tcp: stop leaking r2t_info's when the incoming R2T is bad by Olaf Kirch · 17 years ago
  100. a8ac631 [SCSI] iscsi: convert xmit path to iscsi chunks by Olaf Kirch · 17 years ago