1. f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 18 years ago
  2. 4195bdb [PATCH] add missing libsas include to fix s390 compilation. by Dave Jones · 18 years ago
  3. 4a531e8 [SCSI] replace u8 and u32 with __u8 and __u32 in scsi.h for user space by FUJITA Tomonori · 18 years ago
  4. 5a09e39 [SCSI] scsi_debug: support REPORT TARGET PORT GROUPS by Hannes Reinecke · 18 years ago
  5. 9864404 [SCSI] libiscsi: fix oops in connection create failure path by Mike Christie · 18 years ago
  6. 43a145a [SCSI] iscsi class: fix slab corruption during restart by Mike Christie · 18 years ago
  7. 97d41e9 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
  8. f583f49 [PATCH] helper function for retrieving scsi_cmd given host based block layer tag by David C Somayajulu · 18 years ago
  9. cb5d9e0 [PATCH] scsi: device_reprobe() can fail by Andrew Morton · 18 years ago
  10. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  11. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  12. 8350a34 [SCSI] scsi: device_reprobe() can fail by Andrew Morton · 18 years ago
  13. 6460e75 [SCSI] sg: fixes for large page_size by Douglas Gilbert · 18 years ago
  14. 3cc2754 [PATCH] SCSI gfp_t annotations by Al Viro · 18 years ago
  15. dfdc58b [SCSI] SPI transport class: misc DV fixes by James Bottomley · 18 years ago
  16. c9802cd Merge mulgrave-w:git/scsi-misc-2.6 by James Bottomley · 18 years ago
  17. fadcfa3 [HEADERS] One line per header in Kbuild files to reduce conflicts by David Woodhouse · 18 years ago
  18. a01e70e [SCSI] aci94xx: implement link rate setting by James Bottomley · 18 years ago
  19. d24e1ee [SCSI] scsi_transport_sas: make minimum and maximum linkrate settable quantities by James Bottomley · 18 years ago
  20. 88edf74 [SCSI] SAS: consolidate linkspeed definitions by James Bottomley · 18 years ago
  21. 0f29b96 [SCSI] FC transport: Add dev_loss_tmo callbacks, and new fast_io_fail_tmo w/ callback by James Smart · 18 years ago
  22. f14e2e2 [SCSI] SCSI & FC transport: extend event vendor id's to 64bits by James Smart · 18 years ago
  23. 84314fd [SCSI] SCSI and FC Transport: add netlink support for posting of transport events by James Smart · 18 years ago
  24. deb81d8 [SCSI] add failure return to scsi_init_shared_tag_map() by James Bottomley · 18 years ago
  25. 60ecebf [SCSI] add refcouting around ctask usage in main IO patch by Mike Christie · 18 years ago
  26. ffd0436 [SCSI] libiscsi, iscsi_tcp, iscsi_iser: check that burst lengths are valid. by Mike Christie · 18 years ago
  27. 86e33a2 [SCSI] add shared tag map helpers by James Bottomley · 18 years ago
  28. 2908d77 [SCSI] aic94xx: new driver by James Bottomley · 18 years ago
  29. f4ad7b5 [SCSI] scsi_transport_sas: remove local_attached flag by James Bottomley · 18 years ago
  30. 8ce7a9c Merge ../linux-2.6 by James Bottomley · 18 years ago
  31. b8d0821 [SCSI] fc transport: add fc_host system_hostname attribute and u64_to_wwn() by James Smart · 18 years ago
  32. 016131b [SCSI] fc transport: convert fc_host symbolic_name attribute to a dynamic attribute by James Smart · 18 years ago
  33. 4ff3671 [SCSI] Improve inquiry printing by Matthew Wilcox · 18 years ago
  34. 9e5c50f [SCSI] remove SCSI_STATE_ #defines by Christoph Hellwig · 18 years ago
  35. c8dc1e5 [SCSI] iscsi bugfixes: reduce memory allocations by Mike Christie · 18 years ago
  36. 1c83469 [SCSI] iscsi bugfixes: fix oops when iser is flushing io by Mike Christie · 18 years ago
  37. 7ea8b82 [SCSI] iscsi bugfixes: fix abort handling by Mike Christie · 18 years ago
  38. b6c395e [SCSI] iscsi bugfixes: fix r2t handling by Mike Christie · 18 years ago
  39. a0e1b6e [SCSI] scsi_transport_sas: add expander backlink by James Bottomley · 18 years ago
  40. 631c228 [SCSI] hide EH backup data outside the scsi_cmnd by Christoph Hellwig · 18 years ago
  41. c9fefeb [SCSI] scsi_transport_sas: add unindexed ports by James Bottomley · 18 years ago
  42. 6fa0cb1 Merge git://git.infradead.org/hdrinstall-2.6 by Linus Torvalds · 18 years ago
  43. 53cb8a1 [SCSI] iscsi: add async notification of session events by Mike Christie · 18 years ago
  44. 6a8a0d3 [SCSI] iscsi: pass target nr to session creation by Mike Christie · 18 years ago
  45. 8434aa8 [SCSI] iscsi: break up session creation into two stages by Mike Christie · 18 years ago
  46. e6f3b63 [SCSI] iscsi: rm channel usage from iscsi by Mike Christie · 18 years ago
  47. a54a52c [SCSI] iscsi: fixup set/get param functions by Mike Christie · 18 years ago
  48. 01cb225 [SCSI] iscsi: add target discvery event to transport class by Mike Christie · 18 years ago
  49. 65c92b0 [SCSI] scsi_transport_sas: introduce a sas_port entity by James Bottomley · 18 years ago
  50. d7a1bb0 [SCSI] Block I/O while SG reset operation in progress - the midlayer patch by James Smart · 18 years ago
  51. 03aba2f [SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_completion by Luben Tuikov · 18 years ago
  52. 71d530c Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  53. 28e4b22 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
  54. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  55. 8555255 Add generic Kbuild files for 'make headers_install' by David Woodhouse · 18 years ago
  56. 73c0996 [SCSI] srp.h: Add I/O Class values by Ramachandra K · 18 years ago
  57. beb4048 [SCSI] remove scsi_request infrastructure by Christoph Hellwig · 18 years ago
  58. f0cd91a Merge ../linux-2.6 by James Bottomley · 18 years ago
  59. 3219e52 [SCSI] iscsi: fix writepsace race by Mike Christie · 18 years ago
  60. 67a6111 [SCSI] iscsi: don't switch states when just cleaning up by Mike Christie · 18 years ago
  61. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  62. e0ecae8 [SCSI] iscsi: update version by Mike Christie · 18 years ago
  63. 656cffc [SCSI] iscsi: fix command requeues during iscsi recovery by Mike Christie · 18 years ago
  64. f8bbfc2 [PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports by Tejun Heo · 18 years ago
  65. efa6e7e Merge branch 'for-jeff' of git://htj.dyndns.org/libata-tj into tejun-merge by Jeff Garzik · 18 years ago
  66. ee7863b [PATCH] SCSI: implement shost->host_eh_scheduled by Tejun Heo · 18 years ago
  67. 89f48c4 [PATCH] SCSI: Introduce scsi_req_abort_cmd (REPOST) by Luben Tuikov · 18 years ago
  68. 8d2860b [SCSI] iscsi: increment expstatsn during login by Mike Christie · 18 years ago
  69. be2df72 [SCSI] iscsi: align printks by Or Gerlitz · 18 years ago
  70. 264faaa [SCSI] iscsi: add transport end point callbacks by Or Gerlitz · 18 years ago
  71. ec448a0 [SCSI] srp.h: avoid padding of structs by Roland Dreier · 18 years ago
  72. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  73. cdb8c2a [SCSI] dc395x: dynamically map scatter-gather for PIO by Guennadi Liakhovetski · 18 years ago
  74. 84d891d Merge ../scsi-rc-fixes-2.6 by James Bottomley · 18 years ago
  75. 7996a77 [SCSI] iscsi: add libiscsi by Mike Christie · 18 years ago
  76. 30a6c65 [SCSI] iscsi: fix up iscsi eh by Mike Christie · 18 years ago
  77. fd7255f [SCSI] iscsi: add sysfs attrs for uspace sync up by Mike Christie · 18 years ago
  78. b5c7a12 [SCSI] iscsi: rm kernel iscsi handles usage for session and connection by Mike Christie · 18 years ago
  79. 13f7e5a [SCSI] BLIST_ATTACH_PQ3 flags by Kurt Garloff · 18 years ago
  80. aedf349 [SCSI] FC transport: fixes for workq deadlocks by James Smart · 18 years ago
  81. 4d7db04 [SCSI] add SCSI_UNKNOWN and LUN transfer limit restrictions by James Bottomley · 18 years ago
  82. 21b2f0c [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementations by Christoph Hellwig · 18 years ago
  83. 9227c33 [PATCH] move ->eh_strategy_handler to the transport class by Christoph Hellwig · 18 years ago
  84. 082776e [PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE. by Nigel Cunningham · 18 years ago
  85. d04cdb6 Merge ../linux-2.6 by James Bottomley · 18 years ago
  86. 2f8600d [SCSI] eliminate rphy allocation in favour of expander/end device allocation by James Bottomley · 18 years ago
  87. 5baba83 [SCSI] add scsi_mode_select to scsi_lib.c by James Bottomley · 18 years ago
  88. e28482c [SCSI] add scsi_reprobe_device by James Bottomley · 18 years ago
  89. 79cb181 [SCSI] add preliminary expander support to the sas transport class by James Bottomley · 18 years ago
  90. c829c39 [SCSI] FC transport : Avoid device offline cases by stalling aborts until device unblocked by James Smart · 18 years ago
  91. 42ab036 [PATCH] convert aic94xx over to using the sas transport end device by James Bottomley · 18 years ago
  92. 7e6dff6 [SCSI] add 6.0 Gbit phy definitions to the sas transport class by James Bottomley · 18 years ago
  93. ffedb45 [SCSI] fix scsi process problems and clean up the target reap issues by James Bottomley · 18 years ago
  94. 1bfc5d9 [SCSI] Recognize missing LUNs for non-standard devices by Alan Stern · 18 years ago
  95. a012564 [SCSI] sas: add support for enclosure and bad ID rphy attributes by Christoph Hellwig · 18 years ago
  96. 6ea3c0b [SCSI] Add spi_populate_*_msg functions by Matthew Wilcox · 18 years ago
  97. 5e3c34c [SCSI] Remove devfs support from the SCSI subsystem by Greg KH · 19 years ago
  98. c67a848 [SCSI] Neaten comments in scsi_cmnd.h by Matthew Wilcox · 19 years ago
  99. 5b2ffed Merge branch 'master' by Jeff Garzik · 18 years ago
  100. faead26 [PATCH] add scsi_execute_in_process_context() API by James Bottomley · 18 years ago