1. 95b05a7 [SCSI] osd_uld: OSD scsi ULD by Boaz Harrosh · 15 years ago
  2. de258bf [SCSI] libosd: OSDv1 Headers by Boaz Harrosh · 15 years ago
  3. 82443a5 [SCSI] add OSD_TYPE by Boaz Harrosh · 15 years ago
  4. 1c9fbaf [SCSI] Remove SUGGEST flags by Martin K. Petersen · 16 years ago
  5. 0762a48 [SCSI] Check for deleted device in scsi_device_online() by Hannes Reinecke · 16 years ago
  6. 881a256 [SCSI] Add VPD helper by Matthew Wilcox · 16 years ago
  7. c826a31 [SCSI] fcoe: Out of order tx frames was causing several check condition SCSI status by Vasu Dev · 15 years ago
  8. 74846bf [SCSI] fcoe: ETH_P_8021Q is already in if_ether and fcoe is not using it anyway by Yi Zou · 15 years ago
  9. fc47ff6 [SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapper by Robert Love · 15 years ago
  10. 34f42a0 [SCSI] libfc, fcoe: Fix kerneldoc comments by Robert Love · 15 years ago
  11. 0ae4d4a [SCSI] libfc: Cleanup libfc_function_template comments by Robert Love · 15 years ago
  12. 5101ff9 [SCSI] libfc: Don't violate transport template for rogue port creation by Robert Love · 15 years ago
  13. 6755db1 [SCSI] libfc: rport retry on LS_RJT from certain ELS by Chris Leech · 15 years ago
  14. bc0e17f [SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->link_status by Vasu Dev · 15 years ago
  15. 1f6ff36 [SCSI] libfc: Pass lport in exch_mgr_reset by Abhijeet Joglekar · 15 years ago
  16. 2856830 [SCSI] iscsi_tcp: make padbuf non-static by Karen Xie · 16 years ago
  17. 4be98c0 [SCSI] fc transport: restore missing dev_loss_tmo callback to LLDD by James Smart · 16 years ago
  18. 85b4aa4 [SCSI] fcoe: Fibre Channel over Ethernet by Robert Love · 16 years ago
  19. 42e9a92 [SCSI] libfc: A modular Fibre Channel library by Robert Love · 16 years ago
  20. f032c2f [SCSI] FC protocol definition header files by Robert Love · 16 years ago
  21. f4f4e47 [SCSI] add residual argument to scsi_execute and scsi_execute_req by FUJITA Tomonori · 16 years ago
  22. 6df19a7 [SCSI] libiscsi_tcp: support padding offload by Mike Christie · 16 years ago
  23. 2ff79d5 [SCSI] libiscsi: pass opcode into alloc_pdu callout by Mike Christie · 16 years ago
  24. 262ef63 [SCSI] libiscsi: allow drivers to modify the itt sent to the target by Mike Christie · 16 years ago
  25. a081c13 [SCSI] iscsi_tcp: split module into lib and lld by Mike Christie · 16 years ago
  26. 577577d [SCSI] libiscsi: prepare libiscsi for new offload engines by modifying unsol data code by Mike Christie · 16 years ago
  27. 63c62f1 [SCSI] iscsi_tcp: prepare helpers for LLDs that can offload some operations by Mike Christie · 16 years ago
  28. b29f841 [SCSI] remove timeout from struct scsi_device by James Bottomley · 16 years ago
  29. 21098c6 [SCSI] fc_transport: fix old bug on bitflag definitions by James Smart · 16 years ago
  30. 3070f69 scsi: make sure that scsi_init_shared_tag_map() doesn't overwrite existing map by Jens Axboe · 16 years ago
  31. 83ff6fe [PATCH] don't mess with file in scsi_nonblockable_ioctl() by Al Viro · 16 years ago
  32. 6f481e3 [SCSI] iscsi_tcp: return a descriptive error value during connection errors by Mike Christie · 16 years ago
  33. 8e12452 [SCSI] libiscsi: rename host reset to target reset by Mike Christie · 16 years ago
  34. 2153606 [SCSI] iscsi class: fix endpoint id handling by Mike Christie · 16 years ago
  35. e5bd7b5 [SCSI] libiscsi: Support drivers initiating session removal by Mike Christie · 16 years ago
  36. f46e307 [SCSI] fc class: Add support for new transport errors by Mike Christie · 16 years ago
  37. a4dfaa6 [SCSI] scsi: add transport host byte errors (v3) by Mike Christie · 16 years ago
  38. fff9d40 [SCSI] fc class: unblock target after calling terminate callback (take 2) by Mike Christie · 16 years ago
  39. f0c0a37 [SCSI] Add helper code so transport classes/driver can control queueing (v3) by Mike Christie · 16 years ago
  40. ef5bef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  41. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  42. a30c3f6 [SCSI] fc_transport: Add an API to allow an LLD to create vports by Andrew Vasquez · 16 years ago
  43. 6f4267e [SCSI] Update the SCSI state model to allow blocking in the created state by James Bottomley · 16 years ago
  44. 0f1d87a [SCSI] add inline functions for recognising created and blocked states by James Bottomley · 16 years ago
  45. 22447be [SCSI] scsi_netlink: Add transport and LLD recieve and event support by James Smart · 16 years ago
  46. 01b291b [SCSI] fix check of PQ and PDT bits for WLUNs by James Bottomley · 16 years ago
  47. d211f05 [SCSI] sd: fix USB devices incorrectly reporting DIF support by Hugh Dickins · 16 years ago
  48. 1835107 Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors" by Linus Torvalds · 16 years ago
  49. fca082c Revert "[SCSI] extend the last_sector_bug flag to cover more sectors" by Linus Torvalds · 16 years ago
  50. 2b142900 [SCSI] extend the last_sector_bug flag to cover more sectors by Alan Jenkins · 16 years ago
  51. 1226570 [SCSI] scsi_eh_prep_cmnd should save scmd->underflow by Alan Stern · 16 years ago
  52. 7027ad7 [SCSI] Support devices with protection information by Martin K. Petersen · 16 years ago
  53. db007fc [SCSI] Command protection operation by Martin K. Petersen · 16 years ago
  54. 4469f98 [SCSI] Host protection capabilities by Martin K. Petersen · 16 years ago
  55. ae11b1b [SCSI] scsi_dh: attach to hardware handler from dm-mpath by Hannes Reinecke · 16 years ago
  56. 057ea7c [SCSI] scsi_dh: add generic SPC-3 alua handler by Hannes Reinecke · 16 years ago
  57. b6ff1b1 [SCSI] scsi_dh: Update EMC handler by Hannes Reinecke · 16 years ago
  58. 765cbc6 [SCSI] scsi_dh: Implement common device table handling by Hannes Reinecke · 16 years ago
  59. 6d49f63 [SCSI] Make host_no an unsigned int by Matthew Wilcox · 16 years ago
  60. aab0de2 driver core: remove KOBJ_NAME_LEN define by Kay Sievers · 16 years ago
  61. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  62. fe9233f [SCSI] scsi_dh: fix kconfig related build errors by Chandra Seetharaman · 16 years ago
  63. d2886ea scsi: sd: optionally set power condition in START STOP UNIT by Stefan Richter · 16 years ago
  64. 02a1e3c [SCSI] scsi_cmnd.h: remove double inclusion of linux/blkdev.h by Alexander Beregalov · 16 years ago
  65. feac6a0 [SCSI] zfcp: Move status accessors from zfcp to SCSI include file. by Martin Petermann · 16 years ago
  66. 39120e1 [SCSI] sg: Add target reset support by Brian King · 16 years ago
  67. aa91696 [SCSI] sd: Move sd.h header file by Martin K. Petersen · 16 years ago
  68. 30e9ba9 [SCSI] iscsi_tcp: Enable any size command by Boaz Harrosh · 16 years ago
  69. 913e5bf [SCSI] libiscsi, iser, tcp: remove recv_lock by Mike Christie · 16 years ago
  70. 3cf7b23 [SCSI] libiscsi: fix cmds_max setting by Mike Christie · 16 years ago
  71. 88dfd34 [SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs. by Mike Christie · 16 years ago
  72. d82ff9be [SCSI] iscsi class: add endpoint class by Mike Christie · 16 years ago
  73. 7970634 [SCSI] iscsi class: user device_for_each_child instead of duplicating session list by Mike Christie · 16 years ago
  74. 9c19a7d [SCSI] libiscsi: rename iscsi_cmd_task to iscsi_task by Mike Christie · 16 years ago
  75. 3e5c28a [SCSI] libiscsi: merge iscsi_mgmt_task and iscsi_cmd_task by Mike Christie · 16 years ago
  76. 0af967f [SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessor by Mike Christie · 16 years ago
  77. 5af3e91 [SCSI] iscsi: modify iscsi printk so it can take driver data pointers by Mike Christie · 16 years ago
  78. 5d91e20 [SCSI] iscsi: remove session/conn_data_size from iscsi_transport by Mike Christie · 16 years ago
  79. a4804cd [SCSI] iscsi: add iscsi host helpers by Mike Christie · 16 years ago
  80. 7561352 [SCSI] iscsi: remove session and host binding in libiscsi by Mike Christie · 16 years ago
  81. 32c6e1b [SCSI] iscsi class: rename iscsi_host to iscsi_cls_host by Mike Christie · 16 years ago
  82. d382672 [SCSI] iscsi class, iscsi drivers: remove unused iscsi_transport attrs by Mike Christie · 16 years ago
  83. 40753ca [SCSI] iscsi class, iscsi_tcp/iser: add host arg to session creation by Mike Christie · 16 years ago
  84. a6a8d9f [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers by Chandra Seetharaman · 16 years ago
  85. d626e3b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  86. db4742d [SCSI] add support for variable length extended commands by Boaz Harrosh · 16 years ago
  87. 64a87b2 [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer by Boaz Harrosh · 16 years ago
  88. 8752822 IB/iser: Count FMR alignment violations per session by Eli Dorfman · 16 years ago
  89. 643eb2d [SCSI] rework scsi_target allocation by James Bottomley · 16 years ago
  90. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  91. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  92. 5a6483f include: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  93. 38d1c06 [SCSI] iscsi: extended cdb support by Boaz Harrosh · 16 years ago
  94. 79bc148 [SCSI] libsas: fix missing inlines in header file by James Bottomley · 16 years ago
  95. 3bc6a26 [SCSI] add scsi_build_sense_buffer helper function by FUJITA Tomonori · 16 years ago
  96. 1c353f7 [SCSI] export command allocation and freeing functions independently of the host by James Bottomley · 16 years ago
  97. 9ac16b6 [SCSI] scsi: add wrapper functions for sg buffer copy helper functions by FUJITA Tomonori · 16 years ago
  98. 30bd7df [SCSI] scsi_error: add target reset handler by Mike Christie · 16 years ago
  99. 45e6cdf [SCSI] libsas: Provide a transport-level facility to request SAS addrs by Darrick J. Wong · 16 years ago
  100. 45ab33b [SCSI] iscsi class: regression - fix races with state manipulation and blocking/unblocking by Mike Christie · 16 years ago