1. 815b9a2 scsi: ufs: Inline ufshcd_outstanding_req_clear() by Bart Van Assche · 3 years, 6 months ago
  2. 3d2ac73 scsi: ufs: Remove several wmb() calls by Bart Van Assche · 3 years, 6 months ago
  3. 9c20209 scsi: ufs: Improve static type checking for the host controller state by Bart Van Assche · 3 years, 6 months ago
  4. 35c7d87 scsi: ufs: Verify UIC locking requirements at runtime by Bart Van Assche · 3 years, 6 months ago
  5. 4728ab4 scsi: ufs: Remove ufshcd_valid_tag() by Bart Van Assche · 3 years, 6 months ago
  6. 8a686f2 scsi: ufs: Use DECLARE_COMPLETION_ONSTACK() where appropriate by Bart Van Assche · 3 years, 6 months ago
  7. 568dd99 scsi: ufs: Rename the second ufshcd_probe_hba() argument by Bart Van Assche · 3 years, 6 months ago
  8. 9bb25e5 scsi: ufs: Only include power management code if necessary by Bart Van Assche · 3 years, 6 months ago
  9. f1ecbe1 scsi: ufs: Reduce power management code duplication by Bart Van Assche · 3 years, 6 months ago
  10. d3d9c45 scsi: ufs: Fix memory corruption by ufshcd_read_desc_param() by Bart Van Assche · 3 years, 6 months ago
  11. f95f59a scsi: ufs: ufshpb: Make host mode parameters configurable by Avri Altman · 3 years, 6 months ago
  12. 5dea655 scsi: ufs: ufshpb: Add support for host control mode by Avri Altman · 3 years, 6 months ago
  13. 1afb7dd scsi: ufs: ufshpb: Do not send umap_all in host control mode by Avri Altman · 3 years, 6 months ago
  14. 33845a2 scsi: ufs: ufshpb: Limit the number of in-flight map requests by Avri Altman · 3 years, 6 months ago
  15. 13c044e9 scsi: ufs: ufshpb: Add "cold" regions timer by Avri Altman · 3 years, 6 months ago
  16. 67001ff scsi: ufs: ufshpb: Add HPB dev reset response by Avri Altman · 3 years, 6 months ago
  17. 6f4ad14 scsi: ufs: ufshpb: Region inactivation in host mode by Avri Altman · 3 years, 6 months ago
  18. 6c59cb5 scsi: ufs: ufshpb: Make eviction depend on region's reads by Avri Altman · 3 years, 6 months ago
  19. c76a188 scsi: ufs: ufshpb: Add reads counter by Avri Altman · 3 years, 6 months ago
  20. 8becf4d scsi: ufs: ufshpb: Transform set_dirty to iterate_rgn by Avri Altman · 3 years, 6 months ago
  21. 3a2c1f6 scsi: ufs: ufshpb: Add host control mode support to rsp_upiu by Avri Altman · 3 years, 6 months ago
  22. 119ee38 scsi: ufs: ufshpb: Cache HPB Control mode on init by Avri Altman · 3 years, 6 months ago
  23. 41d8a93 scsi: ufs: ufshpb: Add HPB 2.0 support by Daejun Park · 3 years, 6 months ago
  24. 2fff76f scsi: ufs: ufshpb: Prepare HPB read for cached sub-region by Daejun Park · 3 years, 6 months ago
  25. 4b5f490 scsi: ufs: ufshpb: L2P map management for HPB read by Daejun Park · 3 years, 6 months ago
  26. f02bc97 scsi: ufs: ufshpb: Introduce Host Performance Buffer feature by Daejun Park · 3 years, 6 months ago
  27. 3352901 scsi: qla4xxx: Convert uses of __constant_cpu_to_<foo> to cpu_to_<foo> by Dwaipayan Ray · 3 years, 6 months ago
  28. 2127cd21 scsi: BusLogic: Use %X for u32 sized integer rather than %lX by Colin Ian King · 3 years, 6 months ago
  29. a40662c scsi: BusLogic: Avoid unbounded vsprintf() use by Maciej W. Rozycki · 3 years, 9 months ago
  30. 44d01fc scsi: BusLogic: Fix missing pr_cont() use by Maciej W. Rozycki · 3 years, 9 months ago
  31. 5c0f613 scsi: bsg: Fix commands without data transfer in scsi_bsg_sg_io_fn() by Christoph Hellwig · 3 years, 6 months ago
  32. 1084514 scsi: ufs: Allow async suspend/resume callbacks by Vincent Palomares · 3 years, 6 months ago
  33. 7740b61 scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted() by James Smart · 3 years, 6 months ago
  34. 0f783c2 scsi: qla2xxx: Fix spelling mistakes "allloc" -> "alloc" by Colin Ian King · 3 years, 6 months ago
  35. 75ca564 scsi: bsg: Move the whole request execution into the SCSI/transport handlers by Christoph Hellwig · 3 years, 6 months ago
  36. 1e61c1a scsi: block: Remove the remaining SG_IO-related fields from struct request_queue by Christoph Hellwig · 3 years, 6 months ago
  37. ead09dd scsi: bsg: Simplify device registration by Christoph Hellwig · 3 years, 6 months ago
  38. ba51bda scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driver by Christoph Hellwig · 3 years, 7 months ago
  39. 08dc2f9 scsi: scsi_ioctl: Unexport sg_scsi_ioctl() by Christoph Hellwig · 3 years, 6 months ago
  40. b2123d3 scsi: scsi_ioctl: Factor SG_IO handling into a helper by Christoph Hellwig · 3 years, 6 months ago
  41. 2102a5c scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helper by Christoph Hellwig · 3 years, 6 months ago
  42. 5147618 scsi: scsi_ioctl: Consolidate the START STOP UNIT handling by Christoph Hellwig · 3 years, 6 months ago
  43. a970547 scsi: scsi_ioctl: Remove a very misleading comment by Christoph Hellwig · 3 years, 6 months ago
  44. 33ff4ce scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON by Christoph Hellwig · 3 years, 6 months ago
  45. f2542a3 scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi by Christoph Hellwig · 3 years, 6 months ago
  46. 7353dc0 scsi: scsi_ioctl: Simplify SCSI passthrough permission checking by Christoph Hellwig · 3 years, 6 months ago
  47. b69367d scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.c by Christoph Hellwig · 3 years, 6 months ago
  48. 2cece37 scsi: scsi_ioctl: Remove scsi_req_init() by Christoph Hellwig · 3 years, 6 months ago
  49. 7801104 scsi: bsg: Move bsg_scsi_ops to drivers/scsi/ by Christoph Hellwig · 3 years, 6 months ago
  50. 2e27f57 scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl() by Christoph Hellwig · 3 years, 6 months ago
  51. 4f07bfc scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl() by Christoph Hellwig · 3 years, 6 months ago
  52. fb1ba40 scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl() by Christoph Hellwig · 3 years, 6 months ago
  53. e9ee7fe scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl() by Christoph Hellwig · 3 years, 6 months ago
  54. dba7688 scsi: st: Simplify ioctl handling by Christoph Hellwig · 3 years, 6 months ago
  55. 6fade45 scsi: core: Remove scsi_compat_ioctl() by Christoph Hellwig · 3 years, 6 months ago
  56. 2c2db2c scsi: sg: Consolidate compat ioctl handling by Christoph Hellwig · 3 years, 6 months ago
  57. bce9667 scsi: ch: Consolidate compat ioctl handling by Christoph Hellwig · 3 years, 6 months ago
  58. 4432831 scsi: sd: Consolidate compat ioctl handling by Christoph Hellwig · 3 years, 6 months ago
  59. 558e3fb scsi: sr: Consolidate compat ioctl handling by Christoph Hellwig · 3 years, 6 months ago
  60. 9798c65 scsi: qla2xxx: Update version to 10.02.00.107-k by Nilesh Javali · 3 years, 7 months ago
  61. 71bef50 scsi: qla2xxx: edif: Increment command and completion counts by Quinn Tran · 3 years, 7 months ago
  62. 44d0185 scsi: qla2xxx: edif: Add encryption to I/O path by Quinn Tran · 3 years, 7 months ago
  63. 7a09e8d scsi: qla2xxx: edif: Add doorbell notification for app by Quinn Tran · 3 years, 7 months ago
  64. 9efea84 scsi: qla2xxx: edif: Add detection of secure device by Quinn Tran · 3 years, 7 months ago
  65. 8a4bb2c scsi: qla2xxx: edif: Add authentication pass + fail bsgs by Quinn Tran · 3 years, 7 months ago
  66. dd30706 scsi: qla2xxx: edif: Add key update by Quinn Tran · 3 years, 7 months ago
  67. fac2807 scsi: qla2xxx: edif: Add extraction of auth_els from the wire by Quinn Tran · 3 years, 7 months ago
  68. 84318a9 scsi: qla2xxx: edif: Add send, receive, and accept for auth_els by Quinn Tran · 3 years, 7 months ago
  69. 7878f22 scsi: qla2xxx: edif: Add getfcinfo and statistic bsgs by Quinn Tran · 3 years, 7 months ago
  70. 7ebb336e scsi: qla2xxx: edif: Add start + stop bsgs by Quinn Tran · 3 years, 7 months ago
  71. cb51bcd scsi: qla2xxx: Remove unused variable 'status' by Bill Wendling · 3 years, 6 months ago
  72. 0525265 scsi: libsas: Drop BLK_DEV_BSGLIB selection by Guoqing Jiang · 3 years, 6 months ago
  73. 8f13142 scsi: target: Remove redundant assignment to variable ret by Colin Ian King · 3 years, 6 months ago
  74. ff2d86d scsi: lpfc: Remove redundant assignment to pointer pcmd by Colin Ian King · 3 years, 6 months ago
  75. 45e524d scsi: lpfc: Copyright updates for 14.0.0.0 patches by James Smart · 3 years, 6 months ago
  76. 95518ca scsi: lpfc: Update lpfc version to 14.0.0.0 by James Smart · 3 years, 6 months ago
  77. bfc4778 scsi: lpfc: Add 256 Gb link speed support by James Smart · 3 years, 6 months ago
  78. f6c5e6c scsi: lpfc: Revise Topology and RAS support checks for new adapters by James Smart · 3 years, 6 months ago
  79. df3d78c scsi: lpfc: Fix cq_id truncation in rq create by James Smart · 3 years, 6 months ago
  80. f449a3d scsi: lpfc: Add PCI ID support for LPe37000/LPe38000 series adapters by James Smart · 3 years, 6 months ago
  81. 9abe677 scsi: core: Add BLIST_IGN_MEDIA_CHANGE for Ultra HS-SD/MMC USB card readers by Martin Kepplinger · 3 years, 7 months ago
  82. ed4246d scsi: sd: REQUEST SENSE for BLIST_IGN_MEDIA_CHANGE devices in runtime_resume() by Martin Kepplinger · 3 years, 7 months ago
  83. f591a2e scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGE by Martin Kepplinger · 3 years, 7 months ago
  84. e15f669 scsi: libsas: Allow libsas to include SCSI header files directly by Jason Yan · 3 years, 6 months ago
  85. 5481508 scsi: ufs: core: Use scsi_get_lba() to get LBA by Martin K. Petersen · 3 years, 7 months ago
  86. 87662a4 scsi: iser: Use scsi_get_sector() instead of scsi_get_lba() by Bart Van Assche · 3 years, 7 months ago
  87. f7be677 scsi: scsi_debug: Improve RDPROTECT/WRPROTECT handling by Martin K. Petersen · 3 years, 7 months ago
  88. c78be80 scsi: scsi_debug: Remove dump_sector() by Martin K. Petersen · 3 years, 7 months ago
  89. 73e61d5 scsi: zfcp: Use the proper SCSI midlayer interfaces for PI by Martin K. Petersen · 3 years, 7 months ago
  90. e2e9cd6 scsi: qla2xxx: Use the proper SCSI midlayer interfaces for PI by Martin K. Petersen · 3 years, 7 months ago
  91. f339c7e scsi: smartpqi: Update version to 2.1.10-020 by Don Brace · 3 years, 6 months ago
  92. 0777a3f scsi: smartpqi: Fix ISR accessing uninitialized data by Mike McGowen · 3 years, 6 months ago
  93. 09d9968 scsi: smartpqi: Add PCI IDs for new ZTE controllers by Balsundar P · 3 years, 6 months ago
  94. e326b97 scsi: smartpqi: Add PCI ID for new ntcom controller by Mike McGowen · 3 years, 6 months ago
  95. f0e473e scsi: smartpqi: Add SCSI cmd info for resets by Murthy Bhat · 3 years, 6 months ago
  96. 8e505fc scsi: smartpqi: Change Kconfig menu entry to Microchip by Don Brace · 3 years, 6 months ago
  97. 6aa26b5 scsi: smartpqi: Change driver module macros to Microchip by Don Brace · 3 years, 6 months ago
  98. 889653e scsi: smartpqi: Update copyright notices by Kevin Barnett · 3 years, 6 months ago
  99. d3af3f6 scsi: smartpqi: Add PCI IDs for H3C P4408 controllers by Mahesh Rajashekhara · 3 years, 6 months ago
  100. f2af8ff scsi: lpfc: Copyright updates for 12.8.0.11 patches by James Smart · 3 years, 6 months ago