1. 203a512 [SCSI] Revert "[SCSI] aacraid: fib context lock for management ioctls" by James Bottomley · 16 years ago
  2. 3d9dd6e [SCSI] handle scsi_init_queue failure properly by FUJITA Tomonori · 17 years ago
  3. b172b6e [SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queue by FUJITA Tomonori · 17 years ago
  4. c639d14 [SCSI] scsi_debug: add XDWRITEREAD_10 support by FUJITA Tomonori · 17 years ago
  5. 072d0bb [SCSI] scsi_debug: add bidi data transfer support by FUJITA Tomonori · 17 years ago
  6. 3de9f94 [SCSI] scsi_debug: add get_data_transfer_info helper function by FUJITA Tomonori · 17 years ago
  7. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 17 years ago
  8. b8de163 [SCSI] bidirectional: fix up for the new blk_end_request code by Kiyoshi Ueda · 17 years ago
  9. 6f9a35e [SCSI] bidirectional command support by Boaz Harrosh · 17 years ago
  10. 30b0c37 [SCSI] implement scsi_data_buffer by Boaz Harrosh · 17 years ago
  11. bb52d82 [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtable by Boaz Harrosh · 17 years ago
  12. 03e7925 [SCSI] aic7xxx: fix warnings with CONFIG_PM disabled by FUJITA Tomonori · 17 years ago
  13. 67eb633 [SCSI] aic79xx: fix warnings with CONFIG_PM disabled by FUJITA Tomonori · 17 years ago
  14. 969ceff [SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactions by David Milburn · 17 years ago
  15. 2adbfa3 [SCSI] sgiwd93: use cached memory access to make driver work on IP28 by Thomas Bogendoerfer · 17 years ago
  16. 149d6ba [SCSI] ncr53c8xx: fix sense_buffer access bug by FUJITA Tomonori · 17 years ago
  17. c1c9ce5 [SCSI] aic79xx: fix sense_buffer access bug by FUJITA Tomonori · 17 years ago
  18. c372f4a [SCSI] hptiop: fix sense_buffer access bug by FUJITA Tomonori · 17 years ago
  19. de15c20 [SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_error by Nathan Lynch · 17 years ago
  20. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 17 years ago
  21. 7ffc49a [ETH]: Combine format_addr() with print_mac(). by Michael Chan · 17 years ago
  22. 8d01edd Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  23. f0f0052 Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  24. 7cedb1f SG: work with the SCSI fixed maximum allocations. by James Bottomley · 17 years ago
  25. 610d8b0 blk_end_request: changing scsi (take 4) by Kiyoshi Ueda · 17 years ago
  26. 5a330e3 blk_end_request: changing ide-scsi (take 4) by Kiyoshi Ueda · 17 years ago
  27. 5ed7959 SG: Convert SCSI to use scatterlist helpers for sg chaining by Jens Axboe · 17 years ago
  28. 6da127a blktrace: Add blktrace ioctls to SCSI generic devices by Christof Schmitt · 17 years ago
  29. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  30. 2ba14a0 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  31. 2fc5738 ide: add ide_pktcmd_tf_load() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  32. 932aead ide-{floppy,tape,scsi}: fix register loading order when issuing packet command by Bartlomiej Zolnierkiewicz · 17 years ago
  33. 8e7657a ide: remove atapi_ireason_t (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  34. 790d123 ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t by Bartlomiej Zolnierkiewicz · 17 years ago
  35. e5f9f5a ide: remove atapi_feature_t by Bartlomiej Zolnierkiewicz · 17 years ago
  36. 22c525b ide: remove ata_status_t and atapi_status_t by Bartlomiej Zolnierkiewicz · 17 years ago
  37. 366ca51 [SCSI] libsas: abstract STP task status into a function by James Bottomley · 17 years ago
  38. 1292500 [SCSI] ultrastor: clean up inline asm warnings by Frederik Deweerdt · 17 years ago
  39. 93a38fa [SCSI] aic7xxx: fix firmware build by Vegard Nossum · 17 years ago
  40. a119ee8 [SCSI] aacraid: fib context lock for management ioctls by Salyzyn, Mark · 17 years ago
  41. 5aa22af [SCSI] ch: remove forward declarations by FUJITA Tomonori · 17 years ago
  42. da707c5 [SCSI] ch: fix device minor number management bug by FUJITA Tomonori · 17 years ago
  43. 9c77010 scsi: use class iteration api by Dave Young · 17 years ago
  44. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  45. e2d435e [SCSI] initio: fix module hangs on loading by Stuart Swales · 17 years ago
  46. a3d2c2e [SCSI] ch: handle class_device_create failure properly by FUJITA Tomonori · 17 years ago
  47. a43cf0f [SCSI] NCR5380: fix section mismatch by Randy Dunlap · 17 years ago
  48. 53474c0 [SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devices by Tony Battersby · 17 years ago
  49. 5b7f168 [SCSI] don't use __GFP_DMA for sense buffers if not required by James Bottomley · 17 years ago
  50. de25deb [SCSI] use dynamically allocated sense buffer by FUJITA Tomonori · 17 years ago
  51. a0899d4 [SCSI] sd: add fix for devices with last sector access problems by Hans de Goede · 17 years ago
  52. b523381 [SCSI] fix pcmcia compile problem by James Bottomley · 17 years ago
  53. cb1042f [SCSI] aacraid: add Voodoo Lite class of cards. by Salyzyn, Mark · 17 years ago
  54. 2ca39c4 [SCSI] aacraid: add new driver features flags by Salyzyn, Mark · 17 years ago
  55. 0c27f5b [SCSI] qla2xxx: Update version number to 8.02.00-k7. by Andrew Vasquez · 17 years ago
  56. c48339d [SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command. by Seokmann Ju · 17 years ago
  57. fc44765 [SCSI] qla2xxx: Correct late-memset() of EFT buffer. by Andrew Vasquez · 17 years ago
  58. df613b9 [SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support. by Andrew Vasquez · 17 years ago
  59. 00b6bd2 [SCSI] qla2xxx: Trace-Control naming cleanups. by Andrew Vasquez · 17 years ago
  60. a824ebb [SCSI] qla2xxx: Code cleanups. by Adrian Bunk · 17 years ago
  61. 50db6b1 [SCSI] qla2xxx: Add a filter to compare port_name against the physical on vport creation. by Seokmann Ju · 17 years ago
  62. 0b05a1f [SCSI] qla2xxx: Use completion routines. by Marcus Barrow · 17 years ago
  63. a4722cf [SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request. by Andrew Vasquez · 17 years ago
  64. da7429f [SCSI] qla2xxx: Restrict MSI/MSI-X enablement on select ISP2432-type HBAs. by Andrew Vasquez · 17 years ago
  65. 6f13fd5 [SCSI] qla2xxx: Wait for FLASH write-protection to complete after a write. by Andrew Vasquez · 17 years ago
  66. 3776541 [SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources. by Andrew Vasquez · 17 years ago
  67. 43ef058 [SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs. by Andrew Vasquez · 17 years ago
  68. 4733fcb [SCSI] qla2xxx: Consolidate duplicate sense-data handling codes. by Andrew Vasquez · 17 years ago
  69. fd66c1b [SCSI] st: convert to unlocked_ioctl by Kai Makisara · 17 years ago
  70. 8ce3eca [SCSI] aacraid: remove pigs in space by Salyzyn, Mark · 17 years ago
  71. d07e036 [SCSI] sg: handle class_device_create failure properly by FUJITA Tomonori · 17 years ago
  72. a24484f [SCSI] sg: set class_data after success by FUJITA Tomonori · 17 years ago
  73. d814c51 [SCSI] dpt_i2o: use constant instead of bare value by Salyzyn, Mark · 17 years ago
  74. f7fea18 [SCSI] ch: Convert to use unlocked_ioctl by Mathieu Segaud · 17 years ago
  75. eaa3e22 [SCSI] sg: Only print SCSI data direction warning once for a command by Andi Kleen · 17 years ago
  76. d496f94 [SCSI] aacraid: fix security weakness by Alan Cox · 17 years ago
  77. 3ace426 [SCSI] aacraid: replace '<?:' with min_t() by Salyzyn, Mark · 17 years ago
  78. b80ca4f [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE by FUJITA Tomonori · 17 years ago
  79. 94aa5e5 [SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in queuecommand by FUJITA Tomonori · 17 years ago
  80. 382db81 [SCSI] megaraid: fix section mismatch by Randy Dunlap · 17 years ago
  81. cc75e8a [SCSI] libsas: fix sense_buffer overrun by FUJITA Tomonori · 17 years ago
  82. 3bc8070 [SCSI] aacraid: SMC vendor identification by Salyzyn, Mark · 17 years ago
  83. 0995ad3 [SCSI] aacraid: respond to enclosure service events by Salyzyn, Mark · 17 years ago
  84. d9aa3af [SCSI] sym53c8xx: fixes two bugs related to chip reset by Krzysztof Helt · 17 years ago
  85. 3a0086a [SCSI] aacraid: add call to flush_kernel_dcache_page by Salyzyn, Mark · 17 years ago
  86. 32cfe34 [SCSI] lpfc 8.2.4 : Update lpfc driver version to 8.2.4 by James Smart · 17 years ago
  87. fa4066b [SCSI] lpfc 8.2.4 : Rework misplaced reference taking on node structure by James Smart · 17 years ago
  88. c95d6c6 [SCSI] lpfc 8.2.4 : Enhance debugfs use by James Smart · 17 years ago
  89. 9c2face [SCSI] lpfc 8.2.4 : Fix Unsolicited Data items by James Smart · 17 years ago
  90. 83108bd [SCSI] lpfc 8.2.4 : Add additional sysfs and module parameters by James Smart · 17 years ago
  91. 8a4df120 [SCSI] lpfc 8.2.4 : Make lpfc legacy I/O port free by Tomohiro Kusumi · 17 years ago
  92. 0937282 [SCSI] lpfc 8.2.4 : Miscellaneous Fixes by James Smart · 17 years ago
  93. 13815c8 [SCSI] lpfc 8.2.4 : Add parameters to enable and disable heartbeat and hba resets by James Smart · 17 years ago
  94. fa61a54 [SCSI] lpfc 8.2.4 : Correct abort handler logic by James Smart · 17 years ago
  95. 0ff10d4 [SCSI] lpfc 8.2.4 : Miscellaneous Discovery/ELS Fixes by James Smart · 17 years ago
  96. b18268f [SCSI] aacraid: improve queue balancing by Salyzyn, Mark · 17 years ago
  97. b6ef70f [SCSI] aacraid: OS panic after Adapter panic (hardening). by Salyzyn, Mark · 17 years ago
  98. 6dcd4a7 [SCSI] aacraid: fix multiple definition of automatic variable warning. by Salyzyn, Mark · 17 years ago
  99. a3940da [SCSI] aacraid: fix big endian issues by Salyzyn, Mark · 17 years ago
  100. 06a43d1 [SCSI] aacraid: variable redefinition hides earlier warning by Salyzyn, Mark · 17 years ago