1. ab67114 [SCSI] qla2xxx: Further limit device-table (qla_devtbl) lookup to non-24xx. by Andrew Vasquez · 15 years ago
  2. 8474f3a [SCSI] qla2xxx: Correctly set FCF_TAPE_PRESENT flag based on scsi-device. by Santosh Vernekar · 15 years ago
  3. e7a5199 [SCSI] fcoe: flush per-cpu thread work when destroying interface by Joe Eykholt · 15 years ago
  4. 1d490ce [SCSI] libfc: don't swap OX_ID and RX_ID when sending BA_RJT by Joe Eykholt · 15 years ago
  5. 2ab7e1e [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs. by Joe Eykholt · 15 years ago
  6. 8abbe3a [SCSI] libfc: fix handling of incoming Discover Address (ADISC) requests by Joe Eykholt · 15 years ago
  7. 370c3bd [SCSI] libfc: use ADISC to verify rport login state by Joe Eykholt · 15 years ago
  8. 68a1750 [SCSI] libfc: LOGO response code had extraeous enter_rtv by Joe Eykholt · 15 years ago
  9. feab4ae [SCSI] libfc: re-login to remote ports that send us LOGO by Joe Eykholt · 15 years ago
  10. 83fe6a9 [SCSI] libfc: fix rport error handling for login-required and invalid ops by Joe Eykholt · 15 years ago
  11. 3ac6f98 [SCSI] libfc: correctly handle incoming PLOGI request. by Joe Eykholt · 15 years ago
  12. f657d29 [SCSI] libfc: improve debug messages for ELS response handlers by Joe Eykholt · 15 years ago
  13. 25b37b9 [SCSI] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookup by Joe Eykholt · 15 years ago
  14. 131203a [SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c. by Joe Eykholt · 15 years ago
  15. 6bd054c [SCSI] libfc: Always reset remote port roles when receiving PRLI by Robert Love · 15 years ago
  16. 9737e6a [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_create by Robert Love · 15 years ago
  17. 935d0fc [SCSI] libfc: don't do discovery before callback is set by Joe Eykholt · 15 years ago
  18. 29d898e [SCSI] libfc: clean up point-to-point discovery code. by Joe Eykholt · 15 years ago
  19. 81a67b9 [SCSI] libfc: discovery gpn_ft parse bug by Joe Eykholt · 15 years ago
  20. 3667d7e [SCSI] libfc: discovery retry should clear pending first. by Joe Eykholt · 15 years ago
  21. c762608 [SCSI] libfc: fix: empty zone causes endless discovery retries. by Joe Eykholt · 15 years ago
  22. 883a337 [SCSI] libfc: handle discovery failure more correctly. by Joe Eykholt · 15 years ago
  23. a1c1e4e [SCSI] libfc: rearrange code in fc_disc_gpn_ft_resp() by Joe Eykholt · 15 years ago
  24. c356afd [SCSI] libfc: discovery restart sequence error fix by Joe Eykholt · 15 years ago
  25. 0f6c61498 [SCSI] libfc: do not log off rports before or after discovery by Joe Eykholt · 15 years ago
  26. 8025b5d [SCSI] libfc: move rport_lookup into fc_rport.c by Joe Eykholt · 15 years ago
  27. 8345592 [SCSI] libfc: change to make remote port callback optional by Joe Eykholt · 15 years ago
  28. 19f97e3 [SCSI] libfc: have rport_create do a lookup for pre-existing rports first by Joe Eykholt · 15 years ago
  29. 48f0090 [SCSI] libfc: make rport module maintain the rport list by Joe Eykholt · 15 years ago
  30. b5cbf08 [SCSI] libfc: simplify fc_lport_rport_callback by Joe Eykholt · 15 years ago
  31. cdbe6df [SCSI] libfc: rport debug messages were printing pointer values by Joe Eykholt · 15 years ago
  32. b84c796 [SCSI] libfc: remove unused disc->delay element by Joe Eykholt · 15 years ago
  33. 786681b [SCSI] libfc: eliminate disc->event by Joe Eykholt · 15 years ago
  34. 00fea93 [SCSI] libfc: fix rport event race between READY and LOGO by Joe Eykholt · 15 years ago
  35. 9e9d045 [SCSI] libfc: don't create dummy (rogue) remote ports by Joe Eykholt · 15 years ago
  36. 4c0f62b [SCSI] libfc: rename rport event CREATED to READY by Joe Eykholt · 15 years ago
  37. 629f442 [SCSI] libfc: rearrange code in fc_rport_work by Joe Eykholt · 15 years ago
  38. f211fa5 [SCSI] libfc: make rport structure optional by Joe Eykholt · 15 years ago
  39. a46f327 [SCSI] libfc: change elsct to use FC_ID instead of rdata by Joe Eykholt · 15 years ago
  40. 9fb9d32 [SCSI] libfc: make fc_rport_priv the primary rport interface. by Joe Eykholt · 15 years ago
  41. 922aa21 [SCSI] libfc: fix RPORT_TO_PRIV and PRIV_TO_RPORT() macros. by Joe Eykholt · 15 years ago
  42. 795d86f [SCSI] libfc: change interface for rport_create by Joe Eykholt · 15 years ago
  43. ab28f1f [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv by Joe Eykholt · 15 years ago
  44. 090eb6c [SCSI] fcoe: use rtnl mutex in place of hostlist lock by Chris Leech · 15 years ago
  45. 2e70e24 [SCSI] fcoe: Fix module ref count bug by adding NETDEV UNREGISTER handling by Chris Leech · 15 years ago
  46. c863df3 [SCSI] fcoe: move the host-list add/remove to keep out VN_Ports by Chris Leech · 15 years ago
  47. dfc1d0f [SCSI] fcoe: add mutex to protect create and destroy by Chris Leech · 15 years ago
  48. 54b649f [SCSI] fcoe: split out per interface setup by Chris Leech · 15 years ago
  49. 030f4e0 [SCSI] fcoe: fcoe_interface create, destroy and refcounting by Chris Leech · 15 years ago
  50. cb0a6ca [SCSI] fcoe: remove fcoe_interface->priv pointer by Chris Leech · 15 years ago
  51. 991cbb6 [SCSI] fcoe: move offload exchange manager pointer from fcoe_port to fcoe_interface by Chris Leech · 15 years ago
  52. 3fe9a0b [SCSI] fcoe: move FIP controller from fcoe_port to fcoe_interface by Chris Leech · 15 years ago
  53. 259ad85 [SCSI] fcoe: move packet handlers from fcoe_port to fcoe_interface by Chris Leech · 15 years ago
  54. 2502498 [SCSI] fcoe: move netdev to fcoe_interface by Chris Leech · 15 years ago
  55. 014f5c3 [SCSI] fcoe: Introduce and allocate fcoe_interface structure, 1:1 with net_device by Chris Leech · 15 years ago
  56. af7f85d [SCSI] fcoe: interface changes to fcoe_if_create and fcoe_if_destroy by Chris Leech · 15 years ago
  57. 36eb7fc [SCSI] fcoe: remove unnecessary list and lock initializations. by Joe Eykholt · 15 years ago
  58. 5892c32 [SCSI] fcoe: fix missing error check in call to fcoe_if_init by Chris Leech · 15 years ago
  59. a4b7cfa [SCSI] libfcoe: fcoe_ctlr_destroy use cancel_work_sync instead of flush_work by Chris Leech · 15 years ago
  60. 05cc739 [SCSI] fcoe: Add sysfs parameter to fcoe for minimum DDP read I/O size by Yi Zou · 15 years ago
  61. b2f0091 [SCSI] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_lock by Vasu Dev · 15 years ago
  62. e4bc50b [SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM) by Vasu Dev · 15 years ago
  63. a69b06b [SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile error by Joe Eykholt · 15 years ago
  64. cd305ce [SCSI] libfc: Fix misleading debug statement by Robert Love · 15 years ago
  65. ee610c6 [SCSI] fcoe: Add format spacing to FCOE_NETDEV_DBG debug macro by Robert Love · 15 years ago
  66. 70b31c1 [SCSI] libiscsi, iscsi_tcp: check suspend bit before each call to xmit_task by Mike Christie · 15 years ago
  67. d1af8a3 [SCSI] iscsi_tcp: add new conn error to indicate tcp conn closed by Mike Christie · 15 years ago
  68. 632248a [SCSI] iscsi class: Add logging to scsi_transport_iscsi.c by Mike Christie · 15 years ago
  69. b06fc73 [SCSI] qla4xxx: Removed residual from overrun debug print by Mike Christie · 15 years ago
  70. 8afa143 [SCSI] libiscsi: handle immediate command rejections by Mike Christie · 15 years ago
  71. d3305f3 [SCSI] libiscsi: don't increment cmdsn if cmd is not sent by Mike Christie · 15 years ago
  72. 523eeac [SCSI] iscsi_tcp: Evaluate socket state in data_ready() by Hannes Reinecke · 15 years ago
  73. ac280b6 [SCSI] qla2xxx: Add asynchronous-login support. by Andrew Vasquez · 15 years ago
  74. cf53b06 [SCSI] qla2xxx: Generalize srb structure usage. by Andrew Vasquez · 15 years ago
  75. dc162b6 [SCSI] mpt2sas: Bump driver version 01.100.06.00 by Kashyap, Desai · 15 years ago
  76. 5b76858 [SCSI] mpt2sas: cleanup interrupt routine and config_request optimization by Kashyap, Desai · 15 years ago
  77. ed79f12 [SCSI] mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg by Kashyap, Desai · 15 years ago
  78. 34a03be [SCSI] mpt2sas: setting SDEV into RUNNING state from Interrupt context by Kashyap, Desai · 15 years ago
  79. cc0f520 [SCSI] mpt2sas: Removed wrapper funtions _scsih_link_change. by Kashyap, Desai · 15 years ago
  80. 155dd4c [SCSI] mpt2sas: Prevent sending command to FW while Host Reset by Kashyap, Desai · 15 years ago
  81. cd4e12e [SCSI] mpt2sas : Rescan topology from Interrupt context instead of work thread by Kashyap, Desai · 15 years ago
  82. 69cb487 [SCSI] stex: Add reset code for st_yel (v2) by Ed Lin · 15 years ago
  83. 41e05a1 [SCSI] zfcp: optimize zfcp_qdio_account by Heiko Carstens · 15 years ago
  84. b592e89 [SCSI] zfcp: Remove duplicated code for debug timestamps by Christof Schmitt · 15 years ago
  85. 0fac3f4 [SCSI] zfcp: Handle failures during device allocation correctly by Christof Schmitt · 15 years ago
  86. f4395b6 [SCSI] zfcp: proper use of device register by Sebastian Ott · 15 years ago
  87. 24680de [SCSI] zfcp: Replace config semaphore with mutex by Christof Schmitt · 15 years ago
  88. 143bb6b [SCSI] zfcp: Defer resource allocation to first ccw_set_online call by Christof Schmitt · 15 years ago
  89. 98fc4d5 [SCSI] zfcp: Simplify and update ct/gs and els timeout handling by Christof Schmitt · 15 years ago
  90. 347c6a9 [SCSI] zfcp: Use kthread API for zfcp erp thread by Christof Schmitt · 15 years ago
  91. ea945ff [SCSI] zfcp: resolve false usage of dd_data in fc_rport by Swen Schillig · 15 years ago
  92. 6f53a2d [SCSI] zfcp: Apply common naming conventions to zfcp_fc by Swen Schillig · 15 years ago
  93. d5a282a [SCSI] zfcp: introduce _setup, _destroy for qdio and FC by Swen Schillig · 15 years ago
  94. 5771710 [SCSI] zfcp: Update dbf calls by Swen Schillig · 15 years ago
  95. 799b76d [SCSI] zfcp: Decouple gid_pn requests from erp by Christof Schmitt · 15 years ago
  96. 564e1c8 [SCSI] zfcp: Move qdio related data out of zfcp_adapter by Swen Schillig · 15 years ago
  97. 42428f7 [SCSI] zfcp: Separate qdio attributes from zfcp_fsf_req by Swen Schillig · 15 years ago
  98. 4544683 [SCSI] zfcp: Move workqueue to adapter struct by Swen Schillig · 15 years ago
  99. 09a46c6 [SCSI] zfcp: Remove the useless ZFCP_REQ_AUTO_CLEANUP flag by Swen Schillig · 15 years ago
  100. a4623c4 [SCSI] zfcp: Improve request allocation through mempools by Swen Schillig · 15 years ago