1. 4dfddf5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  2. 8d58881 scsi: Avoid that toggling use_blk_mq triggers a memory leak by Bart Van Assche · 8 years ago
  3. 0d5644b scsi: configure runtime pm before calling device_add in scsi_add_host_with_dma by Heiner Kallweit · 8 years ago
  4. 9aa9cc4 scsi: remove the disable_blk_mq host flag by Christoph Hellwig · 8 years ago
  5. fcab86a Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  6. 126a4fe scsi: Use ida for host number management by Lee Duncan · 8 years ago
  7. 5c6fab9 scsi: Drop runtime PM usage count after host is added by Mika Westerberg · 8 years ago
  8. be9e2f7 Merge branch 'mkp-fixes' into fixes by James Bottomley · 9 years ago
  9. b49493f Fix a memory leak in scsi_host_dev_release() by Bart Van Assche · 9 years ago
  10. 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
  11. abd0c53 scsi: remove ordered_tag host template field by Christoph Hellwig · 10 years ago
  12. a222b1e scsi: fixup logging messages in scsi_error.c by Hannes Reinecke · 10 years ago
  13. d285203 scsi: add support for a blk-mq based I/O path. by Christoph Hellwig · 10 years ago
  14. 91921e0 scsi: use dev_printk variants where possible by Hannes Reinecke · 10 years ago
  15. ad469a5 [SCSI] scsi_error: disable eh_deadline if no host_reset_handler is set by Hannes Reinecke · 10 years ago
  16. bb3b621 [SCSI] Set the minimum valid value of 'eh_deadline' as 0 by Ren Mingxin · 11 years ago
  17. e494f6a [SCSI] improved eh timeout handler by Hannes Reinecke · 11 years ago
  18. 54b2b50 [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers by Martin K. Petersen · 11 years ago
  19. b456202 [SCSI] Add 'eh_deadline' to limit SCSI EH runtime by Hannes Reinecke · 11 years ago
  20. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 11 years ago
  21. 67bd941 [SCSI] Fix device removal NULL pointer dereference by Bart Van Assche · 12 years ago
  22. 9e1a153 [SCSI] properly initialize atomic_t by Josh Hunt · 12 years ago
  23. 3c8d9a9 [SCSI] fix oops in all legacy host adapters caused by 6f381fa by James Bottomley · 12 years ago
  24. 3308511 [SCSI] Make scsi_free_queue() kill pending SCSI commands by Bart Van Assche · 13 years ago
  25. b9da057 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  26. 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
  27. 13f05c8 block/scsi: Provide a limit on the number of integrity segments by Martin K. Petersen · 14 years ago
  28. bc4f240 [SCSI] implement runtime Power Management by Alan Stern · 14 years ago
  29. e4bf25f [SCSI] scsi:hosts.c Fix warning: variable 'rval' set but not used by Justin P. Mattock · 14 years ago
  30. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  31. 4cb077d PM: Allow SCSI devices to suspend/resume asynchronously by Rafael J. Wysocki · 14 years ago
  32. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  33. d139b9b [SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objects by James Bottomley · 15 years ago
  34. 4e46bf8 [SCSI] fix crash when disconnecting usb storage by Alexey Kuznetsov · 15 years ago
  35. 30c9afa fix race that can give duplicate host number by Joe Eykholt · 15 years ago
  36. 77c0197 [SCSI] fix /proc memory leak in the SCSI core by Alan Stern · 15 years ago
  37. 71610f5 [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  38. 315cb0a [SCSI] scsi_host_lookup: error returns and NULL pointers by James Smart · 16 years ago
  39. aab0de2 driver core: remove KOBJ_NAME_LEN define by Kay Sievers · 16 years ago
  40. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  41. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  42. 453cd0f [SCSI] make struct scsi_{host,target}_type static by Adrian Bunk · 16 years ago
  43. 3ed7897 [SCSI] scsi_host regression: fix scsi host leak by Mike Christie · 16 years ago
  44. 542bd13 [SCSI] fix SLUB WARN_ON by James Bottomley · 16 years ago
  45. f7120a4 [SCSI] use default attributes for scsi_host by Hannes Reinecke · 16 years ago
  46. b0ed433 [SCSI] add scsi_host and scsi_target to scsi_bus by Hannes Reinecke · 16 years ago
  47. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  48. 540d9b4 [SCSI] hosts.c: removed one unneeded shost->active_mode assignment by Denis Cheng · 16 years ago
  49. 77cca46 [SCSI] hosts.c: fixes for "no error" reported after error scenarios by James Smart · 16 years ago
  50. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 16 years ago
  51. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  52. 9c77010 scsi: use class iteration api by Dave Young · 16 years ago
  53. 5b7f168 [SCSI] don't use __GFP_DMA for sense buffers if not required by James Bottomley · 16 years ago
  54. de25deb [SCSI] use dynamically allocated sense buffer by FUJITA Tomonori · 16 years ago
  55. eb44820 [SCSI] Add Documentation and integrate into docbook build by Rob Landley · 17 years ago
  56. 7a39ac3 [SCSI] make supported_mode default to initiator. by James Bottomley · 17 years ago
  57. 9cb83c7 [SCSI] add use_sg_chaining option to scsi_host_template by FUJITA Tomonori · 17 years ago
  58. 5dc2b89 [SCSI] add supported_mode and active_mode attributes to the host by FUJITA Tomonori · 17 years ago
  59. c000c43 [SCSI] initialize shost_data to zero by FUJITA Tomonori · 17 years ago
  60. b7bb125 SCSI: use the proper semaphore to protect the class lists by Greg Kroah-Hartman · 17 years ago
  61. b58d915 [SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDs by FUJITA Tomonori · 18 years ago
  62. 4f777ed2 [SCSI] kill scsi_assign_lock by Christoph Hellwig · 18 years ago
  63. 86e33a2 [SCSI] add shared tag map helpers by James Bottomley · 18 years ago
  64. dd7e2f2 [SCSI] scsi_queue_work() documented return value is incorrect by Michael Reed · 18 years ago
  65. 9227c33 [PATCH] move ->eh_strategy_handler to the transport class by Christoph Hellwig · 18 years ago
  66. 24669f75 [SCSI] SCSI core kmalloc2kzalloc by Jes Sorensen · 18 years ago
  67. 0b95067 [SCSI] turn most scsi semaphores into mutexes by Arjan van de Ven · 18 years ago
  68. 461d4e9 [BLOCK] update SCSI to use new blk_ordered for barriers by Tejun Heo · 18 years ago
  69. 849a892 Merge by Hand by James Bottomley · 19 years ago
  70. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  71. 9ccfc75 [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk by James Bottomley · 19 years ago
  72. c53033f [PATCH] gfp_t: drivers/scsi by Al Viro · 19 years ago
  73. 9e70592 [SCSI] fix potential panic with proc on module removal by James Bottomley · 19 years ago
  74. 939647e [SCSI] fix oops on usb storage device disconnect by James Bottomley · 19 years ago
  75. c5478de [SCSI] switch EH thread startup to the kthread API by Christoph Hellwig · 19 years ago
  76. 82f2946 [SCSI] host state model update: mediate host add/remove race by Mike Anderson · 19 years ago
  77. d2c9d9e [SCSI] host state model update: reimplement scsi_host_cancel by Mike Anderson · 19 years ago
  78. d330187 [SCSI] host state model update: replace old host bitmap state by Mike Anderson · 19 years ago
  79. 1241319 [SCSI] remove scsi_set_device by Christoph Hellwig · 19 years ago
  80. 52c1da3 [PATCH] make various thing static by Adrian Bunk · 19 years ago
  81. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago