1. 6cbcc7a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 2 months ago
  2. 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
  3. 93542fb scsi: make sure that request queue queiesce and unquiesce balanced by Ming Lei · 3 years, 2 months ago
  4. 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
  5. 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
  6. 2dc26d9 Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 2 months ago
  7. 3a71f0f scsi: core: Fix early registration of sysfs attributes for scsi_device by Steffen Maier · 3 years, 2 months ago
  8. 68ec3b8 scsi: add a scsi_alloc_request helper by Christoph Hellwig · 3 years, 2 months ago
  9. 3d8fa78 scsi: scsi_transport_sas: Add 22.5 Gbps link rate definitions by Sreekanth Reddy · 3 years, 2 months ago
  10. fa7845c treewide: Replace open-coded flex arrays in unions by Kees Cook · 3 years, 5 months ago
  11. 24b83de block: move struct request to blk-mq.h by Christoph Hellwig · 3 years, 3 months ago
  12. a47c6b7 scsi: core: Remove two host template members that are no longer used by Bart Van Assche · 3 years, 3 months ago
  13. 92c4b58 scsi: core: Register sysfs attributes earlier by Bart Van Assche · 3 years, 3 months ago
  14. af049df scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions by Bart Van Assche · 3 years, 3 months ago
  15. 11b68e3 scsi: core: Call scsi_done directly by Bart Van Assche · 3 years, 3 months ago
  16. a710eac scsi: core: Rename scsi_mq_done() into scsi_done() and export it by Bart Van Assche · 3 years, 3 months ago
  17. bf23e61 scsi: core: Use a structure member to track the SCSI command submitter by Bart Van Assche · 3 years, 3 months ago
  18. 00aeaf3 scsi: libsas: Export sas_phy_enable() by Luo Jiaxing · 3 years, 3 months ago
  19. ec65e6b Merge branch '5.15/scsi-fixes' into 5.16/scsi-staging by Martin K. Petersen · 3 years, 3 months ago
  20. 6bd49b1 scsi: core: Delete scsi_{get,free}_host_dev() by John Garry · 3 years, 4 months ago
  21. a4869fa scsi: core: Remove 'current_tag' by Hannes Reinecke · 3 years, 3 months ago
  22. a7c0520 scsi: core: Remove include <scsi/scsi_host.h> from scsi_cmnd.h by Bart Van Assche · 3 years, 3 months ago
  23. 4c7b6ea scsi: core: Remove scsi_cmnd.tag by John Garry · 3 years, 5 months ago
  24. 6a20e21 scsi: core: Add helper to return number of logical blocks in a request by Martin K. Petersen · 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. 51f3a47 scsi: core: Introduce the scsi_cmd_to_rq() function by Bart Van Assche · 3 years, 5 months ago
  28. 1e61c1a scsi: block: Remove the remaining SG_IO-related fields from struct request_queue by Christoph Hellwig · 3 years, 5 months ago
  29. ead09dd scsi: bsg: Simplify device registration by Christoph Hellwig · 3 years, 5 months ago
  30. 08dc2f9 scsi: scsi_ioctl: Unexport sg_scsi_ioctl() by Christoph Hellwig · 3 years, 5 months ago
  31. f2542a3 scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi by Christoph Hellwig · 3 years, 5 months ago
  32. 2cece37 scsi: scsi_ioctl: Remove scsi_req_init() by Christoph Hellwig · 3 years, 5 months ago
  33. 2e27f57 scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl() by Christoph Hellwig · 3 years, 5 months ago
  34. 6fade45 scsi: core: Remove scsi_compat_ioctl() by Christoph Hellwig · 3 years, 5 months ago
  35. f591a2e scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGE by Martin Kepplinger · 3 years, 6 months ago
  36. d2c945f scsi: core: Make scsi_get_lba() return the LBA by Martin K. Petersen · 3 years, 7 months ago
  37. f0f214f scsi: core: Introduce scsi_get_sector() by Bart Van Assche · 3 years, 7 months ago
  38. 7ba4679 scsi: core: Add scsi_prot_ref_tag() helper by Martin K. Petersen · 3 years, 7 months ago
  39. bd31b9e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 6 months ago
  40. 49d3e59 scsi: fc: FDMI enhancement by Javed Hasan · 3 years, 7 months ago
  41. 82897fe scsi: libfc: Add FDMI-2 attributes by Javed Hasan · 3 years, 7 months ago
  42. 40445fd scsi: fc: Correct RHBA attributes length by Javed Hasan · 3 years, 7 months ago
  43. 62af0ee scsi: core: Change the type of the second argument of scsi_host_complete_all_commands() by Bart Van Assche · 3 years, 7 months ago
  44. 149d0e4 scsi: core: Introduce enums for the SAM and host status codes by Bart Van Assche · 3 years, 7 months ago
  45. d377f41 scsi: libsas: Introduce more SAM status code aliases in enum exec_status by Bart Van Assche · 3 years, 7 months ago
  46. 1ff28f2 Merge branch '5.14/scsi-result' into 5.14/scsi-staging by Martin K. Petersen · 3 years, 7 months ago
  47. 99b0603 scsi: iscsi: Hold task ref during TMF timeout handling by Mike Christie · 3 years, 7 months ago
  48. ec29d0a scsi: iscsi: Fix conn use after free during resets by Mike Christie · 3 years, 7 months ago
  49. b1d19e8 scsi: iscsi: Add iscsi_cls_conn refcount helpers by Mike Christie · 3 years, 7 months ago
  50. 23d6fef scsi: iscsi: Fix in-kernel conn failure handling by Mike Christie · 3 years, 7 months ago
  51. 9e5fe170 scsi: iscsi: Rel ref after iscsi_lookup_endpoint() by Mike Christie · 3 years, 7 months ago
  52. 891e263 scsi: iscsi: Stop queueing during ep_disconnect by Mike Christie · 3 years, 7 months ago
  53. 1486a4f scsi: iscsi: Add task completion helper by Mike Christie · 3 years, 7 months ago
  54. 3d45cefc scsi: core: Drop obsolete Linux-specific SCSI status codes by Hannes Reinecke · 3 years, 8 months ago
  55. 54cf31d scsi: core: Drop message byte helper by Hannes Reinecke · 3 years, 8 months ago
  56. 735b830 scsi: core: Add scsi_msg_to_host_byte() by Hannes Reinecke · 3 years, 8 months ago
  57. f6b5a69 scsi: core: Add get_{status,host}_byte() accessor functions by Hannes Reinecke · 3 years, 8 months ago
  58. 54c2908 scsi: core: Drop the now obsolete driver_byte definitions by Hannes Reinecke · 3 years, 8 months ago
  59. 464a00c scsi: core: Kill DRIVER_SENSE by Hannes Reinecke · 3 years, 8 months ago
  60. d0672a0 scsi: core: Introduce scsi_status_is_check_condition() by Hannes Reinecke · 3 years, 8 months ago
  61. f2b1e9c scsi: core: Introduce scsi_build_sense() by Hannes Reinecke · 3 years, 8 months ago
  62. ced202f7 scsi: core: Stop using DRIVER_ERROR by Hannes Reinecke · 3 years, 8 months ago
  63. 6dc2649 RDMA/srp: Apply the __packed attribute to members instead of structures by Bart Van Assche · 3 years, 7 months ago
  64. 40d6b93 scsi: Fix spelling mistakes in header files by Zhen Lei · 3 years, 7 months ago
  65. b790a56 scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY data by Konstantin Shelekhin · 3 years, 8 months ago
  66. 1ee2753 scsi: core: Treat device offline as a failure by Jason Yan · 3 years, 9 months ago
  67. 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
  68. 6c00292 Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  69. e7c6e40 Fix misc new gcc warnings by Linus Torvalds · 3 years, 8 months ago
  70. b8e162f scsi: core: Introduce enum scsi_disposition by Bart Van Assche · 3 years, 9 months ago
  71. 886874a scsi: core: Remove an incorrect comment by Bart Van Assche · 3 years, 9 months ago
  72. aaff5eb scsi: remove the unchecked_isa_dma flag by Christoph Hellwig · 3 years, 9 months ago
  73. 556666b Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging by Martin K. Petersen · 3 years, 9 months ago
  74. 5b11c9d scsi: fcoe: Fix mismatched fcoe_wwn_from_mac declaration by Arnd Bergmann · 3 years, 9 months ago
  75. 6bfe985 scsi: core: scsi_host_cmd_pool is declared twice by Wan Jiabing · 3 years, 9 months ago
  76. 9e67600 scsi: iscsi: Fix race condition between login and sync thread by Gulam Mohamed · 3 years, 9 months ago
  77. ae98ddf0 scsi: scsi_dh: Fix a typo by Bhaskar Chowdhury · 3 years, 9 months ago
  78. af18309 scsi: core: Add mq_poll support to SCSI layer by Kashyap Desai · 3 years, 11 months ago
  79. 020b0f0 scsi: core: Replace sdev->device_busy with sbitmap by Ming Lei · 4 years ago
  80. 8278807 scsi: core: Add scsi_device_busy() wrapper by Ming Lei · 4 years ago
  81. 9ebb4d70 scsi: core: Put hot fields of scsi_host_template in one cacheline by Ming Lei · 4 years ago
  82. d022d18 scsi: blk-mq: Add callbacks for storing & retrieving budget token by Ming Lei · 4 years ago
  83. b404692 scsi: libiscsi: Add helper to calculate max SCSI cmds per session by Mike Christie · 3 years, 11 months ago
  84. 5923d64 scsi: libiscsi: Drop taskqueuelock by Mike Christie · 3 years, 11 months ago
  85. 65f7cfb scsi: libsas: Remove temporarily-added _gfp() API variants by Ahmed S. Darwish · 4 years ago
  86. 5d6a75a scsi: libsas: Add gfp_t flags parameter to event notifications by Ahmed S. Darwish · 4 years ago
  87. c2d0f1a scsi: libsas: Introduce a _gfp() variant of event notifiers by Ahmed S. Darwish · 4 years ago
  88. 121181f scsi: libsas: Remove notifier indirection by John Garry · 4 years ago
  89. d37932a scsi: core: Add 'set_status_byte()' accessor by Hannes Reinecke · 4 years ago
  90. d8cd784 scsi: aic7xxx: aic79xx: Drop internal SCSI message definition by Hannes Reinecke · 4 years ago
  91. 02c6632 scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINAL by Muneendra Kumar · 4 years ago
  92. 60bee27 scsi: core: No retries on abort success by Muneendra Kumar · 4 years ago
  93. 962c8dc scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.h by Muneendra Kumar · 4 years ago
  94. 60f7c50 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
  95. fe0a8a9 scsi: libiscsi: Fix NOP race condition by Lee Duncan · 4 years, 2 months ago
  96. e31ac89 scsi: libfc: Move scsi/fc_encode.h to libfc by Arnd Bergmann · 4 years, 2 months ago
  97. 8461019 scsi: fc: Add mechanism to update FPIN signal statistics by Shyam Sundar · 4 years, 2 months ago
  98. 3dcfe0d scsi: fc: Parse FPIN packets and update statistics by Shyam Sundar · 4 years, 2 months ago
  99. 547aab5 scsi: fc: Add FPIN statistics to fc_host and fc_rport objects by Shyam Sundar · 4 years, 2 months ago
  100. 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