1. 08f7843 scsi: Make scsi_mq_prep_fn() call scsi_init_command() by Bart Van Assche · 8 years ago
  2. be4c186 scsi: Introduce scsi_mq_sgl_size() by Bart Van Assche · 8 years ago
  3. 2dd6fb5 scsi: Only add commands to the device command list if required by the LLD by Bart Van Assche · 8 years ago
  4. 255ee93 scsi: Make __scsi_remove_device go straight from BLOCKED to DEL by Bart Van Assche · 8 years ago
  5. 66483a4 scsi: Introduce scsi_start_queue() by Bart Van Assche · 8 years ago
  6. 0db6ca8 scsi: Protect SCSI device state changes with a mutex by Bart Van Assche · 8 years ago
  7. 43f7571 scsi: Create two versions of scsi_internal_device_unblock() by Bart Van Assche · 8 years ago
  8. 551eb59 scsi: Split scsi_internal_device_block() by Bart Van Assche · 8 years ago
  9. 8e68825 scsi: Avoid that scsi_exit_rq() triggers a use-after-free by Bart Van Assche · 8 years ago
  10. 1bad6c4 scsi: zero per-cmd private driver data for each MQ I/O by Long Li · 8 years ago
  11. 7aa686d scsi: scsi_lib: Add #include <scsi/scsi_transport.h> by Bart Van Assche · 8 years ago
  12. 044f1da Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  13. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  14. d6296d39 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 8 years ago
  15. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  16. 0eebd00 scsi: Implement blk_mq_ops.show_rq() by Bart Van Assche · 8 years ago
  17. 8f9cedc Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  18. 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  19. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
  20. ca855a5 Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixes by James Bottomley · 8 years ago
  21. e7661a8 scsi: return correct blkprep status code in case scsi_init_io() fails. by Johannes Thumshirn · 8 years ago
  22. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  23. 36e3cf2 scsi: Avoid that SCSI queues get stuck by Bart Van Assche · 8 years ago
  24. a065863 scsi: make asynchronous aborts mandatory by Hannes Reinecke · 8 years ago
  25. 2171b6d scsi: make scsi_eh_scmd_add() always succeed by Hannes Reinecke · 8 years ago
  26. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  27. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  28. e2a3a673 Merge remote-tracking branch 'mkp-scsi/fixes' into fixes by James Bottomley · 8 years ago
  29. a3b4924 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  30. 8893cf6 scsi: mpt3sas: Avoid sleeping in interrupt context by Bart Van Assche · 8 years ago
  31. fcbfffe scsi: remove scsi_execute_req_flags by Christoph Hellwig · 8 years ago
  32. 76aaf87 scsi: merge __scsi_execute into scsi_execute by Christoph Hellwig · 8 years ago
  33. 3949e2f scsi: simplify scsi_execute_req_flags by Christoph Hellwig · 8 years ago
  34. 74a78eb scsi: make the sense header argument to scsi_test_unit_ready mandatory by Christoph Hellwig · 8 years ago
  35. 857de6e scsi: use 'scsi_device_from_queue()' for scsi_dh by Hannes Reinecke · 8 years ago
  36. ee52423 scsi: zero per-cmd driver data before each I/O by Christoph Hellwig · 8 years ago
  37. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  38. fd3fc0b scsi: don't BUG_ON() empty DMA transfers by Johannes Thumshirn · 8 years ago
  39. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  40. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 8 years ago
  41. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  42. e9c787e scsi: allocate scsi_cmnd structures as part of struct request by Christoph Hellwig · 8 years ago
  43. d48777a6 scsi: remove __scsi_alloc_queue by Christoph Hellwig · 8 years ago
  44. 0a6ac4e scsi: respect unchecked_isa_dma for blk-mq by Christoph Hellwig · 8 years ago
  45. 34241af Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  46. fd102b1 scsi: use blk_rq_payload_bytes by Christoph Hellwig · 8 years ago
  47. 7dbbf0f scsi: scsi-mq: Wait for .queue_rq() if necessary by Bart Van Assche · 8 years ago
  48. a829a84 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  49. f9d03f9 block: improve handling of the magic discard payload by Christoph Hellwig · 8 years ago
  50. 669f044 scsi: srp_transport: Move queuecommand() wait code to SCSI core by Bart Van Assche · 8 years ago
  51. 2868f13 scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OK by Omar Sandoval · 8 years ago
  52. 2d9c5c2 scsi: allow LLDDs to expose the queue mapping to blk-mq by Christoph Hellwig · 8 years ago
  53. 2b053ac blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request() by Bart Van Assche · 8 years ago
  54. 52d7f1b blk-mq: Avoid that requeueing starts stopped queues by Bart Van Assche · 8 years ago
  55. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  56. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  57. a621bac scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands by James Bottomley · 9 years ago
  58. d230823 scsi_lib: Decode T10 vendor IDs by Hannes Reinecke · 9 years ago
  59. 9b1d6c8 lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c by Ming Lin · 9 years ago
  60. 65e8617 scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS by Ming Lin · 9 years ago
  61. 001d63b scsi: rename SG related struct and functions by Ming Lin · 9 years ago
  62. 22cc3d4 scsi: replace "mq" with "first_chunk" in SG functions by Ming Lin · 9 years ago
  63. 91dbc08 scsi: replace "scsi_data_buffer" with "sg_table" in SG functions by Ming Lin · 9 years ago
  64. a7dee8f Merge branch 'fixes' into misc by James Bottomley · 9 years ago
  65. e1cd391 SCSI: Free resources when we return BLKPREP_INVALID by jiangyiwen · 9 years ago
  66. d3d3289 scsi_dh: add 'rescan' callback by Hannes Reinecke · 9 years ago
  67. a8aa397 scsi: Add scsi_vpd_tpg_id() by Hannes Reinecke · 9 years ago
  68. 9983bed scsi: Add scsi_vpd_lun_id() by Hannes Reinecke · 9 years ago
  69. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  70. f4829a9 blk-mq: fix racy updates of rq->errors by Christoph Hellwig · 9 years ago
  71. ee14c67 scsi_dh: kill struct scsi_dh_data by Christoph Hellwig · 9 years ago
  72. 14c3e67 scsi: Add ALUA state change UA handling by Hannes Reinecke · 9 years ago
  73. 0ae80ba scsi: retry MODE SENSE on unit attention by Hannes Reinecke · 10 years ago
  74. 0c958ec scsi: fix memory leak with scsi-mq by Tony Battersby · 9 years ago
  75. bba0bdd Defer processing of REQ_PREEMPT requests for blocked devices by Bart Van Assche · 10 years ago
  76. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  77. 24391c0 blk-mq: add tag allocation policy by Shaohua Li · 10 years ago
  78. 91724c2 scsi: Avoid crashing if device uses DIX but adapter does not support it by Ewan D. Milne · 10 years ago
  79. 70a0f2c scsi: ->queue_rq can't sleep by Christoph Hellwig · 10 years ago
  80. 120bb3e scsi: fix random memory corruption with scsi-mq + T10 PI by Tony Battersby · 10 years ago
  81. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  82. 82042a2 scsi: move scsi_dispatch_cmd to scsi_lib.c by Christoph Hellwig · 10 years ago
  83. 3c356bd scsi: stop passing a gfp_mask argument down the command setup path by Christoph Hellwig · 10 years ago
  84. bb3ec62 scsi: remove scsi_next_command by Christoph Hellwig · 10 years ago
  85. 125c99b scsi: add new scsi-command flag for tagged commands by Christoph Hellwig · 10 years ago
  86. efec4b9 scsi: add support for multiple hardware queues by Bart Van Assche · 10 years ago
  87. f1569ff scsi: ratelimit I/O error messages by Hannes Reinecke · 10 years ago
  88. c11c004 scsi: simplify scsi_log_(send|completion) by Hannes Reinecke · 10 years ago
  89. 4753cbc scsi: use 'bool' as return value for scsi_normalize_sense() by Hannes Reinecke · 10 years ago
  90. d811b84 scsi: use sdev as argument for sense code printing by Hannes Reinecke · 10 years ago
  91. 037e6d8 scsi: resolve some missing-field-initializers warnings by Mark Rustad · 10 years ago
  92. 74c4505 blk-mq: add a 'list' parameter to ->queue_rq() by Jens Axboe · 10 years ago
  93. b1dd2aa scsi: set REQ_QUEUE for the blk-mq case by Christoph Hellwig · 10 years ago
  94. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  95. 9a50aae Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  96. fe05252 scsi: move blk_mq_start_request call earlier by Christoph Hellwig · 10 years ago
  97. 0152fb6 blk-mq: pass a reserved argument to the timeout handler by Christoph Hellwig · 10 years ago
  98. c8a446a blk-mq: rename blk_mq_end_io to blk_mq_end_request by Christoph Hellwig · 10 years ago
  99. e249007 blk-mq: call blk_mq_start_request from ->queue_rq by Christoph Hellwig · 10 years ago
  100. bf57229 blk-mq: remove REQ_END by Christoph Hellwig · 10 years ago