1. 9a50aae Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  2. f81426a [SCSI] fix for bidi use after free by Daniel Gryniewicz · 10 years ago
  3. 64bdcbc scsi: add use_cmd_list flag by Kashyap.Desai@avagotech.com · 10 years ago
  4. 522a15d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  5. 6f4a1626 scsi-mq: fix requests that use a separate CDB buffer by Tony Battersby · 10 years ago
  6. 480cadc scsi: Fix qemu boot hang problem by Guenter Roeck · 10 years ago
  7. d285203 scsi: add support for a blk-mq based I/O path. by Christoph Hellwig · 10 years ago
  8. c53c6d6 scatterlist: allow chaining to preallocated chunks by Christoph Hellwig · 10 years ago
  9. f6d47e7 scsi: unwind blk_end_request_all and blk_end_request_err calls by Christoph Hellwig · 10 years ago
  10. 2ccbb00 scsi: only maintain target_blocked if the driver has a target queue limit by Christoph Hellwig · 10 years ago
  11. cd9070c scsi: fix the {host,target,device}_blocked counter mess by Christoph Hellwig · 10 years ago
  12. 71e75c9 scsi: convert device_busy to atomic_t by Christoph Hellwig · 10 years ago
  13. 7466501 scsi: convert host_busy to atomic_t by Christoph Hellwig · 10 years ago
  14. 7ae65c0 scsi: convert target_busy to an atomic_t by Christoph Hellwig · 10 years ago
  15. cf68d33 scsi: push host_lock down into scsi_{host,target}_queue_ready by Christoph Hellwig · 10 years ago
  16. 3b5382c scsi: set ->scsi_done before calling scsi_dispatch_cmd by Christoph Hellwig · 10 years ago
  17. d0d3bbf scsi: centralize command re-queueing in scsi_dispatch_fn by Christoph Hellwig · 10 years ago
  18. de3e8bf scsi: split __scsi_queue_insert by Christoph Hellwig · 10 years ago
  19. 6af7a4f scsi: add scsi_setup_cmnd helper by Christoph Hellwig · 10 years ago
  20. 4f1e576 scsi: mark scsi_setup_blk_pc_cmnd static by Christoph Hellwig · 10 years ago
  21. 5158a89 scsi: set sc_data_direction in common code by Christoph Hellwig · 10 years ago
  22. 3868cf8 scsi: restructure command initialization for TYPE_FS requests by Christoph Hellwig · 10 years ago
  23. 635d98b scsi: move the nr_phys_segments assert into scsi_init_io by Christoph Hellwig · 10 years ago
  24. e6c11db scsi_lib: remove the description string in scsi_io_completion() by Maurizio Lombardi · 10 years ago
  25. f1bea55 scsi: remove various exports that were only used by scsi_tgt by Christoph Hellwig · 10 years ago
  26. 91921e0 scsi: use dev_printk variants where possible by Hannes Reinecke · 10 years ago
  27. 89fb4cd scsi: handle flush errors properly by James Bottomley · 10 years ago
  28. 23d4ed5 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  29. 1c54fc1 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  30. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  31. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  32. a1b73fc scsi: reintroduce scsi_driver.init_command by Christoph Hellwig · 10 years ago
  33. bc85dc5 scsi: remove scsi_end_request by Christoph Hellwig · 10 years ago
  34. c682adf scsi: explicitly release bidi buffers by Christoph Hellwig · 10 years ago
  35. 644373a [SCSI] Fix command result state propagation by Alan Stern · 10 years ago
  36. 68c03d9 [SCSI] don't reference freed command in scsi_prep_return by Christoph Hellwig · 10 years ago
  37. 5e012aa [SCSI] don't reference freed command in scsi_init_sgtable by Christoph Hellwig · 10 years ago
  38. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  39. f89e0dd Merge tag 'v3.15-rc1' into for-3.16/core by Jens Axboe · 10 years ago
  40. 2bfad21 scsi: Make sure cmd_flags are 64-bit by Martin K. Petersen · 10 years ago
  41. 59c3d45 block: remove 'q' parameter from kblockd_schedule_*_work() by Jens Axboe · 10 years ago
  42. 134997a [SCSI] remove a useless get/put_device pair in scsi_requeue_command by Christoph Hellwig · 10 years ago
  43. 27e9e0f [SCSI] remove a useless get/put_device pair in scsi_next_command by Bart Van Assche · 10 years ago
  44. 613be1f [SCSI] remove a useless get/put_device pair in scsi_request_fn by Bart Van Assche · 10 years ago
  45. 0479633 [SCSI] do not manipulate device reference counts in scsi_get/put_command by Christoph Hellwig · 10 years ago
  46. 21a05df [SCSI] avoid taking host_lock in scsi_run_queue unless nessecary by Christoph Hellwig · 10 years ago
  47. ee60b2c [SCSI] Add timeout to avoid infinite command retry by Eiichi Tsukata · 10 years ago
  48. e83b366 Fix uses of dma_max_pfn() when converting to a limiting address by Russell King · 10 years ago
  49. 7d35496 ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations by Santosh Shilimkar · 11 years ago
  50. 357397a Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  51. 279afdf [SCSI] Generate uevents on certain unit attention codes by Ewan D. Milne · 11 years ago
  52. 7e782af [SCSI] Return ENODATA on medium error by Hannes Reinecke · 11 years ago
  53. a9d6ceb8 [SCSI] return ENOSPC on thin provisioning failure by Hannes Reinecke · 11 years ago
  54. 0f7f623 [SCSI] Document enhanced error codes by Hannes Reinecke · 11 years ago
  55. f1bc1e4 ata: acpi: rework the ata acpi bind support by Aaron Lu · 11 years ago
  56. 0516c08 [SCSI] enable destruction of blocked devices which fail LUN scanning by Bart Van Assche · 11 years ago
  57. e2eb724 [SCSI] Fix race between starved list and device removal by James Bottomley · 11 years ago
  58. 9b21493 [SCSI] sd: use REQ_PM in sd's runtime suspend operation by Lin Ming · 11 years ago
  59. 5354009 ACPI / glue: Add .match() callback to struct acpi_bus_type by Rafael J. Wysocki · 11 years ago
  60. 6f4c827 [libata] scsi: no poll when ODD is powered off by Aaron Lu · 11 years ago
  61. 60da5bf Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  62. 3f3299d block: Rename queue dead flag by Bart Van Assche · 12 years ago
  63. 5db4486 [SCSI] sd: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  64. fe709ed Merge SCSI misc branch into isci-for-3.6 tag by James Bottomley · 12 years ago
  65. 0e58076 [SCSI] scsi_lib: Set the device state from transport-offline to running by Vikas Chaudhary · 12 years ago
  66. 27c4197 [SCSI] scsi_lib: fix scsi_io_completion's SG_IO error propagation by Mike Snitzer · 12 years ago
  67. 8407884 Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstream by Jeff Garzik · 12 years ago
  68. b485462 [SCSI] Stop accepting SCSI requests before removing a device by Bart Van Assche · 12 years ago
  69. 84feb16 [SCSI] Change return type of scsi_queue_insert() into void by Bart Van Assche · 12 years ago
  70. 940f5d4 [SCSI] Avoid dangling pointer in scsi_requeue_command() by Bart Van Assche · 12 years ago
  71. 67bd941 [SCSI] Fix device removal NULL pointer dereference by Bart Van Assche · 12 years ago
  72. d075498 [SCSI] remove old comment from block/unblock functions by Mike Christie · 12 years ago
  73. 5d9fb5c [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new state by Mike Christie · 12 years ago
  74. 1b8d262 [SCSI] add new SDEV_TRANSPORT_OFFLINE state by Mike Christie · 12 years ago
  75. de50ada [SCSI] add wrapper to access and set scsi_bus_type in struct acpi_bus_type by Holger Macht · 12 years ago
  76. b7e94a1 [SCSI] Fix dm-multipath starvation when scsi host is busy by Jun'ichi Nomura · 12 years ago
  77. e346933 Merge tag 'isci-for-3.5' into misc by James Bottomley · 12 years ago
  78. a7a20d1 [SCSI] sd: limit the scope of the async probe domain by Dan Williams · 12 years ago
  79. 6f381fa [SCSI] scsi_lib: use correct DMA device in __scsi_alloc_queue by Lin Ming · 12 years ago
  80. 424a6f6 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 12 years ago
  81. 77dfce0 scsi: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  82. 66a651a [SCSI] Ensure discard failure gets treated as a target problem by Martin K. Petersen · 12 years ago
  83. 2082ebc [SCSI] fix the new host byte settings (DID_TARGET_FAILURE and DID_NEXUS_FAILURE) by Moger, Babu · 12 years ago
  84. 466c08c [SCSI] don't change sdev starvation list order without request dispatched by Shaohua Li · 12 years ago
  85. 7457181 [SCSI] Silencing 'killing requests for dead queue' by Hannes Reinecke · 13 years ago
  86. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  87. 0970366 scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required by Paul Gortmaker · 13 years ago
  88. 3308511 [SCSI] Make scsi_free_queue() kill pending SCSI commands by Bart Van Assche · 13 years ago
  89. 573e591 [SCSI] scsi_lib: pause between error retries by James Smart · 13 years ago
  90. bfe159a [SCSI] fix crash in scsi_dispatch_cmd() by James Bottomley · 13 years ago
  91. a2b9c1f Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  92. 9937a5e scsi: remove performance regression due to async queue run by Jens Axboe · 13 years ago
  93. c055f5b [SCSI] fix oops in scsi_run_queue() by James Bottomley · 13 years ago
  94. c21e6be block: get rid of QUEUE_FLAG_REENTER by Jens Axboe · 13 years ago
  95. 24ecfbe block: add blk_run_queue_async by Christoph Hellwig · 13 years ago
  96. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  97. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  98. c98a0eb [SCSI] sd: Logical Block Provisioning update by Martin K. Petersen · 13 years ago
  99. 72f7d32 [SCSI] Include protection operation in SCSI command trace by Martin K. Petersen · 13 years ago
  100. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago