1. fc85a74 scsi: ufs: Refactor ADAPT configuration function by Stanley Chu · 4 years, 2 months ago
  2. 85d6d3c scsi: ufs: ufs-hisi: Use device parameter initialization function by Stanley Chu · 4 years, 2 months ago
  3. 5b3573d scsi: ufs: ufs-exynos: Use device parameter initialization function by Stanley Chu · 4 years, 2 months ago
  4. 8beef54 scsi: ufs: ufs-qcom: Use device parameter initialization function by Stanley Chu · 4 years, 2 months ago
  5. a4b537e scsi: ufs: ufs-mediatek: Use device parameter initialization function by Stanley Chu · 4 years, 2 months ago
  6. 6585801 scsi: ufs: Introduce device parameter initialization function by Stanley Chu · 4 years, 2 months ago
  7. 54770cb scsi: ufs: ufs-mediatek: Refactor performance scaling functions by Stanley Chu · 4 years, 2 months ago
  8. 983f761 scsi: lpfc: Update changed file copyrights for 2020 by James Smart · 4 years, 2 months ago
  9. ab4dfa4 scsi: lpfc: Update lpfc version to 12.8.0.6 by James Smart · 4 years, 2 months ago
  10. db7531d scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlers by James Smart · 4 years, 2 months ago
  11. 96e209b scsi: lpfc: Convert SCSI I/O completions to SLI-3 and SLI-4 handlers by James Smart · 4 years, 2 months ago
  12. da255e2 scsi: lpfc: Convert SCSI path to use common I/O submission path by James Smart · 4 years, 2 months ago
  13. 47ff4c5 scsi: lpfc: Enable common send_io interface for SCSI and NVMe by James Smart · 4 years, 2 months ago
  14. 840a470 scsi: lpfc: Enable common wqe_template support for both SCSI and NVMe by James Smart · 4 years, 2 months ago
  15. b101eb2 scsi: lpfc: Refactor WQE structure definitions for common use by James Smart · 4 years, 2 months ago
  16. a70e63e scsi: lpfc: Fix NPIV Fabric Node reference counting by James Smart · 4 years, 2 months ago
  17. b3f2e67 scsi: lpfc: Fix NPIV discovery and Fabric Node detection by James Smart · 4 years, 2 months ago
  18. 9d76d46 scsi: lpfc: Unsolicited ELS leaves node in incorrect state while dropping it by James Smart · 4 years, 2 months ago
  19. 52edb2c scsi: lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI ultimately fails by James Smart · 4 years, 2 months ago
  20. c6adba1 scsi: lpfc: Rework remote port lock handling by James Smart · 4 years, 2 months ago
  21. e9b1108 scsi: lpfc: Fix refcounting around SCSI and NVMe transport APIs by James Smart · 4 years, 2 months ago
  22. 95f0ef8 scsi: lpfc: Fix removal of SCSI transport device get and put on dev structure by James Smart · 4 years, 2 months ago
  23. 4430f7f scsi: lpfc: Rework locations of ndlp reference taking by James Smart · 4 years, 2 months ago
  24. 307e338 scsi: lpfc: Rework remote port ref counting and node freeing by James Smart · 4 years, 2 months ago
  25. 4ab2990 scsi: be2iscsi: Mark beiscsi_attrs with static keyword by Zou Wei · 4 years, 2 months ago
  26. 6ac6321 scsi: ufs-qcom: Only select QCOM_SCM if SCSI_UFS_CRYPTO by Eric Biggers · 4 years, 2 months ago
  27. 1fc6591 scsi: hpsa: Strip out a bunch of set but unused variables by Lee Jones · 4 years, 2 months ago
  28. 6081b12 scsi: ufs: Add retry flow for failed HBA enabling by Stanley Chu · 4 years, 2 months ago
  29. 5443bdc scsi: smartpqi: Update version to 1.2.16-012 by Don Brace · 4 years, 2 months ago
  30. 408bdd7 scsi: smartpqi: Correct pqi_sas_smp_handler busy condition by Don Brace · 4 years, 2 months ago
  31. 1bdf6e9 scsi: smartpqi: Correct driver removal with HBA disks by Don Brace · 4 years, 2 months ago
  32. a364a3e scsi: pm8001: Remove unused variable 'value' by Lee Jones · 4 years, 2 months ago
  33. 8839282 scsi: core: Fix -Wformat for scsi_host by Nick Desaulniers · 4 years, 2 months ago
  34. 16d6317 scsi: core: Replace while-loop by for-loop in scsi_vpd_lun_id() by Martin Wilck · 4 years, 3 months ago
  35. 2e4209b scsi: core: Fix VPD LUN ID designator priorities by Martin Wilck · 4 years, 3 months ago
  36. cb2b4e8 scsi: bnx2fc: Fix comparison to bool warning by Kaixu Xia · 4 years, 2 months ago
  37. 44ff81f scsi: isci: Don't use PCI helper functions by Vaibhav Gupta · 4 years, 2 months ago
  38. 638e627 scsi: ufs-mediatek: Add HS-G4 support by Stanley Chu · 4 years, 3 months ago
  39. 801909a scsi: ufs: Add enums for UniPro version higher than 1.6 by Stanley Chu · 4 years, 3 months ago
  40. bf8fab8 scsi: ufs-mediatek: Support option to disable auto-hibern8 by Stanley Chu · 4 years, 3 months ago
  41. ac8c245 scsi: ufs-mediatek: Decouple features from platform bindings by Stanley Chu · 4 years, 3 months ago
  42. cf137b3 scsi: ufs-mediatek: Support VA09 regulator operations by Stanley Chu · 4 years, 3 months ago
  43. a004147 scsi: ufs-mediatek: Assign arguments with correct type by Stanley Chu · 4 years, 3 months ago
  44. 0d88232 scsi: core: Return BLK_STS_AGAIN for ALUA transitioning by Hannes Reinecke · 4 years, 4 months ago
  45. fb90885 scsi: scsi_dh_alua: Set 'transitioning' state on Unit Attention by Hannes Reinecke · 4 years, 4 months ago
  46. 268940b scsi: scsi_dh_alua: Return BLK_STS_AGAIN for ALUA transitioning state by Hannes Reinecke · 4 years, 4 months ago
  47. e21ee5a scsi: block: Return status code in blk_mq_end_request() by Hannes Reinecke · 4 years, 4 months ago
  48. e9326b5 scsi: MAINTAINERS: Make Bodo target_core_user maintainer by Mike Christie · 4 years, 2 months ago
  49. 6c22079 scsi: dc395x: Mark 's_stat2' as __maybe_unused by Lee Jones · 4 years, 3 months ago
  50. 67056d9 scsi: dc395x: Remove a few unused variables by Lee Jones · 4 years, 3 months ago
  51. 90ab112 scsi: advansys: Relocate or remove unused variables by Lee Jones · 4 years, 3 months ago
  52. bf7e38a scsi: esas2r: esas2r_main: Demote non-conformant kernel-doc header by Lee Jones · 4 years, 3 months ago
  53. d3cb79f scsi: lpfc: lpfc_nvmet: Fix-up some formatting and doc-rot issues by Lee Jones · 4 years, 3 months ago
  54. 6abf98d scsi: esas2r: esas2r_int: Add brackets around potentially empty if()s by Lee Jones · 4 years, 3 months ago
  55. 3e74917 scsi: lpfc: lpfc_nvme: Fix some kernel-doc related issues by Lee Jones · 4 years, 3 months ago
  56. d23ec0b scsi: ufs: ufshcd: Fix some function doc-rot by Lee Jones · 4 years, 3 months ago
  57. 74d1f92 scsi: lpfc: lpfc_nvme: Remove unused variable 'phba' by Lee Jones · 4 years, 3 months ago
  58. 433e07e scsi: esas2r: esas2r_init: Place brackets around a potentially empty if() by Lee Jones · 4 years, 3 months ago
  59. 9a5cf98 scsi: esas2r: esas2r_disc: Place brackets around a potentially empty if() by Lee Jones · 4 years, 3 months ago
  60. ea085da scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functions by Lee Jones · 4 years, 3 months ago
  61. e61e074 scsi: lpfc: lpfc_debugfs: Fix a couple of function documentation issues by Lee Jones · 4 years, 3 months ago
  62. a738bd9 scsi: lpfc: lpfc_attr: Fix-up a bunch of kernel-doc misdemeanours by Lee Jones · 4 years, 3 months ago
  63. 9176ad2 scsi: lpfc: lpfc_attr: Demote kernel-doc format for redefined functions by Lee Jones · 4 years, 3 months ago
  64. eceee00 scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issues by Lee Jones · 4 years, 3 months ago
  65. e330c96 scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formatting by Lee Jones · 4 years, 3 months ago
  66. b2ed1ba scsi: aic7xxx: aic79xx_osm: Remove unused variable 'saved_scsiid' by Lee Jones · 4 years, 3 months ago
  67. 412b51f scsi: pm8001: pm8001_sas: Fix strncpy() warning when space is not left for NUL by Lee Jones · 4 years, 3 months ago
  68. d2a2f37 scsi: arcmsr: Stop __builtin_strncpy complaining about a lack of space for NUL by Lee Jones · 4 years, 3 months ago
  69. 151f1b6 scsi: ufs: Allow an error return value from ->device_reset() by Adrian Hunter · 4 years, 2 months ago
  70. fe1d4c2 scsi: ufs: Add DeepSleep feature by Adrian Hunter · 4 years, 2 months ago
  71. 1f889b5 scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race condition by yuuzheng · 4 years, 3 months ago
  72. 48cd6b3 scsi: pm80xx: Avoid busywait in FW ready check by akshatzen · 4 years, 3 months ago
  73. 4a2efd4 scsi: pm80xx: Make running_req atomic by Viswas G · 4 years, 3 months ago
  74. 7640e1e scsi: pm80xx: Make mpi_build_cmd locking consistent by peter chang · 4 years, 3 months ago
  75. 94a0dfc scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settable by Mike Christie · 4 years, 3 months ago
  76. 1526d9f scsi: target: Make state_list per CPU by Mike Christie · 4 years, 3 months ago
  77. 6f55b06 scsi: target: Drop sess_cmd_lock from I/O path by Mike Christie · 4 years, 3 months ago
  78. 605e740 scsi: qla2xxx: Move sess cmd list/lock to driver by Mike Christie · 4 years, 3 months ago
  79. 27b0efd scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAG by Mike Christie · 4 years, 3 months ago
  80. 8f394da scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAG by Mike Christie · 4 years, 3 months ago
  81. 02dd491 scsi: target: Fix cmd_count ref leak by Mike Christie · 4 years, 3 months ago
  82. a2b5d6f scsi: target: Fix LUN ref count handling by Mike Christie · 4 years, 3 months ago
  83. 00c0080 scsi: fcoe: Remove unneeded semicolon by Tom Rix · 4 years, 3 months ago
  84. 4a9435b scsi: bnx2fc: Remove unneeded semicolon by Tom Rix · 4 years, 3 months ago
  85. 749c226 scsi: target: Return COMPARE AND WRITE miscompare offsets by David Disseldorp · 4 years, 3 months ago
  86. ab628b9 scsi: target: Split out COMPARE AND WRITE memcmp into helper by David Disseldorp · 4 years, 3 months ago
  87. 8dd992f scsi: target: Rename cmd.bad_sector to cmd.sense_info by David Disseldorp · 4 years, 3 months ago
  88. b455233d scsi: target: Rename struct sense_info to sense_detail by David Disseldorp · 4 years, 3 months ago
  89. bba84ae scsi: megaraid_sas: Simplify compat_ioctl handling by Arnd Bergmann · 4 years, 3 months ago
  90. 381d34e scsi: megaraid_sas: Check user-provided offsets by Arnd Bergmann · 4 years, 3 months ago
  91. 0770542 scsi: aacraid: Improve compat_ioctl handlers by Arnd Bergmann · 4 years, 3 months ago
  92. 2030745 scsi: mpt3sas: Bump driver version to 35.101.00.00 by Sreekanth Reddy · 4 years, 3 months ago
  93. 324c122 scsi: mpt3sas: Add module parameter multipath_on_hba by Sreekanth Reddy · 4 years, 3 months ago
  94. ffa381d scsi: mpt3sas: Handle vSES vphy object during HBA reset by Sreekanth Reddy · 4 years, 3 months ago
  95. 34b0a78 scsi: mpt3sas: Add bypass_dirty_port_flag parameter by Sreekanth Reddy · 4 years, 3 months ago
  96. ccc5992 scsi: mpt3sas: Handling HBA vSES device by Sreekanth Reddy · 4 years, 3 months ago
  97. 9d0348a scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough by Sreekanth Reddy · 4 years, 3 months ago
  98. a5e99fd scsi: mpt3sas: Update hba_port objects after host reset by Sreekanth Reddy · 4 years, 3 months ago
  99. 6df6be9 scsi: mpt3sas: Get sas_device objects using device's rphy by Sreekanth Reddy · 4 years, 3 months ago
  100. c71ccf9 scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port() by Sreekanth Reddy · 4 years, 3 months ago