1. a97fa58 scsi: hisi_sas: add host reset interface for test by Xiang Chen · 6 years ago
  2. 1763146 Merge branch '5.1/scsi-fixes' into 5.2/merge by Martin K. Petersen · 6 years ago
  3. 4b3766e scsi: target/iscsi: Make sure PDU processing continues if parsing a command fails by Bart Van Assche · 6 years ago
  4. 2e39f1c scsi: target/iscsi: Make iscsit_map_iovec() more robust by Bart Van Assche · 6 years ago
  5. 0ca650c1 scsi: target/iscsi: Handle too large immediate data buffers correctly by Bart Van Assche · 6 years ago
  6. 96e8e26 scsi: target/iscsi: Only send R2T if needed by Bart Van Assche · 6 years ago
  7. b0055ac scsi: target/iscsi: Detect conn_cmd_list corruption early by Bart Van Assche · 6 years ago
  8. be71530 scsi: target/core: Make the XCOPY setup code easier to read by inlining two functions by Bart Van Assche · 6 years ago
  9. 0f57cf5 scsi: target/core: Simplify LUN initialization in XCOPY implementation by Bart Van Assche · 6 years ago
  10. 82b76b4 scsi: target/core: Remove a set-but-not-used member variable from the XCOPY implementation by Bart Van Assche · 6 years ago
  11. fae4346 scsi: target/core: Rework the SPC-2 reservation handling code by Bart Van Assche · 6 years ago
  12. 63f7479 scsi: target/core: Fix a race condition in the LUN lookup code by Bart Van Assche · 6 years ago
  13. a6a6d05 scsi: scsi_transport_fc: nvme: display FC-NVMe port roles by Hannes Reinecke · 6 years ago
  14. ea63e60 scsi: cxgbi: remove redundant __kfree_skb call on skb and free cst->atid by Colin Ian King · 6 years ago
  15. c8538b0 scsi: tcm_qla2xxx: Minimize #include directives by Bart Van Assche · 6 years ago
  16. 5c2442f scsi: csiostor: fix missing data copy in csio_scsi_err_handler() by Varun Prakash · 6 years ago
  17. 59c209a scsi: qla2xxx: Unregister resources in the opposite order of the registration order by Bart Van Assche · 6 years ago
  18. c794d24 scsi: qla2xxx: Unregister chrdev if module initialization fails by Bart Van Assche · 6 years ago
  19. 2c26348 scsi: qla2xxx: Use get/put_unaligned where appropriate by Bart Van Assche · 6 years ago
  20. 7b006b9 scsi: qla2xxx: Make qla2x00_process_response_queue() easier to read by Bart Van Assche · 6 years ago
  21. 6515ad7 scsi: qla2xxx: Reduce the number of forward declarations by Bart Van Assche · 6 years ago
  22. b3ede8e scsi: qla2xxx: Declare local symbols static by Bart Van Assche · 6 years ago
  23. b0a1c5b scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEED by Bart Van Assche · 6 years ago
  24. abe5706 scsi: qla2xxx: Remove a comment that refers to the SCSI host lock by Bart Van Assche · 6 years ago
  25. c02ee1e scsi: qla2xxx: Change a stack variable into a static const variable by Bart Van Assche · 6 years ago
  26. 5585cbd scsi: scsi_transport_fc: Declare wwn_to_u64() argument const by Bart Van Assche · 6 years ago
  27. ef19af9 scsi: qla2xxx: fix spelling mistake "alredy" -> "already" by Colin Ian King · 6 years ago
  28. 1a61e54 scsi: lpfc: add support for posting FC events on FPIN reception by James Smart · 6 years ago
  29. c39e0af scsi: scsi_transport_fc: Add FPIN fc event codes by James Smart · 6 years ago
  30. 2b1be55 scsi: scsi_transport_fc: refactor event posting routines by James Smart · 6 years ago
  31. a7dff3a scsi: fc: add FPIN ELS definition by James Smart · 6 years ago
  32. d964b3e scsi: lpfc: Fix a recently introduced compiler warning by Bart Van Assche · 6 years ago
  33. 25ea6b1 scsi: qla2xxx: Remove useless set memory to zero use memset() by YueHaibing · 6 years ago
  34. c2b9975 scsi: mptscsih: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  35. c9d61a5 scsi: dt-bindings: ufs: Add VCC capability on MediaTek UFS driver by Stanley Chu · 6 years ago
  36. 55dc9b3 scsi: dt-bindings: ufs: Remove custom property "<name>-fixed-regulator" by Stanley Chu · 6 years ago
  37. 4fed62b scsi: ufs-cdns: Add support for UFSHCI with M31 PHY by Jan Kotas · 6 years ago
  38. 5328efc scsi: dt-bindings: ufs-cdns: Update Cadence UFS compatibility list by Jan Kotas · 6 years ago
  39. 60b7b82 scsi: ufs: remove unnecessary pointer evaluation by Zeng Guangyue · 6 years ago
  40. 6087550 scsi: qedf: Remove set but not used variable 'fr_len' by YueHaibing · 6 years ago
  41. f310a4e scsi: pm8001: fix spelling mistake, interupt -> interrupt by Colin Ian King · 6 years ago
  42. 292c04c scsi: pm8001: clean up dead code when PM8001_USE_MSIX is defined by Colin Ian King · 6 years ago
  43. f99b77e scsi: qla2xxx: Update driver version to 10.01.00.16-k by Himanshu Madhani · 6 years ago
  44. 711a08d scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeout by Giridhar Malavali · 6 years ago
  45. b2d1453 scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connected by Giridhar Malavali · 6 years ago
  46. e39a664 scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unload by Anil Gurumurthy · 6 years ago
  47. ffc81fc0 scsi: qla2xxx: Set remote port devloss timeout to 0 by Giridhar Malavali · 6 years ago
  48. ffbc647 scsi: qla2xxx: Cleanup fcport memory to prevent leak by Quinn Tran · 6 years ago
  49. a6b95d1 scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump() by Quinn Tran · 6 years ago
  50. a4226ec scsi: qla2xxx: Fix fw dump corruption by Quinn Tran · 6 years ago
  51. e81d1bc scsi: qla2xxx: Further limit FLASH region write access from SysFS by Andrew Vasquez · 6 years ago
  52. 5cbdae1 scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines by Andrew Vasquez · 6 years ago
  53. 4eb0153 scsi: lpfc: Fix missing wakeups on abort threads by James Smart · 6 years ago
  54. ed2e63a scsi: storvsc: Reduce default ring buffer size to 128 Kbytes by Michael Kelley · 6 years ago
  55. 382e06d scsi: storvsc: Fix calculation of sub-channel count by Michael Kelley · 6 years ago
  56. 1cb1d2c scsi: core: add new RDAC LENOVO/DE_Series device by Xose Vazquez Perez · 6 years ago
  57. 5da05a2 scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe by Giridhar Malavali · 6 years ago
  58. 6b1f444 scsi: qla2xxx: Increase the max_sgl_segments to 1024 by Giridhar Malavali · 6 years ago
  59. 0257eda scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flags by Giridhar Malavali · 6 years ago
  60. ae6ccb0 scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is released by Giridhar Malavali · 6 years ago
  61. 740e293 scsi: qla2xxx: Set the SCSI command result before calling the command done by Giridhar Malavali · 6 years ago
  62. d6d189c scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id() by Bart Van Assche · 6 years ago
  63. d8c2040 scsi: lpfc: Remove unused functions by Bart Van Assche · 6 years ago
  64. b27cbd5 scsi: lpfc: Remove set-but-not-used variables by Bart Van Assche · 6 years ago
  65. a73cb81 scsi: lpfc: Move trunk_errmsg[] from a header file into a .c file by Bart Van Assche · 6 years ago
  66. cd05c15 scsi: lpfc: Annotate switch/case fall-through by Bart Van Assche · 6 years ago
  67. ffd4381 scsi: lpfc: Fix indentation and balance braces by Bart Van Assche · 6 years ago
  68. 3999df7 scsi: lpfc: Declare local functions static by Bart Van Assche · 6 years ago
  69. 94e424c scsi: ufs: Remove "<name>-fixed-regulator" device tree property by Stanley Chu · 6 years ago
  70. 12e3ffb scsi: ufs: Change "<name>-max-microamp" to non-mandatory property by Stanley Chu · 6 years ago
  71. 0487fff scsi: ufs: Fix regulator load and icc-level configuration by Stanley Chu · 6 years ago
  72. 3b141e8 scsi: ufs: Avoid configuring regulator with undefined voltage range by Stanley Chu · 6 years ago
  73. e040362 scsi: ufs: Remove unused min_uA field in struct ufs_vreg by Stanley Chu · 6 years ago
  74. 9e29a68 scsi: bnx2fc: remove unneeded variable by Ding Xiang · 6 years ago
  75. 872e192 scsi: qedi: remove declaration of nvm_image from stack by Colin Ian King · 6 years ago
  76. fb17358c scsi: qedf: Update the driver version to 8.37.25.19 by Saurav Kashyap · 6 years ago
  77. efc8fe9 scsi: qedf: Fix lport may be used uninitialized warning by Saurav Kashyap · 6 years ago
  78. fe2043d scsi: qedf: Correctly handle refcounting of rdata by Saurav Kashyap · 6 years ago
  79. faea571 scsi: qedf: Cleanup rrq_work after QEDF_CMD_OUTSTANDING is cleared by Shyam Sundar · 6 years ago
  80. f2c98af scsi: qedf: Check for tm_flags instead of cmd_type during cleanup by Saurav Kashyap · 6 years ago
  81. feac47f scsi: qedf: Add a flag to help debugging io_req which could not be cleaned by Shyam Sundar · 6 years ago
  82. 582a472 scsi: qedf: Don't send ABTS for under run scenario by Saurav Kashyap · 6 years ago
  83. ff543e2 scsi: qedf: Don't queue anything if upload is in progress by Shyam Sundar · 6 years ago
  84. fc37ddc scsi: qedf: Check both the FCF and fabric ID before servicing clear virtual link by Chad Dupuis · 6 years ago
  85. 56efc30 scsi: qedf: fc_rport_priv reference counting fixes by Hannes Reinecke · 6 years ago
  86. 6f15d0c scsi: qedf: Add missing return in qedf_scsi_done() by Chad Dupuis · 6 years ago
  87. a66c6cd2 scsi: qedf: Wait for upload and link down processing during soft ctx reset by Chad Dupuis · 6 years ago
  88. 627cc7d scsi: qedf: Add additional checks for io_req->sc_cmd validity by Chad Dupuis · 6 years ago
  89. 78a8ab3 scsi: qedf: fixup bit operations by Hannes Reinecke · 6 years ago
  90. 6d1368e scsi: qedf: fixup locking in qedf_restart_rport() by Hannes Reinecke · 6 years ago
  91. 4262d35 scsi: qedf: missing kref_put in qedf_xmit() by Hannes Reinecke · 6 years ago
  92. 76dbf4f scsi: qedf: Check for link state before processing LL2 packets and send fipvlan retries by Saurav Kashyap · 6 years ago
  93. 0cbd007 scsi: qedf: Add missing fc_disc_init call after allocating lport by Chad Dupuis · 6 years ago
  94. 90ccf75 scsi: qedf: Correct the memory barriers in qedf_ring_doorbell by Andrew Vasquez · 6 years ago
  95. 96b1765 scsi: qedf: Use a separate completion for cleanup commands by Chad Dupuis · 6 years ago
  96. 69ef2c6 scsi: qedf: Modify abort and tmf handler to handle edge condition and flush by Saurav Kashyap · 6 years ago
  97. 5d5e5565 scsi: qedf: Modify flush routine to handle all I/Os and TMF by Shyam Sundar · 6 years ago
  98. 3e2c11b scsi: qedf: Simplify s/g list mapping by Chad Dupuis · 6 years ago
  99. c5e06ba scsi: qedf: Add missing return in qedf_post_io_req() in the fcport offload check by Chad Dupuis · 6 years ago
  100. 650ce64 scsi: qedf: Correct xid range overlap between offloaded requests and libfc requests by Chad Dupuis · 6 years ago