1. 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  2. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  3. e37c7d9 scsi: core: sanitize++ in progress by Douglas Gilbert · 7 years ago
  4. 0eb0b63 block: consistently use GFP_NOIO instead of __GFP_NORECLAIM by Christoph Hellwig · 7 years ago
  5. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 7 years ago
  6. 21e07db scsi: reduce use of block bounce buffers by Christoph Hellwig · 7 years ago
  7. f4abab3 scsi: core: Make scsi_result_to_blk_status() recognize CONDITION MET by Bart Van Assche · 7 years ago
  8. a77b32d8 scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_status() by Bart Van Assche · 7 years ago
  9. cbe095e Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_byte()" by Bart Van Assche · 7 years ago
  10. 052c220 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  11. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  12. 2e1f44f Merge branch 'fixes' into misc by James Bottomley · 7 years ago
  13. 17cb960 bsg: split handling of SCSI CDBs vs transport requeues by Christoph Hellwig · 7 years ago
  14. 1875ede scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD by Douglas Gilbert · 7 years ago
  15. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  16. be75b1b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  17. 2f793a2 scsi: core: use blk_mq_requeue_request in __scsi_queue_insert by Jianchao Wang · 7 years ago
  18. e39a973 scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_byte() by Hannes Reinecke · 7 years ago
  19. 3be8828 scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops by Bart Van Assche · 7 years ago
  20. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  21. 9b91fd3 scsi: core: Reduce number of scsi_test_unit_ready() retries by Bart Van Assche · 7 years ago
  22. 64b2868 Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  23. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  24. 28bc6fb Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  25. 86ff7c2 blk-mq: introduce BLK_STS_DEV_RESOURCE by Ming Lei · 7 years ago
  26. 0afe76e scsi: Define usercopy region in scsi_sense_cache slab cache by David Windsor · 8 years ago
  27. 08640e8 scsi: core: Change third __scsi_queue_insert() argument from int to bool by Bart Van Assche · 7 years ago
  28. e4c9470 scsi: core: Unexport scsi_initialize_rq() by Bart Van Assche · 7 years ago
  29. 3bd6f43 scsi: core: Ensure that the SCSI error handler gets woken up by Bart Van Assche · 7 years ago
  30. 7e70aa7 scsi: core: run queue if SCSI device queue isn't ready and queue is idle by Ming Lei · 7 years ago
  31. 90addc6 scsi: use dma_get_cache_alignment() as minimum DMA alignment by Huacai Chen · 7 years ago
  32. 670ffcc Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  33. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  34. 3a0a529 block, scsi: Make SCSI quiesce and resume work reliably by Bart Van Assche · 7 years ago
  35. 039c635 ide, scsi: Tell the block layer at request allocation time about preempt requests by Bart Van Assche · 7 years ago
  36. a817e73 Revert "scsi: make 'state' device attribute pollable" by Linus Torvalds · 7 years ago
  37. 88022d7 blk-mq: don't handle failure in .get_budget by Ming Lei · 7 years ago
  38. 826a70a SCSI: don't get target/host busy_count in scsi_mq_get_budget() by Ming Lei · 7 years ago
  39. 0df21c8 scsi: implement .get_budget and .put_budget for blk-mq by Ming Lei · 7 years ago
  40. aeec776 scsi: allow passing in null rq to scsi_prep_state_check() by Ming Lei · 7 years ago
  41. 8fe8ffb scsi: Suppress a kernel warning in case the prep function returns BLKPREP_DEFER by Bart Van Assche · 7 years ago
  42. cf3431b scsi: scsi_error: Handle power-on reset unit attention by Hannes Reinecke · 7 years ago
  43. e98f42b scsi: sd_zbc: Fix comments and indentation by Damien Le Moal · 7 years ago
  44. a45a1f36 scsi: scsi-mq: Always unprepare before requeuing a request by Bart Van Assche · 7 years ago
  45. 832889f scsi: Improve requeuing behavior by Bart Van Assche · 7 years ago
  46. 64104f7 scsi: Call scsi_initialize_rq() for filesystem requests by Bart Van Assche · 7 years ago
  47. ccf1e00 scsi: Rework handling of scsi_device.vpd_pg8[03] by Bart Van Assche · 7 years ago
  48. 35c0506 scsi: Fix the kerneldoc for scsi_initialize_rq() by Jonathan Corbet · 7 years ago
  49. 23cb27f scsi: fix comment in scsi_device_set_state() by Hannes Reinecke · 7 years ago
  50. bed2213 scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer by Bart Van Assche · 7 years ago
  51. e7008ff scsi: Document which queue type a function is intended for by Bart Van Assche · 7 years ago
  52. 8a97712 scsi: make 'state' device attribute pollable by Hannes Reinecke · 7 years ago
  53. 8cd1ec7 scsi: scsi_lib: rework scsi_internal_device_unblock_nowait() by Hannes Reinecke · 7 years ago
  54. 9031114 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  55. c8d9cf2 block: Change argument type of scsi_req_init() by Bart Van Assche · 8 years ago
  56. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 8 years ago
  57. f660174 blk-mq: use the introduced blk_mq_unquiesce_queue() by Ming Lei · 8 years ago
  58. 08f7843 scsi: Make scsi_mq_prep_fn() call scsi_init_command() by Bart Van Assche · 8 years ago
  59. be4c186 scsi: Introduce scsi_mq_sgl_size() by Bart Van Assche · 8 years ago
  60. 2dd6fb5 scsi: Only add commands to the device command list if required by the LLD by Bart Van Assche · 8 years ago
  61. 255ee93 scsi: Make __scsi_remove_device go straight from BLOCKED to DEL by Bart Van Assche · 8 years ago
  62. 66483a4 scsi: Introduce scsi_start_queue() by Bart Van Assche · 8 years ago
  63. 0db6ca8 scsi: Protect SCSI device state changes with a mutex by Bart Van Assche · 8 years ago
  64. 43f7571 scsi: Create two versions of scsi_internal_device_unblock() by Bart Van Assche · 8 years ago
  65. 551eb59 scsi: Split scsi_internal_device_block() by Bart Van Assche · 8 years ago
  66. 8e68825 scsi: Avoid that scsi_exit_rq() triggers a use-after-free by Bart Van Assche · 8 years ago
  67. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 8 years ago
  68. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  69. 9efc160 block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH by Bart Van Assche · 8 years ago
  70. 1bad6c4 scsi: zero per-cmd private driver data for each MQ I/O by Long Li · 8 years ago
  71. 7aa686d scsi: scsi_lib: Add #include <scsi/scsi_transport.h> by Bart Van Assche · 8 years ago
  72. 044f1da Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  73. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  74. d6296d3 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 8 years ago
  75. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  76. 0eebd00 scsi: Implement blk_mq_ops.show_rq() by Bart Van Assche · 8 years ago
  77. 8f9cedc Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  78. 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  79. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
  80. ca855a5 Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixes by James Bottomley · 8 years ago
  81. e7661a8 scsi: return correct blkprep status code in case scsi_init_io() fails. by Johannes Thumshirn · 8 years ago
  82. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  83. 36e3cf2 scsi: Avoid that SCSI queues get stuck by Bart Van Assche · 8 years ago
  84. a065863 scsi: make asynchronous aborts mandatory by Hannes Reinecke · 8 years ago
  85. 2171b6d scsi: make scsi_eh_scmd_add() always succeed by Hannes Reinecke · 8 years ago
  86. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  87. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  88. e2a3a673 Merge remote-tracking branch 'mkp-scsi/fixes' into fixes by James Bottomley · 8 years ago
  89. a3b4924 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  90. 8893cf6 scsi: mpt3sas: Avoid sleeping in interrupt context by Bart Van Assche · 8 years ago
  91. fcbfffe scsi: remove scsi_execute_req_flags by Christoph Hellwig · 8 years ago
  92. 76aaf87 scsi: merge __scsi_execute into scsi_execute by Christoph Hellwig · 8 years ago
  93. 3949e2f scsi: simplify scsi_execute_req_flags by Christoph Hellwig · 8 years ago
  94. 74a78eb scsi: make the sense header argument to scsi_test_unit_ready mandatory by Christoph Hellwig · 8 years ago
  95. 857de6e scsi: use 'scsi_device_from_queue()' for scsi_dh by Hannes Reinecke · 8 years ago
  96. ee52423 scsi: zero per-cmd driver data before each I/O by Christoph Hellwig · 8 years ago
  97. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  98. fd3fc0b scsi: don't BUG_ON() empty DMA transfers by Johannes Thumshirn · 8 years ago
  99. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  100. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 8 years ago