1. a4869fa scsi: core: Remove 'current_tag' by Hannes Reinecke · 3 years, 4 months ago
  2. 4c7b6ea scsi: core: Remove scsi_cmnd.tag by John Garry · 3 years, 5 months ago
  3. 6a20e21 scsi: core: Add helper to return number of logical blocks in a request by Martin K. Petersen · 3 years, 5 months ago
  4. 2266a2d scsi: core: Remove the request member from struct scsi_cmnd by Bart Van Assche · 3 years, 5 months ago
  5. aa8e25e scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request by Bart Van Assche · 3 years, 5 months ago
  6. 51f3a47 scsi: core: Introduce the scsi_cmd_to_rq() function by Bart Van Assche · 3 years, 5 months ago
  7. 1e61c1a scsi: block: Remove the remaining SG_IO-related fields from struct request_queue by Christoph Hellwig · 3 years, 5 months ago
  8. ead09dd scsi: bsg: Simplify device registration by Christoph Hellwig · 3 years, 5 months ago
  9. 08dc2f9 scsi: scsi_ioctl: Unexport sg_scsi_ioctl() by Christoph Hellwig · 3 years, 6 months ago
  10. f2542a3 scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi by Christoph Hellwig · 3 years, 6 months ago
  11. 2cece37 scsi: scsi_ioctl: Remove scsi_req_init() by Christoph Hellwig · 3 years, 6 months ago
  12. 2e27f57 scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl() by Christoph Hellwig · 3 years, 6 months ago
  13. 6fade45 scsi: core: Remove scsi_compat_ioctl() by Christoph Hellwig · 3 years, 6 months ago
  14. f591a2e scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGE by Martin Kepplinger · 3 years, 6 months ago
  15. d2c945f scsi: core: Make scsi_get_lba() return the LBA by Martin K. Petersen · 3 years, 7 months ago
  16. f0f214f scsi: core: Introduce scsi_get_sector() by Bart Van Assche · 3 years, 7 months ago
  17. 7ba4679 scsi: core: Add scsi_prot_ref_tag() helper by Martin K. Petersen · 3 years, 7 months ago
  18. 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
  19. 49d3e59 scsi: fc: FDMI enhancement by Javed Hasan · 3 years, 7 months ago
  20. 82897fe scsi: libfc: Add FDMI-2 attributes by Javed Hasan · 3 years, 7 months ago
  21. 40445fd scsi: fc: Correct RHBA attributes length by Javed Hasan · 3 years, 7 months ago
  22. 62af0ee scsi: core: Change the type of the second argument of scsi_host_complete_all_commands() by Bart Van Assche · 3 years, 8 months ago
  23. 149d0e4 scsi: core: Introduce enums for the SAM and host status codes by Bart Van Assche · 3 years, 8 months ago
  24. d377f41 scsi: libsas: Introduce more SAM status code aliases in enum exec_status by Bart Van Assche · 3 years, 8 months ago
  25. 1ff28f2 Merge branch '5.14/scsi-result' into 5.14/scsi-staging by Martin K. Petersen · 3 years, 7 months ago
  26. 99b0603 scsi: iscsi: Hold task ref during TMF timeout handling by Mike Christie · 3 years, 7 months ago
  27. ec29d0a scsi: iscsi: Fix conn use after free during resets by Mike Christie · 3 years, 7 months ago
  28. b1d19e8 scsi: iscsi: Add iscsi_cls_conn refcount helpers by Mike Christie · 3 years, 7 months ago
  29. 23d6fef scsi: iscsi: Fix in-kernel conn failure handling by Mike Christie · 3 years, 7 months ago
  30. 9e5fe170 scsi: iscsi: Rel ref after iscsi_lookup_endpoint() by Mike Christie · 3 years, 7 months ago
  31. 891e263 scsi: iscsi: Stop queueing during ep_disconnect by Mike Christie · 3 years, 7 months ago
  32. 1486a4f scsi: iscsi: Add task completion helper by Mike Christie · 3 years, 7 months ago
  33. 3d45cefc scsi: core: Drop obsolete Linux-specific SCSI status codes by Hannes Reinecke · 3 years, 8 months ago
  34. 54cf31d scsi: core: Drop message byte helper by Hannes Reinecke · 3 years, 8 months ago
  35. 735b830 scsi: core: Add scsi_msg_to_host_byte() by Hannes Reinecke · 3 years, 8 months ago
  36. f6b5a69 scsi: core: Add get_{status,host}_byte() accessor functions by Hannes Reinecke · 3 years, 8 months ago
  37. 54c2908 scsi: core: Drop the now obsolete driver_byte definitions by Hannes Reinecke · 3 years, 8 months ago
  38. 464a00c scsi: core: Kill DRIVER_SENSE by Hannes Reinecke · 3 years, 8 months ago
  39. d0672a0 scsi: core: Introduce scsi_status_is_check_condition() by Hannes Reinecke · 3 years, 8 months ago
  40. f2b1e9c scsi: core: Introduce scsi_build_sense() by Hannes Reinecke · 3 years, 8 months ago
  41. ced202f7 scsi: core: Stop using DRIVER_ERROR by Hannes Reinecke · 3 years, 8 months ago
  42. 6dc2649 RDMA/srp: Apply the __packed attribute to members instead of structures by Bart Van Assche · 3 years, 8 months ago
  43. 40d6b93 scsi: Fix spelling mistakes in header files by Zhen Lei · 3 years, 8 months ago
  44. b790a56 scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY data by Konstantin Shelekhin · 3 years, 8 months ago
  45. 1ee2753 scsi: core: Treat device offline as a failure by Jason Yan · 3 years, 9 months ago
  46. 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
  47. 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
  48. e7c6e40 Fix misc new gcc warnings by Linus Torvalds · 3 years, 8 months ago
  49. b8e162f scsi: core: Introduce enum scsi_disposition by Bart Van Assche · 3 years, 9 months ago
  50. 886874a scsi: core: Remove an incorrect comment by Bart Van Assche · 3 years, 9 months ago
  51. aaff5eb scsi: remove the unchecked_isa_dma flag by Christoph Hellwig · 3 years, 9 months ago
  52. 556666b Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging by Martin K. Petersen · 3 years, 9 months ago
  53. 5b11c9d scsi: fcoe: Fix mismatched fcoe_wwn_from_mac declaration by Arnd Bergmann · 3 years, 10 months ago
  54. 6bfe985 scsi: core: scsi_host_cmd_pool is declared twice by Wan Jiabing · 3 years, 10 months ago
  55. 9e67600 scsi: iscsi: Fix race condition between login and sync thread by Gulam Mohamed · 3 years, 10 months ago
  56. ae98ddf0 scsi: scsi_dh: Fix a typo by Bhaskar Chowdhury · 3 years, 10 months ago
  57. af18309 scsi: core: Add mq_poll support to SCSI layer by Kashyap Desai · 3 years, 11 months ago
  58. 020b0f0 scsi: core: Replace sdev->device_busy with sbitmap by Ming Lei · 4 years ago
  59. 8278807 scsi: core: Add scsi_device_busy() wrapper by Ming Lei · 4 years ago
  60. 9ebb4d70 scsi: core: Put hot fields of scsi_host_template in one cacheline by Ming Lei · 4 years ago
  61. d022d18 scsi: blk-mq: Add callbacks for storing & retrieving budget token by Ming Lei · 4 years ago
  62. b404692 scsi: libiscsi: Add helper to calculate max SCSI cmds per session by Mike Christie · 4 years ago
  63. 5923d64 scsi: libiscsi: Drop taskqueuelock by Mike Christie · 4 years ago
  64. 65f7cfb scsi: libsas: Remove temporarily-added _gfp() API variants by Ahmed S. Darwish · 4 years ago
  65. 5d6a75a scsi: libsas: Add gfp_t flags parameter to event notifications by Ahmed S. Darwish · 4 years ago
  66. c2d0f1a scsi: libsas: Introduce a _gfp() variant of event notifiers by Ahmed S. Darwish · 4 years ago
  67. 121181f scsi: libsas: Remove notifier indirection by John Garry · 4 years ago
  68. d37932a scsi: core: Add 'set_status_byte()' accessor by Hannes Reinecke · 4 years ago
  69. d8cd784 scsi: aic7xxx: aic79xx: Drop internal SCSI message definition by Hannes Reinecke · 4 years ago
  70. 02c6632 scsi: scsi_transport_fc: Add a new rport state FC_PORTSTATE_MARGINAL by Muneendra Kumar · 4 years ago
  71. 60bee27 scsi: core: No retries on abort success by Muneendra Kumar · 4 years ago
  72. 962c8dc scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.h by Muneendra Kumar · 4 years ago
  73. 60f7c50 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 1 month ago
  74. fe0a8a9 scsi: libiscsi: Fix NOP race condition by Lee Duncan · 4 years, 2 months ago
  75. e31ac89 scsi: libfc: Move scsi/fc_encode.h to libfc by Arnd Bergmann · 4 years, 2 months ago
  76. 8461019 scsi: fc: Add mechanism to update FPIN signal statistics by Shyam Sundar · 4 years, 3 months ago
  77. 3dcfe0d scsi: fc: Parse FPIN packets and update statistics by Shyam Sundar · 4 years, 3 months ago
  78. 547aab5 scsi: fc: Add FPIN statistics to fc_host and fc_rport objects by Shyam Sundar · 4 years, 3 months ago
  79. 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
  80. 55e0500 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 3 months ago
  81. 7007e9d scsi: core: Clean up allocation and freeing of sgtables by Christoph Hellwig · 4 years, 3 months ago
  82. bdb0130 scsi: Add host and host template flag 'host_tagset' by Hannes Reinecke · 4 years, 5 months ago
  83. 7010645 scsi: target: core: Add CONTROL field for trace events by Roman Bolshakov · 4 years, 3 months ago
  84. ed5dd6a scsi: core: Only re-run queue in scsi_end_request() if device queue is busy by Ming Lei · 4 years, 4 months ago
  85. 2a5c98d scsi: fc: Add 256GBit speed setting to SCSI FC transport by James Smart · 4 years, 4 months ago
  86. e73a5e8 scsi: core: Only return started requests from scsi_host_find_tag() by Hannes Reinecke · 4 years, 7 months ago
  87. e6b9489 scsi: scsi_transport_iscsi: Drop a duplicated word by Randy Dunlap · 4 years, 6 months ago
  88. e721eb0 scsi: scsi_transport_fc: Match HBA Attribute Length with HBAAPI V2.0 definitions by Lee Jones · 4 years, 6 months ago
  89. 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
  90. 00b42b7 scsi: libsas: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  91. 646d4b5 scsi: core: Remove 'list' entry from struct scsi_cmnd by Hannes Reinecke · 4 years, 8 months ago
  92. bdf8710 block: move dma_pad handling from blk_rq_map_sg into the callers by Christoph Hellwig · 4 years, 9 months ago
  93. cc97923 block: move dma drain handling to scsi by Christoph Hellwig · 4 years, 9 months ago
  94. 79f51b7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 9 months ago
  95. 82b8cf4 scsi: iscsi: Report connection state in sysfs by Gabriel Krisman Bertazi · 4 years, 10 months ago
  96. a10183d scsi: simplify scsi_partsize by Christoph Hellwig · 4 years, 10 months ago
  97. b0962c5 scsi: core: avoid repetitive logging of device offline messages by Ewan D. Milne · 4 years, 10 months ago
  98. d4d7934 scsi: docs: convert scsi-generic.txt to ReST by Mauro Carvalho Chehab · 4 years, 10 months ago
  99. cc6b32e scsi: iscsi: Add support for asynchronous iSCSI session destruction by Frank Mayhar · 4 years, 10 months ago
  100. 5febf6d scsi: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago