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