1. 369af20 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years ago
  2. 81d3f50 scsi: core: Fix scsi_mode_select() interface by Damien Le Moal · 3 years, 3 months ago
  3. b84ba30 block: remove the gendisk argument to blk_execute_rq by Christoph Hellwig · 3 years, 1 month ago
  4. f3fa33a block: remove the ->rq_disk field in struct request by Christoph Hellwig · 3 years, 1 month ago
  5. 79478bf block: move blk_rq_err_bytes to scsi by Christoph Hellwig · 3 years, 1 month ago
  6. 6cbcc7a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 1 month ago
  7. 3e28850 Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  8. 93542fb scsi: make sure that request queue queiesce and unquiesce balanced by Ming Lei · 3 years, 2 months ago
  9. d2b9f12b scsi: avoid to quiesce sdev->request_queue two times by Ming Lei · 3 years, 2 months ago
  10. fe91c47 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 2 months ago
  11. 703535e scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd() by Tadeusz Struk · 3 years, 2 months ago
  12. 5ae1750 scsi: core: Avoid leaving shost->last_reset with stale value if EH does not run by Ewan D. Milne · 3 years, 2 months ago
  13. 0bf6d96 block: remove blk_{get,put}_request by Christoph Hellwig · 3 years, 2 months ago
  14. 4845012 block: remove QUEUE_FLAG_SCSI_PASSTHROUGH by Christoph Hellwig · 3 years, 2 months ago
  15. 68ec3b8 scsi: add a scsi_alloc_request helper by Christoph Hellwig · 3 years, 2 months ago
  16. 5a72e89 block: add a struct io_comp_batch argument to fops->iopoll() by Jens Axboe · 3 years, 3 months ago
  17. fe45e63 block: move integrity handling out of <linux/blkdev.h> by Christoph Hellwig · 3 years, 3 months ago
  18. 11b68e3 scsi: core: Call scsi_done directly by Bart Van Assche · 3 years, 3 months ago
  19. a710eac scsi: core: Rename scsi_mq_done() into scsi_done() and export it by Bart Van Assche · 3 years, 3 months ago
  20. bf23e61 scsi: core: Use a structure member to track the SCSI command submitter by Bart Van Assche · 3 years, 3 months ago
  21. e9076e7 scsi: core: Fix spelling in a source code comment by Bart Van Assche · 3 years, 3 months ago
  22. a7d6840 scsi: core: Fix scsi_mode_select() buffer length handling by Damien Le Moal · 3 years, 4 months ago
  23. 17b49bc scsi: core: Fix scsi_mode_sense() buffer length handling by Damien Le Moal · 3 years, 4 months ago
  24. 4c7b6ea scsi: core: Remove scsi_cmnd.tag by John Garry · 3 years, 5 months ago
  25. 2266a2d scsi: core: Remove the request member from struct scsi_cmnd by Bart Van Assche · 3 years, 5 months ago
  26. aa8e25e scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request by Bart Van Assche · 3 years, 5 months ago
  27. 2cece37 scsi: scsi_ioctl: Remove scsi_req_init() by Christoph Hellwig · 3 years, 5 months ago
  28. 422969b scsi: core: Fix the documentation of the scsi_execute() time parameter by Bart Van Assche · 3 years, 6 months ago
  29. 8b9cc17 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 6 months ago
  30. a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  31. da6269d block: remove REQ_OP_SCSI_{IN,OUT} by Christoph Hellwig · 3 years, 6 months ago
  32. 104739a scsi: core: Retry I/O for Notify (Enable Spinup) Required error by Quat Le · 3 years, 6 months ago
  33. 59506ab scsi: core: Inline scsi_mq_alloc_queue() by Bart Van Assche · 3 years, 6 months ago
  34. 3d45cefc scsi: core: Drop obsolete Linux-specific SCSI status codes by Hannes Reinecke · 3 years, 8 months ago
  35. a7479a8 scsi: core: Kill message byte by Hannes Reinecke · 3 years, 8 months ago
  36. 464a00c scsi: core: Kill DRIVER_SENSE by Hannes Reinecke · 3 years, 8 months ago
  37. d0672a0 scsi: core: Introduce scsi_status_is_check_condition() by Hannes Reinecke · 3 years, 8 months ago
  38. f2b1e9c scsi: core: Introduce scsi_build_sense() by Hannes Reinecke · 3 years, 8 months ago
  39. ced202f7 scsi: core: Stop using DRIVER_ERROR by Hannes Reinecke · 3 years, 8 months ago
  40. 64aaa3d scsi: core: Reshuffle response handling in scsi_mode_sense() by Hannes Reinecke · 3 years, 8 months ago
  41. 8793613 scsi: core: Fixup calling convention for scsi_mode_sense() by Hannes Reinecke · 3 years, 8 months ago
  42. d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 8 months ago
  43. b8e162f scsi: core: Introduce enum scsi_disposition by Bart Van Assche · 3 years, 9 months ago
  44. 0d2810cd scsi: core: Rename scsi_softirq_done() into scsi_complete() by Bart Van Assche · 3 years, 9 months ago
  45. 76fc0df scsi: core: Make the scsi_alloc_sgtables() documentation more accurate by Bart Van Assche · 3 years, 9 months ago
  46. aaff5eb scsi: remove the unchecked_isa_dma flag by Christoph Hellwig · 3 years, 9 months ago
  47. 4309ea7 scsi: core: Set shost as hctx driver_data by Kashyap Desai · 3 years, 11 months ago
  48. af18309 scsi: core: Add mq_poll support to SCSI layer by Kashyap Desai · 3 years, 11 months ago
  49. 020b0f0 scsi: core: Replace sdev->device_busy with sbitmap by Ming Lei · 4 years ago
  50. 8278807 scsi: core: Add scsi_device_busy() wrapper by Ming Lei · 4 years ago
  51. 2a5a24a scsi: blk-mq: Return budget token from .get_budget callback by Ming Lei · 4 years ago
  52. d022d18 scsi: blk-mq: Add callbacks for storing & retrieving budget token by Ming Lei · 4 years ago
  53. bdb39c9 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 10 months ago
  54. 684da76 block: remove unnecessary argument from blk_execute_rq by Guoqing Jiang · 4 years ago
  55. 962c8dc scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.h by Muneendra Kumar · 4 years ago
  56. eda809ae Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
  57. 60f7c50 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
  58. e6044f7 scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE by Bart Van Assche · 4 years, 1 month ago
  59. 673235f scsi: core: Fix race between handling STS_RESOURCE and completion by Ming Lei · 4 years, 1 month ago
  60. 16d6317 scsi: core: Replace while-loop by for-loop in scsi_vpd_lun_id() by Martin Wilck · 4 years, 2 months ago
  61. 2e4209b scsi: core: Fix VPD LUN ID designator priorities by Martin Wilck · 4 years, 2 months ago
  62. 0d88232 scsi: core: Return BLK_STS_AGAIN for ALUA transitioning by Hannes Reinecke · 4 years, 3 months ago
  63. 268940b scsi: scsi_dh_alua: Return BLK_STS_AGAIN for ALUA transitioning state by Hannes Reinecke · 4 years, 3 months ago
  64. ae6b4e6 scsi: doc: Fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 2 months ago
  65. d769139 Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  66. af99538 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 2 months ago
  67. 55e0500 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 2 months ago
  68. d8f53b0 scsi: handle zone resources errors by Damien Le Moal · 4 years, 3 months ago
  69. b6ba9b0 scsi: core: Set sc_data_direction to DMA_NONE for no-transfer commands by Christoph Hellwig · 4 years, 3 months ago
  70. ed7fb2d scsi: core: Only start the request just before dispatching by Christoph Hellwig · 4 years, 3 months ago
  71. 74e5e6c scsi: core: Remove scsi_setup_cmnd() and scsi_setup_fs_cmnd() by Christoph Hellwig · 4 years, 3 months ago
  72. 7007e9d scsi: core: Clean up allocation and freeing of sgtables by Christoph Hellwig · 4 years, 3 months ago
  73. 5843cc3 scsi: core: Rename scsi_mq_prep_fn() to scsi_prepare_cmd() by Christoph Hellwig · 4 years, 3 months ago
  74. 822bd2d scsi: core: Rename scsi_prep_state_check() to scsi_device_state_check() by Christoph Hellwig · 4 years, 3 months ago
  75. 40b9383 scsi: core: Use rq_dma_dir in scsi_setup_cmnd() by Christoph Hellwig · 4 years, 3 months ago
  76. 2ceda20 scsi: core: Move command size detection out of the fast path by Christoph Hellwig · 4 years, 3 months ago
  77. 3a8dc5b scsi: core: Remove scsi_init_cmd_errh by Christoph Hellwig · 4 years, 3 months ago
  78. 2ba87c4 scsi: core: Don't export scsi_device_from_queue() by Christoph Hellwig · 4 years, 3 months ago
  79. bdb0130 scsi: Add host and host template flag 'host_tagset' by Hannes Reinecke · 4 years, 4 months ago
  80. 2a242d5 scsi: core: Add limitless cmd retry support by Mike Christie · 4 years, 3 months ago
  81. ed5dd6a scsi: core: Only re-run queue in scsi_end_request() if device queue is busy by Ming Lei · 4 years, 4 months ago
  82. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  83. dfdf16e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 5 months ago
  84. 382625d Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  85. f30785d scsi: core: Add missing scsi_device_put() in scsi_host_block() by Ye Bin · 4 years, 5 months ago
  86. 3f0dcfb scsi: core: Run queue in case of I/O resource contention failure by Ming Lei · 4 years, 5 months ago
  87. 65c7636 blk-mq: pass request queue into get/put budget callback by Ming Lei · 4 years, 6 months ago
  88. 15f73f5 blk-mq: move failure injection out of blk_mq_complete_request by Christoph Hellwig · 4 years, 7 months ago
  89. 4c7b4d6 scsi: core: Fix formatting errors in scsi_lib.c by Bean Huo · 4 years, 6 months ago
  90. 71df6fb scsi: core: Remove scsi_sdb_cache by Bean Huo · 4 years, 6 months ago
  91. 818dbde Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
  92. 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  93. 840e1b5 scsi: core: Refactor scsi_mq_setup_tags function by Ye Bin · 4 years, 7 months ago
  94. 4dea170 scsi: core: Fix incorrect usage of shost_for_each_device by Ye Bin · 4 years, 7 months ago
  95. 0512a75 block: Introduce REQ_OP_ZONE_APPEND by Keith Busch · 4 years, 8 months ago
  96. 20a66f2 scsi: core: free sgtables in case command setup fails by Johannes Thumshirn · 4 years, 8 months ago
  97. ea94101 scsi: core: doc: Change function comments to kernel-doc style by André Almeida · 4 years, 8 months ago
  98. f983622 scsi: core: Avoid calling synchronize_rcu() for each device in scsi_host_block() by Ming Lei · 4 years, 8 months ago
  99. bdf8710 block: move dma_pad handling from blk_rq_map_sg into the callers by Christoph Hellwig · 4 years, 9 months ago
  100. cc97923 block: move dma drain handling to scsi by Christoph Hellwig · 4 years, 9 months ago