1. e77044c5 scsi: ufs-bsg: Add support for uic commands in ufs_bsg_request() by Avri Altman · 6 years ago
  2. 95e34bf scsi: ufs-bsg: Add support for raw upiu in ufs_bsg_request() by Avri Altman · 6 years ago
  3. 5e0a86e scsi: ufs: Add API to execute raw upiu commands by Avri Altman · 6 years ago
  4. 220d17a6 scsi: ufs: Use data structure size in pointer arithmetic by Avri Altman · 6 years ago
  5. df032bf scsi: ufs: Add a bsg endpoint that supports UPIUs by Avri Altman · 6 years ago
  6. a851b2b scsi: uapi: ufs: Make utp_upiu_req visible to user space by Avri Altman · 6 years ago
  7. c6049cd scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helper by Christoph Hellwig · 6 years ago
  8. 391e388 scsi: ufs: cleanup struct utp_task_req_desc by Christoph Hellwig · 6 years ago
  9. 51aef71 scsi: snic: Replace spin_is_locked() with lockdep by Lance Roy · 6 years ago
  10. b51d577a scsi: mpt3sas: Remove unnecessary parentheses and simplify null checks by Nathan Chancellor · 6 years ago
  11. c39a4d7 scsi: mpt3sas: Use dma_pool_zalloc by Souptick Joarder · 6 years ago
  12. 16e8b96 scsi: mpt3sas: Remove unused macro MPT3SAS_FMT by Joe Perches · 6 years ago
  13. 1f95a47 scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levels by Joe Perches · 6 years ago
  14. 506f7f6 scsi: mpt3sas: Remove KERN_WARNING from panic uses by Joe Perches · 6 years ago
  15. fc7d510 scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s: by Joe Perches · 6 years ago
  16. 4dc74b2 scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMT by Joe Perches · 6 years ago
  17. 919d8a3 scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level> by Joe Perches · 6 years ago
  18. 645a20c scsi: mpt3sas: Add ioc_<level> logging macros by Joe Perches · 6 years ago
  19. 3bf31de scsi: MAINTAINERS: Fix typo in cxlflash stanza by Matthew R. Ochs · 6 years ago
  20. ef801f0 scsi: qla2xxx: Return switch command on a timeout by Himanshu Madhani · 6 years ago
  21. 6b0e87a scsi: NCR5380: Check for bus reset by Finn Thain · 6 years ago
  22. ca694af scsi: NCR5380: Handle BUS FREE during reselection by Finn Thain · 6 years ago
  23. 0826721 scsi: NCR5380: Don't call dsprintk() following reselection interrupt by Finn Thain · 6 years ago
  24. 45ddc1b scsi: NCR5380: Don't clear busy flag when abort fails by Finn Thain · 6 years ago
  25. 7ef55f6 scsi: NCR5380: Check for invalid reselection target by Finn Thain · 6 years ago
  26. 0703565 scsi: NCR5380: Use DRIVER_SENSE to indicate valid sense data by Finn Thain · 6 years ago
  27. 7c8ed78 scsi: NCR5380: Withhold disconnect privilege for REQUEST SENSE by Finn Thain · 6 years ago
  28. dad8261 scsi: NCR5380: Have NCR5380_select() return a bool by Finn Thain · 6 years ago
  29. 6a16283 scsi: NCR5380: Reduce goto statements in NCR5380_select() by Finn Thain · 6 years ago
  30. 1aeeeed scsi: NCR5380: Clear all unissued commands on host reset by Hannes Reinecke · 6 years ago
  31. 90ded4e scsi: mptfusion: Remove unnecessary parentheses by Nathan Chancellor · 6 years ago
  32. eec73c2 scsi: qla4xxx: Remove redundant check on drvr_wait by Colin Ian King · 6 years ago
  33. 9fe278f scsi: qla2xxx: Move log messages before issuing command to firmware by Giridhar Malavali · 6 years ago
  34. bcc71cc scsi: qla2xxx: Fix for double free of SRB structure by Giridhar Malavali · 6 years ago
  35. 710bc78 scsi: qla2xxx: Fix recursive mailbox timeout by Quinn Tran · 6 years ago
  36. 3955306 scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured by Himanshu Madhani · 6 years ago
  37. 5c64005 scsi: qla2xxx: Fix re-using LoopID when handle is in use by Quinn Tran · 6 years ago
  38. 732ee9a scsi: qla2xxx: Fix duplicate switch database entries by Quinn Tran · 6 years ago
  39. db18638 scsi: qla2xxx: Fix NVMe Target discovery by Quinn Tran · 6 years ago
  40. f7d61c9 scsi: qla2xxx: Fix NVMe session hang on unload by Quinn Tran · 6 years ago
  41. 1703659 scsi: qla2xxx: don't allow negative thresholds by Dan Carpenter · 6 years ago
  42. 84e13c4 scsi: qla2xxx: Fix comment in MODULE_PARM_DESC in qla2xxx by Masanari Iida · 6 years ago
  43. 801df68 scsi: target: iscsi: cxgbit: fix csk leak by Varun Prakash · 6 years ago
  44. b90cd6f scsi: libsas: fix a race condition when smp task timeout by Jason Yan · 6 years ago
  45. 437207d scsi: libsas: check the ata device status by ata_dev_enabled() by Jason Yan · 6 years ago
  46. 32c850b scsi: libsas: always unregister the old device if going to discover new by Jason Yan · 6 years ago
  47. 640208a scsi: libsas: make the lldd_port_deformed method optional by Jason Yan · 6 years ago
  48. 986d7db scsi: libsas: delete dead code in scsi_transport_sas.c by Jason Yan · 6 years ago
  49. 6868aa7 scsi: megaraid: fix spelling mistake "maibox" -> "mailbox" by Colin Ian King · 6 years ago
  50. adb1102 scsi: FlashPoint: Remove unnecessary parentheses by Nathan Chancellor · 6 years ago
  51. 048a864 scsi: hpsa: Use vmemdup_user to replace the open code by zhong jiang · 6 years ago
  52. 874deb1 scsi: advansys: Remove unnecessary parentheses by Nathan Chancellor · 6 years ago
  53. fed564f scsi: target: iblock: split T10 PI SGL across command bios by Greg Edwards · 6 years ago
  54. 2b08adf scsi: qla2xxx: Remove set but not used variable 'ptr_dma' by YueHaibing · 6 years ago
  55. a63eba9 scsi: lpfc: Remove set but not used variable 'sgl_size' by YueHaibing · 6 years ago
  56. efcbe99 scsi: bnx2fc: Remove set but not used variable 'oxid' by YueHaibing · 6 years ago
  57. 6f1d8a5 scsi: core: remove unnecessary unlikely() by Igor Stoppa · 6 years ago
  58. 5227388 scsi: aic7xxx: remove set but not used variable 'shared_scb_data' by YueHaibing · 6 years ago
  59. 902ff86 scsi: iscsi: target: fix spelling mistake "entires" -> "entries" by Colin Ian King · 6 years ago
  60. fdd0a66 scsi: pm80xx: Remove set but not used variable 'page_code' by YueHaibing · 6 years ago
  61. 78d85f3 scsi: pm80xx: Remove set but not used variable 'device_id' by YueHaibing · 6 years ago
  62. eebcc19 scsi: ufshcd: Fix NULL pointer dereference for in ufshcd_init by Vivek Gautam · 6 years ago
  63. 94e989d scsi: message: fusion: fix a few trivial spelling mistakes by Colin Ian King · 6 years ago
  64. b5dedc7 scsi: pm80xx: Update driver version to 0.1.39 by Deepak Ukey · 6 years ago
  65. 72349b6 scsi: pm80xx: Fixed system hang issue during kexec boot by Deepak Ukey · 6 years ago
  66. 76cb25b scsi: pm80xx: Corrected dma_unmap_sg() parameter by Deepak Ukey · 6 years ago
  67. cd13575 scsi: pm80xx: Fix for phy enable/disable functionality by Deepak Ukey · 6 years ago
  68. 0b1b1d8 scsi: qla2xxx: fix typo "CT-PASSTRHU" -> "CT-PASSTHRU" by Colin Ian King · 6 years ago
  69. aed922f scsi: aic7xxx: remove unused redundant variable num_chip_names by Colin Ian King · 6 years ago
  70. 5b075ef scsi: libfc: remove set but not used variable 'rpriv' by YueHaibing · 6 years ago
  71. 948dff7a scsi: arcmsr: Spelling s/rebulid/rebuild/ by Geert Uytterhoeven · 6 years ago
  72. 288315e scsi: sym53c8xx: fix NULL pointer dereference panic in sym_int_sir() by George Kennedy · 6 years ago
  73. 6318cb7 scsi: lpfc: update driver version to 12.0.0.7 by James Smart · 6 years ago
  74. d2cc9bc scsi: lpfc: add support to retrieve firmware logs by James Smart · 6 years ago
  75. 18027a8 scsi: lpfc: reduce locking when updating statistics by James Smart · 6 years ago
  76. 2879265 scsi: lpfc: Fix errors in log messages. by James Smart · 6 years ago
  77. aad59d5 scsi: lpfc: Correct invalid EQ doorbell write on if_type=6 by James Smart · 6 years ago
  78. 523128e scsi: lpfc: Correct irq handling via locks when taking adapter offline by James Smart · 6 years ago
  79. 0ef01a2 scsi: lpfc: Correct soft lockup when running mds diagnostics by James Smart · 6 years ago
  80. ca7fb76 scsi: lpfc: Correct race with abort on completion path by James Smart · 6 years ago
  81. faf0a5f scsi: lpfc: Raise nvme defaults to support a larger io and more connectivity by James Smart · 6 years ago
  82. 5b9e70b scsi: lpfc: raise sg count for nvme to use available sg resources by James Smart · 6 years ago
  83. 01a8aed scsi: lpfc: Fix GFT_ID and PRLI logic for RSCN by James Smart · 6 years ago
  84. a64a290 scsi: qla2xxx: Update driver version to 10.00.00.11-k by Himanshu Madhani · 6 years ago
  85. a110af8 scsi: qla2xxx: Fix double increment of switch scan retry count by Quinn Tran · 6 years ago
  86. f3a03ee scsi: qla2xxx: Fix duplicate switch's Nport ID entries by Quinn Tran · 6 years ago
  87. 7c388f9 scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx by Quinn Tran · 6 years ago
  88. d594db0 scsi: qla2xxx: Fix premature command free by Quinn Tran · 6 years ago
  89. 56d942d scsi: qla2xxx: Reject bsg request if chip is down. by Quinn Tran · 6 years ago
  90. 1e4ac5d scsi: qla2xxx: shutdown chip if reset fail by Quinn Tran · 6 years ago
  91. 861d483 scsi: qla2xxx: Fix stuck session in PLOGI state by Quinn Tran · 6 years ago
  92. 8235f4b scsi: qla2xxx: Fix early srb free on abort by Quinn Tran · 6 years ago
  93. 0645cb8 scsi: qla2xxx: Add mode control for each physical port by Quinn Tran · 6 years ago
  94. 0e324e9 scsi: qla2xxx: Fix race condition for resource cleanup by Quinn Tran · 6 years ago
  95. 527b8ae scsi: qla2xxx: Fix dropped srb resource. by Quinn Tran · 6 years ago
  96. 5d74c87 scsi: qla2xxx: Fix port speed display on chip reset by Quinn Tran · 6 years ago
  97. f99c5d294 scsi: qla2xxx: Check for Register disconnect by Sawan Chandak · 6 years ago
  98. 8bccfe0 scsi: qla2xxx: Increase abort timeout value by Quinn Tran · 6 years ago
  99. 4072e1d scsi: qla2xxx: Allow FC-NVMe underrun to be handled by transport by Darren Trapp · 6 years ago
  100. 950c6ab scsi: qla2xxx: Update driver version to 10.00.00.10-k by Himanshu Madhani · 6 years ago