1. 5d5ff44 [SCSI] fix up request buffer reference in various scsi drivers by Christoph Hellwig · 20 years ago
  2. e4a082c [SCSI] megaraid_sas: switch fw_outstanding to an atomic_t by Sumant Patro · 20 years ago
  3. f70e9c5f [SCSI] iscsi: update version to 1.0-595 by Mike Christie · 20 years ago
  4. 3219e52 [SCSI] iscsi: fix writepsace race by Mike Christie · 20 years ago
  5. 040515f [SCSI] iscsi: return task found during search by Mike Christie · 20 years ago
  6. 994442e [SCSI] iscsi: fix run list corruption by Mike Christie · 20 years ago
  7. 67a6111 [SCSI] iscsi: don't switch states when just cleaning up by Mike Christie · 20 years ago
  8. 9bf0a28 [SCSI] kdump: mpt fusion driver initialization failure fix by Vivek Goyal · 20 years ago
  9. 2b89dad [SCSI] audit drivers for incorrect max_id use by Hannes Reinecke · 20 years ago
  10. 091686d [SCSI] Return -EINVAL when "id == max_id" in scsi_scan_host_selected() by Amit Arora · 20 years ago
  11. 93ef588 [SCSI] zfcp: bump up version number by Andreas Herrmann · 20 years ago
  12. 338151e [SCSI] zfcp: make use of fc_remote_port_delete when target port is unavailable by Andreas Herrmann · 20 years ago
  13. 75bfc28 [SCSI] zfcp: evaluate plogi payload to set maxframe_size, supported_classes of rports by Ralph Wuerthner · 20 years ago
  14. b7a52fa [SCSI] zfcp: print bit error threshold data human readable by Ralph Wuerthner · 20 years ago
  15. 06506d0 [SCSI] zfcp: (cleanup) removed superfluous macros, struct members, typedefs by Andreas Herrmann · 20 years ago
  16. ec4081c [SCSI] zfcp: (cleanup) kmalloc/kzalloc replacement by Andreas Herrmann · 20 years ago
  17. ca3271b [SCSI] zfcp: (cleanup) remove useless comments by Andreas Herrmann · 20 years ago
  18. 4a9d2d8 [SCSI] zfcp: (cleanup) shortened copyright and author information by Andreas Herrmann · 20 years ago
  19. 979dca3 [SCSI] imm: no need for unchecked_isa_dma by Randy Dunlap · 20 years ago
  20. 818bf49 [SCSI] qla2xxx: Update version number to 8.01.05-k2. by Andrew Vasquez · 20 years ago
  21. 21333b4 [SCSI] qla2xxx: Correct issue where driver improperly issued SNS commands in N2N topologies. by Andrew Vasquez · 20 years ago
  22. d4e3e04 [SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs. by Andrew Vasquez · 20 years ago
  23. cb63067 [SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define. by Andrew Vasquez · 20 years ago
  24. 47f5e06 [SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition. by Andrew Vasquez · 20 years ago
  25. 441d107 [SCSI] qla2xxx: Remove obsolete firmware-loader-module support. by Andrew Vasquez · 20 years ago
  26. 4971cd2 [SCSI] qla2xxx: Remove unused port-type RSCN handling code. by Andrew Vasquez · 20 years ago
  27. 75bc419 [SCSI] qla2xxx: Drop unused driver cruft. by Andrew Vasquez · 20 years ago
  28. 5341e86 [SCSI] qla2xxx: Add support for alternate WWN NVRAM setting. by Andrew Vasquez · 20 years ago
  29. fd0e7e4 [SCSI] qla2xxx: Correct endianess comparisons during ISP24xx NVRAM configuration. by Andrew Vasquez · 20 years ago
  30. ffb39f0 [SCSI] qla2xxx: ABBA lock ordering fix. by Andrew Vasquez · 20 years ago
  31. d1c6190 [SCSI] qla2xxx: Update ISP24xx firwmare loading heuristics. by Andrew Vasquez · 20 years ago
  32. ed17c71 [SCSI] qla2xxx: Use FW calculated residual count for underrun handling. by Ravi Anand · 20 years ago
  33. 45aeaf1 [SCSI] qla2xxx: Add support for new flash part. by Ravi Anand · 20 years ago
  34. 5768008 [SCSI] qla2xxx: Don't wait for loop transition to complete if LOOP_DEAD state is attained. by Ravi Anand · 20 years ago
  35. e0ecae8 [SCSI] iscsi: update version by Mike Christie · 20 years ago
  36. 656cffc [SCSI] iscsi: fix command requeues during iscsi recovery by Mike Christie · 20 years ago
  37. 790f39a [SCSI] iscsi: support mutiple daemons by Mike Christie · 20 years ago
  38. ffbfe92 [SCSI] iscsi: kill dtask mempools by Mike Christie · 20 years ago
  39. d36ab6f [SCSI] iscsi: only preallocate login buffer by Mike Christie · 20 years ago
  40. 6e458cc [SCSI] iscsi: dont use sendpage for iscsi headers by Mike Christie · 20 years ago
  41. 07fb75a [SCSI] fix (unlikely) memory leak in DAC960 driver by Jesper Juhl · 20 years ago
  42. 5b9851b [SCSI] aacraid: remove unneeded list by Mark Haverkamp · 20 years ago
  43. df3b766 [SCSI] aacraid: sa race condition fix by Mark Haverkamp · 20 years ago
  44. 404d9a9 [SCSI] aacraid: adjustable timeouts by Mark Haverkamp · 20 years ago
  45. 3c1e0cc [SCSI] aacraid: optimize sg alloc by Mark Haverkamp · 20 years ago
  46. edb527c [SCSI] aacraid: remove unneeded locking by Mark Haverkamp · 20 years ago
  47. 2ca48a1 [SCSI] fix proc_scsi_write to return "length" on success with remove-single-device case by James Bottomley · 20 years ago
  48. 665b44a [SCSI] iscsi: dequeue all buffers from queue by Mike Christie · 20 years ago
  49. 8d2860b [SCSI] iscsi: increment expstatsn during login by Mike Christie · 20 years ago
  50. be2df72 [SCSI] iscsi: align printks by Or Gerlitz · 20 years ago
  51. ed2abc7 [SCSI] iscsi: fix manamgement task oops by Mike Christie · 20 years ago
  52. 264faaa [SCSI] iscsi: add transport end point callbacks by Or Gerlitz · 20 years ago
  53. 169e1a2 [SCSI] scsi_lib.c: fix warning in scsi_kmap_atomic_sg by Andrew Morton · 20 years ago
  54. c5f2e64 [SCSI] scsi_scan.c: fix compile warnings by akpm@osdl.org · 20 years ago
  55. cdb8c2a [SCSI] dc395x: dynamically map scatter-gather for PIO by Guennadi Liakhovetski · 20 years ago
  56. 4c021dd13 [SCSI] ibmvscsi: convert kmalloc + memset to kcalloc by FUJITA Tomonori · 20 years ago
  57. 84d891d Merge ../scsi-rc-fixes-2.6 by James Bottomley · 20 years ago
  58. 7676f83 [SCSI] scsi_transport_sas: don't scan a non-existent end device by James Bottomley · 20 years ago
  59. 5bb0b55 [SCSI] iscsi: convert iscsi tcp to libiscsi by Mike Christie · 20 years ago
  60. 7996a77 [SCSI] iscsi: add libiscsi by Mike Christie · 20 years ago
  61. 30a6c65 [SCSI] iscsi: fix up iscsi eh by Mike Christie · 20 years ago
  62. fd7255f [SCSI] iscsi: add sysfs attrs for uspace sync up by Mike Christie · 20 years ago
  63. b5c7a12 [SCSI] iscsi: rm kernel iscsi handles usage for session and connection by Mike Christie · 20 years ago
  64. 13f7e5a [SCSI] BLIST_ATTACH_PQ3 flags by Kurt Garloff · 20 years ago
  65. 6c7154c [SCSI] Better log messages for PQ3 devs by Kurt Garloff · 20 years ago
  66. 4186ab1 [SCSI] Try LUN 1 and use bflags by Kurt Garloff · 20 years ago
  67. 3c0c25b [SCSI] mptfusion - fix panic in mptsas_slave_configure by Moore, Eric · 20 years ago
  68. 1e08dcb [SCSI] 3ware 9000 disable local irqs during kmap_atomic by adam radford · 20 years ago
  69. e36e0c8 [SCSI] SCSI: fix scsi_kill_request() busy count handling by Tejun Heo · 20 years ago
  70. aedf349 [SCSI] FC transport: fixes for workq deadlocks by James Smart · 20 years ago
  71. b0d2364 [SCSI] aic79xx: target hotplug fixes by Hannes Reinecke · 20 years ago
  72. 441f987 [SCSI] ibmvscsi: remove drivers/scsi/ibmvscsi/srp.h by FUJITA Tomonori · 20 years ago
  73. f41b5ce [SCSI] aic79xx bus reset update by Hannes Reinecke · 20 years ago
  74. 4d7db04 [SCSI] add SCSI_UNKNOWN and LUN transfer limit restrictions by James Bottomley · 20 years ago
  75. d637c45 [SCSI] sym2: Fix build when spinlock debugging is enabled by Matthew Wilcox · 20 years ago
  76. 80286d4 [SCSI] ipr: Bump version by Brian King · 20 years ago
  77. c651309 [SCSI] ipr: Reset device cleanup by Brian King · 20 years ago
  78. fb3ed3c [SCSI] ipr: printk macro cleanup/removal by Brian King · 20 years ago
  79. fe964d0 [SCSI] ipr: Simplify status area dumping by Brian King · 20 years ago
  80. e4fbf44 [SCSI] ipr: Fixup device type check by Brian King · 20 years ago
  81. 1121b79 [SCSI] ipr: Disk remove path cleanup by Brian King · 20 years ago
  82. c06bb7f [SCSI] sg: fix leak when dio setup fails by Douglas Gilbert · 20 years ago
  83. d6159c1 [SCSI] expose sas internal class for the domain transport by James Bottomley · 20 years ago
  84. 530bba6 [SCSI] for_each_possible_cpu: scsi by KAMEZAWA Hiroyuki · 20 years ago
  85. ac05165 [SCSI] Version 2.2.3 by Matthew Wilcox · 20 years ago
  86. 14ac8bf [SCSI] Enable clustering and large transfers by Matthew Wilcox · 20 years ago
  87. b4e93a7 [SCSI] Simplify error handling by Matthew Wilcox · 20 years ago
  88. c2349df [SCSI] Allow nvram settings to determine bus mode by Matthew Wilcox · 20 years ago
  89. 92d578b [SCSI] Use SPI messages where possible by Matthew Wilcox · 20 years ago
  90. 3bea15a [SCSI] Disable sym2 driver queueing by Matthew Wilcox · 20 years ago
  91. 76789f0 [SCSI] Mark div_10M array const by Matthew Wilcox · 20 years ago
  92. ab19d52 [SCSI] Simplify error handling a bit by Matthew Wilcox · 20 years ago
  93. b6d105d [SCSI] Use pcibios_resource_to_bus() by Matthew Wilcox · 20 years ago
  94. 1f61d82 [SCSI] Change Kconfig option from IOMAPPED to MMIO by Matthew Wilcox · 20 years ago
  95. 92aab64 [SCSI] sas transport: ref count update by Mike Anderson · 20 years ago
  96. 9a72f97 [SCSI] aacraid: Driver version update by Mark Haverkamp · 20 years ago
  97. 3d2f98a [SCSI] aacraid: Fix parenthesis placement error by Mark Haverkamp · 20 years ago
  98. d1ad94a [SCSI] aacraid: Show max channel and max id is sysfs by Mark Haverkamp · 20 years ago
  99. dc4adbf [SCSI] aacraid: Re-start helper thread if it dies by Mark Haverkamp · 20 years ago
  100. 1241f35 [SCSI] aacraid: General driver cleanup by Mark Haverkamp · 20 years ago