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