1. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  2. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  3. 3969522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  4. ea038f6 [SCSI] fix oops during scsi scanning by James Bottomley · 15 years ago
  5. afffd3d [SCSI] libsrp: fix memory leak in srp_ring_free() by Bart Van Assche · 15 years ago
  6. 661134a [SCSI] libiscsi, bnx2i: make bound ep check common by Mike Christie · 15 years ago
  7. 4c0ba5d [SCSI] libiscsi: add completion function for drivers that do not need pdu processing by Mike Christie · 15 years ago
  8. dd784ed [SCSI] scsi_dh_rdac: changes for rdac debug logging by Moger, Babu · 15 years ago
  9. 1527666 [SCSI] scsi_dh_rdac: changes to collect the rdac debug information during the initialization by Moger, Babu · 15 years ago
  10. 87b79a5 [SCSI] scsi_dh_rdac: move the init code from rdac_activate to rdac_bus_attach by Moger, Babu · 15 years ago
  11. e71044e [SCSI] sg: fix oops in the error path in sg_build_indirect() by Michal Schmidt · 15 years ago
  12. 5bab088 [SCSI] scsi_dh_rdac: Add support for Sun StorageTek ST2500, ST2510 and ST2530 by Charlie Brady · 15 years ago
  13. 89a3681 [SCSI] pmcraid: PMC-Sierra MaxRAID driver to support 6Gb/s SAS RAID controller by Anil Ravindranath · 15 years ago
  14. 073ed91 [SCSI] qla2xxx: Update version number to 8.03.01-k6. by Giridhar Malavali · 15 years ago
  15. 67becc0 [SCSI] qla2xxx: Properly delete rports attached to a vport. by Andrew Vasquez · 15 years ago
  16. 0d6e61b [SCSI] qla2xxx: Correct various NPIV issues. by Andrew Vasquez · 15 years ago
  17. d970432 [SCSI] qla2xxx: Correct qla2x00_eh_wait_on_command() to wait correctly. by Lalit Chandivade · 15 years ago
  18. ab67114 [SCSI] qla2xxx: Further limit device-table (qla_devtbl) lookup to non-24xx. by Andrew Vasquez · 15 years ago
  19. 8474f3a [SCSI] qla2xxx: Correctly set FCF_TAPE_PRESENT flag based on scsi-device. by Santosh Vernekar · 15 years ago
  20. da6c5c7 scsi,block: update SCSI to handle mixed merge failures by Tejun Heo · 15 years ago
  21. e7a5199 [SCSI] fcoe: flush per-cpu thread work when destroying interface by Joe Eykholt · 15 years ago
  22. 1d490ce [SCSI] libfc: don't swap OX_ID and RX_ID when sending BA_RJT by Joe Eykholt · 15 years ago
  23. 2ab7e1e [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs. by Joe Eykholt · 15 years ago
  24. 8abbe3a [SCSI] libfc: fix handling of incoming Discover Address (ADISC) requests by Joe Eykholt · 15 years ago
  25. 370c3bd [SCSI] libfc: use ADISC to verify rport login state by Joe Eykholt · 15 years ago
  26. 68a1750 [SCSI] libfc: LOGO response code had extraeous enter_rtv by Joe Eykholt · 15 years ago
  27. feab4ae [SCSI] libfc: re-login to remote ports that send us LOGO by Joe Eykholt · 15 years ago
  28. 83fe6a9 [SCSI] libfc: fix rport error handling for login-required and invalid ops by Joe Eykholt · 15 years ago
  29. 3ac6f98 [SCSI] libfc: correctly handle incoming PLOGI request. by Joe Eykholt · 15 years ago
  30. f657d29 [SCSI] libfc: improve debug messages for ELS response handlers by Joe Eykholt · 15 years ago
  31. 25b37b9 [SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookup by Joe Eykholt · 15 years ago
  32. 131203a [SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c. by Joe Eykholt · 15 years ago
  33. 6bd054c [SCSI] libfc: Always reset remote port roles when receiving PRLI by Robert Love · 15 years ago
  34. 9737e6a [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_create by Robert Love · 15 years ago
  35. 935d0fc [SCSI] libfc: don't do discovery before callback is set by Joe Eykholt · 15 years ago
  36. 29d898e [SCSI] libfc: clean up point-to-point discovery code. by Joe Eykholt · 15 years ago
  37. 81a67b9 [SCSI] libfc: discovery gpn_ft parse bug by Joe Eykholt · 15 years ago
  38. 3667d7e [SCSI] libfc: discovery retry should clear pending first. by Joe Eykholt · 15 years ago
  39. c762608 [SCSI] libfc: fix: empty zone causes endless discovery retries. by Joe Eykholt · 15 years ago
  40. 883a337 [SCSI] libfc: handle discovery failure more correctly. by Joe Eykholt · 15 years ago
  41. a1c1e4e [SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp() by Joe Eykholt · 15 years ago
  42. c356afd [SCSI] libfc: discovery restart sequence error fix by Joe Eykholt · 15 years ago
  43. 0f6c61498 [SCSI] libfc: do not log off rports before or after discovery by Joe Eykholt · 15 years ago
  44. 8025b5d [SCSI] libfc: move rport_lookup into fc_rport.c by Joe Eykholt · 15 years ago
  45. 8345592 [SCSI] libfc: change to make remote port callback optional by Joe Eykholt · 15 years ago
  46. 19f97e3 [SCSI] libfc: have rport_create do a lookup for pre-existing rports first by Joe Eykholt · 15 years ago
  47. 48f0090 [SCSI] libfc: make rport module maintain the rport list by Joe Eykholt · 15 years ago
  48. b5cbf08 [SCSI] libfc: simplify fc_lport_rport_callback by Joe Eykholt · 15 years ago
  49. cdbe6df [SCSI] libfc: rport debug messages were printing pointer values by Joe Eykholt · 15 years ago
  50. b84c796 [SCSI] libfc: remove unused disc->delay element by Joe Eykholt · 15 years ago
  51. 786681b [SCSI] libfc: eliminate disc->event by Joe Eykholt · 15 years ago
  52. 00fea93 [SCSI] libfc: fix rport event race between READY and LOGO by Joe Eykholt · 15 years ago
  53. 9e9d045 [SCSI] libfc: don't create dummy (rogue) remote ports by Joe Eykholt · 15 years ago
  54. 4c0f62b [SCSI] libfc: rename rport event CREATED to READY by Joe Eykholt · 15 years ago
  55. 629f442 [SCSI] libfc: rearrange code in fc_rport_work by Joe Eykholt · 15 years ago
  56. f211fa5 [SCSI] libfc: make rport structure optional by Joe Eykholt · 15 years ago
  57. a46f327 [SCSI] libfc: change elsct to use FC_ID instead of rdata by Joe Eykholt · 15 years ago
  58. 9fb9d32 [SCSI] libfc: make fc_rport_priv the primary rport interface. by Joe Eykholt · 15 years ago
  59. 795d86f [SCSI] libfc: change interface for rport_create by Joe Eykholt · 15 years ago
  60. ab28f1f [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv by Joe Eykholt · 15 years ago
  61. 090eb6c [SCSI] fcoe: use rtnl mutex in place of hostlist lock by Chris Leech · 15 years ago
  62. 2e70e24 [SCSI] fcoe: Fix module ref count bug by adding NETDEV UNREGISTER handling by Chris Leech · 15 years ago
  63. c863df3 [SCSI] fcoe: move the host-list add/remove to keep out VN_Ports by Chris Leech · 15 years ago
  64. dfc1d0f [SCSI] fcoe: add mutex to protect create and destroy by Chris Leech · 15 years ago
  65. 54b649f [SCSI] fcoe: split out per interface setup by Chris Leech · 15 years ago
  66. 030f4e0 [SCSI] fcoe: fcoe_interface create, destroy and refcounting by Chris Leech · 15 years ago
  67. cb0a6ca [SCSI] fcoe: remove fcoe_interface->priv pointer by Chris Leech · 15 years ago
  68. 991cbb6 [SCSI] fcoe: move offload exchange manager pointer from fcoe_port to fcoe_interface by Chris Leech · 15 years ago
  69. 3fe9a0b [SCSI] fcoe: move FIP controller from fcoe_port to fcoe_interface by Chris Leech · 15 years ago
  70. 259ad85 [SCSI] fcoe: move packet handlers from fcoe_port to fcoe_interface by Chris Leech · 15 years ago
  71. 2502498 [SCSI] fcoe: move netdev to fcoe_interface by Chris Leech · 15 years ago
  72. 014f5c3 [SCSI] fcoe: Introduce and allocate fcoe_interface structure, 1:1 with net_device by Chris Leech · 15 years ago
  73. af7f85d [SCSI] fcoe: interface changes to fcoe_if_create and fcoe_if_destroy by Chris Leech · 15 years ago
  74. 36eb7fc [SCSI] fcoe: remove unnecessary list and lock initializations. by Joe Eykholt · 15 years ago
  75. 5892c32 [SCSI] fcoe: fix missing error check in call to fcoe_if_init by Chris Leech · 15 years ago
  76. a4b7cfa [SCSI] libfcoe: fcoe_ctlr_destroy use cancel_work_sync instead of flush_work by Chris Leech · 15 years ago
  77. 05cc739 [SCSI] fcoe: Add sysfs parameter to fcoe for minimum DDP read I/O size by Yi Zou · 15 years ago
  78. fa0d4c1 RDMA/cxgb3: Handle port events properly by Steve Wise · 15 years ago
  79. b2f0091 [SCSI] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_lock by Vasu Dev · 15 years ago
  80. e4bc50b [SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM) by Vasu Dev · 15 years ago
  81. a69b06b [SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile error by Joe Eykholt · 15 years ago
  82. cd305ce [SCSI] libfc: Fix misleading debug statement by Robert Love · 15 years ago
  83. ee610c6 [SCSI] fcoe: Add format spacing to FCOE_NETDEV_DBG debug macro by Robert Love · 15 years ago
  84. 70b31c1 [SCSI] libiscsi, iscsi_tcp: check suspend bit before each call to xmit_task by Mike Christie · 15 years ago
  85. d1af8a3 [SCSI] iscsi_tcp: add new conn error to indicate tcp conn closed by Mike Christie · 15 years ago
  86. 632248a [SCSI] iscsi class: Add logging to scsi_transport_iscsi.c by Mike Christie · 15 years ago
  87. b06fc73 [SCSI] qla4xxx: Removed residual from overrun debug print by Mike Christie · 15 years ago
  88. 8afa143 [SCSI] libiscsi: handle immediate command rejections by Mike Christie · 15 years ago
  89. d3305f3 [SCSI] libiscsi: don't increment cmdsn if cmd is not sent by Mike Christie · 15 years ago
  90. 523eeac [SCSI] iscsi_tcp: Evaluate socket state in data_ready() by Hannes Reinecke · 15 years ago
  91. ac280b6 [SCSI] qla2xxx: Add asynchronous-login support. by Andrew Vasquez · 15 years ago
  92. cf53b06 [SCSI] qla2xxx: Generalize srb structure usage. by Andrew Vasquez · 15 years ago
  93. dc162b6 [SCSI] mpt2sas: Bump driver version 01.100.06.00 by Kashyap, Desai · 15 years ago
  94. 5b76858 [SCSI] mpt2sas: cleanup interrupt routine and config_request optimization by Kashyap, Desai · 15 years ago
  95. ed79f12 [SCSI] mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg by Kashyap, Desai · 15 years ago
  96. 34a03be [SCSI] mpt2sas: setting SDEV into RUNNING state from Interrupt context by Kashyap, Desai · 15 years ago
  97. cc0f520 [SCSI] mpt2sas: Removed wrapper funtions _scsih_link_change. by Kashyap, Desai · 15 years ago
  98. 155dd4c [SCSI] mpt2sas: Prevent sending command to FW while Host Reset by Kashyap, Desai · 15 years ago
  99. cd4e12e [SCSI] mpt2sas : Rescan topology from Interrupt context instead of work thread by Kashyap, Desai · 15 years ago
  100. 69cb487 [SCSI] stex: Add reset code for st_yel (v2) by Ed Lin · 15 years ago