1. fe91c47 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 2 months ago
  2. a47c6b7 scsi: core: Remove two host template members that are no longer used by Bart Van Assche · 3 years, 3 months ago
  3. 92c4b58 scsi: core: Register sysfs attributes earlier by Bart Van Assche · 3 years, 3 months ago
  4. 11b68e3 scsi: core: Call scsi_done directly by Bart Van Assche · 3 years, 3 months ago
  5. a19a93e scsi: core: pm: Rely on the device driver core for async power management by Bart Van Assche · 3 years, 3 months ago
  6. 50b6cb3 scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma() by Dexuan Cui · 3 years, 3 months ago
  7. 93aa71a scsi: core: Fix bad pointer dereference when ehandler kthread is invalid by Tyrel Datwyler · 3 years, 7 months ago
  8. bd31b9e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 7 months ago
  9. 1e0d4e6 scsi: core: Only put parent device if host state differs from SHOST_CREATED by Ming Lei · 3 years, 8 months ago
  10. 1171402 scsi: core: Put .shost_dev in failure path if host state changes to RUNNING by Ming Lei · 3 years, 8 months ago
  11. 3719f4f scsi: core: Fix failure handling of scsi_add_host_with_dma() by Ming Lei · 3 years, 8 months ago
  12. 66a834d scsi: core: Fix error handling of scsi_host_alloc() by Ming Lei · 3 years, 8 months ago
  13. 62af0ee scsi: core: Change the type of the second argument of scsi_host_complete_all_commands() by Bart Van Assche · 3 years, 8 months ago
  14. ea2f0f7 scsi: core: Cap scsi_host cmd_per_lun at can_queue by John Garry · 3 years, 8 months ago
  15. 2dde5c8 scsi: core: Fix a comment in function scsi_host_dev_release() by Xiang Chen · 3 years, 8 months ago
  16. aaff5eb scsi: remove the unchecked_isa_dma flag by Christoph Hellwig · 3 years, 10 months ago
  17. bdb0130 scsi: Add host and host template flag 'host_tagset' by Hannes Reinecke · 4 years, 5 months ago
  18. 6292130 scsi: core: Register sysfs for SCSI workqueue by Bob Liu · 4 years, 7 months ago
  19. dcece99 scsi: core: add scsi_host_busy_iter() by Hannes Reinecke · 4 years, 11 months ago
  20. 466552b scsi: core: add scsi_host_complete_all_commands() helper by Hannes Reinecke · 4 years, 11 months ago
  21. 6eb045e scsi: core: avoid host-wide host_busy counter for scsi_mq by Ming Lei · 5 years ago
  22. f65420d Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  23. 7ad388d scsi: core: add a host / host template field for the virt boundary by Christoph Hellwig · 6 years ago
  24. 026104b scsi: core: add SPDX tags to scsi midlayer files missing licensing information by Christoph Hellwig · 6 years ago
  25. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  26. 938edb8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  27. 4af14d1 scsi: remove the use_clustering flag by Christoph Hellwig · 6 years ago
  28. 50c2e91 scsi: introduce a max_segment_size host_template parameters by Christoph Hellwig · 6 years ago
  29. f664a3c scsi: kill off the legacy IO path by Jens Axboe · 6 years ago
  30. d772a65 Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq" by Ming Lei · 6 years ago
  31. 3287286 scsi: core: avoid host-wide host_busy counter for scsi_mq by Ming Lei · 7 years ago
  32. c84b023 scsi: read host_busy via scsi_host_busy() by Ming Lei · 7 years ago
  33. cbee67c scsi: core: remove redundant assignment to shost->use_blk_mq by Colin Ian King · 7 years ago
  34. 2e1f44f Merge branch 'fixes' into misc by James Bottomley · 7 years ago
  35. 83c9f08 scsi: remove the old scsi_module.c initialization model by Christoph Hellwig · 7 years ago
  36. fa1467f scsi: core: unexport scsi_host_set_state by Christoph Hellwig · 7 years ago
  37. 2f31115 scsi: core: introduce force_blk_mq by Ming Lei · 7 years ago
  38. 3be8828 scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops by Bart Van Assche · 7 years ago
  39. 9866306 scsi: core: Move the eh_deadline module parameter definition by Bart Van Assche · 7 years ago
  40. 3bd6f43 scsi: core: Ensure that the SCSI error handler gets woken up by Bart Van Assche · 7 years ago
  41. 7760e22 scsi: Remove Scsi_Host.uspace_req_q by Bart Van Assche · 7 years ago
  42. e9c787e scsi: allocate scsi_cmnd structures as part of struct request by Christoph Hellwig · 8 years ago
  43. 0a6ac4e scsi: respect unchecked_isa_dma for blk-mq by Christoph Hellwig · 8 years ago
  44. 4dfddf5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  45. 8d58881 scsi: Avoid that toggling use_blk_mq triggers a memory leak by Bart Van Assche · 8 years ago
  46. 0d5644b scsi: configure runtime pm before calling device_add in scsi_add_host_with_dma by Heiner Kallweit · 8 years ago
  47. 9aa9cc4 scsi: remove the disable_blk_mq host flag by Christoph Hellwig · 9 years ago
  48. fcab86a Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  49. 126a4fe scsi: Use ida for host number management by Lee Duncan · 9 years ago
  50. 5c6fab9 scsi: Drop runtime PM usage count after host is added by Mika Westerberg · 9 years ago
  51. be9e2f7 Merge branch 'mkp-fixes' into fixes by James Bottomley · 9 years ago
  52. b49493f Fix a memory leak in scsi_host_dev_release() by Bart Van Assche · 9 years ago
  53. 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
  54. abd0c53 scsi: remove ordered_tag host template field by Christoph Hellwig · 10 years ago
  55. a222b1e scsi: fixup logging messages in scsi_error.c by Hannes Reinecke · 10 years ago
  56. d285203 scsi: add support for a blk-mq based I/O path. by Christoph Hellwig · 11 years ago
  57. 91921e0 scsi: use dev_printk variants where possible by Hannes Reinecke · 11 years ago
  58. ad469a5 [SCSI] scsi_error: disable eh_deadline if no host_reset_handler is set by Hannes Reinecke · 11 years ago
  59. bb3b621 [SCSI] Set the minimum valid value of 'eh_deadline' as 0 by Ren Mingxin · 11 years ago
  60. e494f6a [SCSI] improved eh timeout handler by Hannes Reinecke · 11 years ago
  61. 54b2b50 [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers by Martin K. Petersen · 11 years ago
  62. b456202 [SCSI] Add 'eh_deadline' to limit SCSI EH runtime by Hannes Reinecke · 11 years ago
  63. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  64. 67bd941 [SCSI] Fix device removal NULL pointer dereference by Bart Van Assche · 13 years ago
  65. 9e1a153 [SCSI] properly initialize atomic_t by Josh Hunt · 13 years ago
  66. 3c8d9a9 [SCSI] fix oops in all legacy host adapters caused by 6f381fa by James Bottomley · 13 years ago
  67. 3308511 [SCSI] Make scsi_free_queue() kill pending SCSI commands by Bart Van Assche · 13 years ago
  68. b9da057 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  69. 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
  70. 13f05c8 block/scsi: Provide a limit on the number of integrity segments by Martin K. Petersen · 14 years ago
  71. bc4f240 [SCSI] implement runtime Power Management by Alan Stern · 15 years ago
  72. e4bf25f [SCSI] scsi:hosts.c Fix warning: variable 'rval' set but not used by Justin P. Mattock · 15 years ago
  73. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  74. 4cb077d PM: Allow SCSI devices to suspend/resume asynchronously by Rafael J. Wysocki · 15 years ago
  75. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  76. d139b9b [SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objects by James Bottomley · 15 years ago
  77. 4e46bf8 [SCSI] fix crash when disconnecting usb storage by Alexey Kuznetsov · 15 years ago
  78. 30c9afa fix race that can give duplicate host number by Joe Eykholt · 16 years ago
  79. 77c0197 [SCSI] fix /proc memory leak in the SCSI core by Alan Stern · 16 years ago
  80. 71610f5 [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  81. 315cb0a [SCSI] scsi_host_lookup: error returns and NULL pointers by James Smart · 16 years ago
  82. aab0de2 driver core: remove KOBJ_NAME_LEN define by Kay Sievers · 17 years ago
  83. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 17 years ago
  84. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  85. 453cd0f [SCSI] make struct scsi_{host,target}_type static by Adrian Bunk · 17 years ago
  86. 3ed7897 [SCSI] scsi_host regression: fix scsi host leak by Mike Christie · 17 years ago
  87. 542bd13 [SCSI] fix SLUB WARN_ON by James Bottomley · 17 years ago
  88. f7120a4 [SCSI] use default attributes for scsi_host by Hannes Reinecke · 17 years ago
  89. b0ed433 [SCSI] add scsi_host and scsi_target to scsi_bus by Hannes Reinecke · 17 years ago
  90. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 17 years ago
  91. 540d9b4 [SCSI] hosts.c: removed one unneeded shost->active_mode assignment by Denis Cheng · 17 years ago
  92. 77cca46 [SCSI] hosts.c: fixes for "no error" reported after error scenarios by James Smart · 17 years ago
  93. d3f46f3 [SCSI] remove use_sg_chaining by James Bottomley · 17 years ago
  94. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  95. 9c77010 scsi: use class iteration api by Dave Young · 17 years ago
  96. 5b7f168 [SCSI] don't use __GFP_DMA for sense buffers if not required by James Bottomley · 17 years ago
  97. de25deb [SCSI] use dynamically allocated sense buffer by FUJITA Tomonori · 17 years ago
  98. eb44820 [SCSI] Add Documentation and integrate into docbook build by Rob Landley · 17 years ago
  99. 7a39ac3 [SCSI] make supported_mode default to initiator. by James Bottomley · 17 years ago
  100. 9cb83c7 [SCSI] add use_sg_chaining option to scsi_host_template by FUJITA Tomonori · 17 years ago