1. 540a7c5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  2. dc4515e scsi: always increment reference count by Rusty Russell · 10 years ago
  3. a4a6afb scsi: Do not display buffer pointers in scsi_log_send() by Hannes Reinecke · 10 years ago
  4. 026f8da scsi: use per-cpu buffer for formatting scsi_print_result() by Hannes Reinecke · 10 years ago
  5. e617457 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  6. 096cbc3 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  7. b70870c scsi: never drop to untagged mode during queue ramp down by Christoph Hellwig · 10 years ago
  8. efc3c1d scsi: remove ->change_queue_type method by Christoph Hellwig · 10 years ago
  9. 82042a2 scsi: move scsi_dispatch_cmd to scsi_lib.c by Christoph Hellwig · 10 years ago
  10. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  11. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  12. 2ecb204 scsi: always assign block layer tags if enabled by Christoph Hellwig · 10 years ago
  13. 609aa22 scsi: remove ordered_tags scsi_device field by Christoph Hellwig · 10 years ago
  14. a62182f scsi: provide a generic change_queue_type method by Christoph Hellwig · 10 years ago
  15. c11c004 scsi: simplify scsi_log_(send|completion) by Hannes Reinecke · 10 years ago
  16. d811b84 scsi: use sdev as argument for sense code printing by Hannes Reinecke · 10 years ago
  17. 24c20f1 scsi: add a CONFIG_SCSI_MQ_DEFAULT option by Christoph Hellwig · 10 years ago
  18. 50c4e96 scsi: don't store LUN bits in CDB[1] for USB mass-storage devices by Alan Stern · 10 years ago
  19. f6105c0 [SCSI] save command pool address of Scsi_Host by Juergen Gross · 10 years ago
  20. 884ffee scsi: use short driver name for per-driver cmd slab caches by James Bottomley · 10 years ago
  21. c6e4f19 scsi: update scsi_device_types by Christoph Hellwig · 10 years ago
  22. d285203 scsi: add support for a blk-mq based I/O path. by Christoph Hellwig · 11 years ago
  23. cd9070c scsi: fix the {host,target,device}_blocked counter mess by Christoph Hellwig · 11 years ago
  24. 7466501 scsi: convert host_busy to atomic_t by Christoph Hellwig · 11 years ago
  25. 3b5382c scsi: set ->scsi_done before calling scsi_dispatch_cmd by Christoph Hellwig · 10 years ago
  26. d0d3bbf scsi: centralize command re-queueing in scsi_dispatch_fn by Christoph Hellwig · 11 years ago
  27. cb23f91 scsi: cleanup switch in scsi_adjust_queue_depth by Douglas Gilbert · 10 years ago
  28. f1bea55 scsi: remove various exports that were only used by scsi_tgt by Christoph Hellwig · 10 years ago
  29. 91921e0 scsi: use dev_printk variants where possible by Hannes Reinecke · 10 years ago
  30. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  31. fcc95a7 scsi: remove two cancel_delayed_work() calls from the mid-layer by Bart Van Assche · 10 years ago
  32. b7e70ca Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci by Linus Torvalds · 10 years ago
  33. 3c31b52 scsi: async sd resume by Dan Williams · 10 years ago
  34. 89d9a56 [SCSI] add support for per-host cmd pools by Christoph Hellwig · 11 years ago
  35. 7c28334 [SCSI] simplify command allocation and freeing a bit by Christoph Hellwig · 11 years ago
  36. 0f2bb84 [SCSI] megaraid: simplify internal command handling by Christoph Hellwig · 11 years ago
  37. b3ae878 [SCSI] Add EVPD page 0x83 and 0x80 to sysfs by Hannes Reinecke · 11 years ago
  38. bc8945d [SCSI] Return VPD page length in scsi_vpd_inquiry() by Hannes Reinecke · 11 years ago
  39. 0479633 [SCSI] do not manipulate device reference counts in scsi_get/put_command by Christoph Hellwig · 11 years ago
  40. 44b93b5 [SCSI] avoid useless free_list lock roundtrips by Christoph Hellwig · 11 years ago
  41. 6ad5550 [SCSI] Update documentation by Hannes Reinecke · 11 years ago
  42. e494f6a [SCSI] improved eh timeout handler by Hannes Reinecke · 11 years ago
  43. 6b1e5a4 [SCSI] remove check for 'resetting' by Hannes Reinecke · 11 years ago
  44. 7562523 [SCSI] Don't attempt to send extended INQUIRY command if skip_vpd_pages is set by Martin K. Petersen · 11 years ago
  45. 66c28f9 [SCSI] sd: Update WRITE SAME heuristics by Martin K. Petersen · 11 years ago
  46. 3c6bdae [SCSI] Add a report opcode helper by Martin K. Petersen · 12 years ago
  47. a468348 [SCSI] async: make async_synchronize_full() flush all work regardless of domain by Dan Williams · 12 years ago
  48. 2955b47 [SCSI] async: introduce 'async_domain' type by Dan Williams · 12 years ago
  49. ea80dad [SCSI] Fix sd_probe_domain config problem by James Bottomley · 12 years ago
  50. a7a20d1 [SCSI] sd: limit the scope of the async probe domain by Dan Williams · 13 years ago
  51. 18a4d0a [SCSI] Handle disk devices which can not process medium access commands by Martin K. Petersen · 13 years ago
  52. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  53. 16d3ea2 [SCSI] Fix VPD inquiry page wrapper by Martin K. Petersen · 14 years ago
  54. bf81623 [SCSI] add scsi trace core functions and put trace points by Kei Tokunaga · 15 years ago
  55. 786f8ba scsi.c: add missing kernel-doc notation for new VPD parameters by Randy Dunlap · 15 years ago
  56. e3deec0 [SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page() by James Bottomley · 15 years ago
  57. 4a84067 [SCSI] add queue_depth ramp up code by Vasu Dev · 15 years ago
  58. b4c2554 [SCSI] Fix protection scsi_data_buffer leak by Martin K. Petersen · 15 years ago
  59. 95a3639 [SCSI] fix bugs in scsi_vpd_inquiry() by James Bottomley · 15 years ago
  60. 477e608 [SCSI] fix documentation for two functions by Bartlomiej Zolnierkiewicz · 15 years ago
  61. ebef264 [SCSI] use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 16 years ago
  62. 881a256 [SCSI] Add VPD helper by Matthew Wilcox · 16 years ago
  63. 32aeef6 [SCSI] Skip deleted devices in __scsi_device_lookup_by_target() by Hannes Reinecke · 16 years ago
  64. 327d0c7 [SCSI] remove severly outdated comment in scsi_dispatch_cmd by Christoph Hellwig · 16 years ago
  65. f0c0a37 [SCSI] Add helper code so transport classes/driver can control queueing (v3) by Mike Christie · 16 years ago
  66. ef5bef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  67. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  68. 0f1d87a [SCSI] add inline functions for recognising created and blocked states by James Bottomley · 16 years ago
  69. 7027ad7 [SCSI] Support devices with protection information by Martin K. Petersen · 16 years ago
  70. 885ace9 [SCSI] fix shared tag map setup by Mike Christie · 16 years ago
  71. 427e59f [SCSI] make use of the residue value by James Bottomley · 17 years ago
  72. db4742d [SCSI] add support for variable length extended commands by Boaz Harrosh · 16 years ago
  73. 61d7416 [SCSI] bug fix for free list handling by Alan D. Brunelle · 16 years ago
  74. f18573a block: move the padding adjustment to blk_rq_map_sg by FUJITA Tomonori · 16 years ago
  75. 1c353f7 [SCSI] export command allocation and freeing functions independently of the host by James Bottomley · 17 years ago
  76. e507e30 [SCSI] consolidate command allocation in a single place by James Bottomley · 17 years ago
  77. 164fc5d scsi: fix sense_slab/bio swapping livelock by Hugh Dickins · 17 years ago
  78. e97a294 scsi: missing add of padded bytes to io completion byte count by Jens Axboe · 17 years ago
  79. 14f501a [SCSI] kernel-doc: fix scsi docbook by Randy Dunlap · 17 years ago
  80. 30b0c37 [SCSI] implement scsi_data_buffer by Boaz Harrosh · 17 years ago
  81. 5b7f168 [SCSI] don't use __GFP_DMA for sense buffers if not required by James Bottomley · 17 years ago
  82. de25deb [SCSI] use dynamically allocated sense buffer by FUJITA Tomonori · 17 years ago
  83. 166a728 [SCSI] fix scsi_setup_command_freelist failure path race by FUJITA Tomonori · 17 years ago
  84. dc8875e [SCSI] docbook and kernel-doc updates by Randy Dunlap · 17 years ago
  85. eb44820 [SCSI] Add Documentation and integrate into docbook build by Rob Landley · 17 years ago
  86. 7b3d954 Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done"" by Linus Torvalds · 17 years ago
  87. ac40532 scsi: revert "[SCSI] Get rid of scsi_cmnd->done" by Ingo Molnar · 17 years ago
  88. 522939d esp_scsi: fix reset cleanup spinlock recursion by Maciej W. Rozycki · 17 years ago
  89. 6f5391c [SCSI] Get rid of scsi_cmnd->done by Matthew Wilcox · 17 years ago
  90. 12a4416 [SCSI] Remove ->pid field from scsi_cmnd by Matthew Wilcox · 17 years ago
  91. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  92. a73e45b [SCSI] scsi.c: convert to use the data buffer accessors by Boaz Harrosh · 17 years ago
  93. d0f656c [SCSI] Remove unused method scsi_device_cancel by Priyanka Gupta · 17 years ago
  94. a4d04a4 [SCSI] Make error printing more verbose by Martin K. Petersen · 18 years ago
  95. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  96. 596f482 [SCSI] kill scsi_rety_command by Christoph Hellwig · 18 years ago
  97. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  98. b58d915 [SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDs by FUJITA Tomonori · 18 years ago
  99. 504fb37 [SCSI] fix module unload induced compile warning by Ingo Molnar · 18 years ago
  100. 97d41e9 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago