1. cc74e31 scsi: lpfc: remove null check on nvmebuf by Colin Ian King · 7 years ago
  2. a544523 scsi: ibmvscsi: change strncpy+truncation to strlcpy by Dominique Martinet · 7 years ago
  3. 7bd1d61 scsi: mptctl: change strncpy+truncation to strlcpy by Dominique Martinet · 7 years ago
  4. f4e34f2 scsi: hisi_sas: Add SATA FIS check for v3 hw by Xiang Chen · 7 years ago
  5. 1c09b66 scsi: hisi_sas: add memory barrier in task delivery function by Xiaofei Tan · 7 years ago
  6. 6cca51e scsi: hisi_sas: Tidy hisi_sas_task_prep() by Xiang Chen · 7 years ago
  7. e5ea480 scsi: hisi_sas: Implement handlers of PCIe FLR for v3 hw by Xiaofei Tan · 7 years ago
  8. e8ce775 scsi: hisi_sas: relocate some common code for v3 hw by Xiaofei Tan · 7 years ago
  9. 4522204 scsi: hisi_sas: tidy host controller reset function a bit by Xiaofei Tan · 7 years ago
  10. 25908ca scsi: hisi_sas: Fix the failure of recovering PHY from STP link timeout by Xiaofei Tan · 7 years ago
  11. d9d51e0 scsi: hisi_sas: tidy channel interrupt handler for v3 hw by Xiaofei Tan · 7 years ago
  12. 4e32b2f scsi: hisi_sas: Drop hisi_sas_slot_abort() by John Garry · 7 years ago
  13. db67bef scsi: csiostor: update ingress pack and pad boundary value by Varun Prakash · 7 years ago
  14. 8111b5e scsi: ufs: add Hisilicon ufs driver code by liwei · 7 years ago
  15. 75aa320 scsi: scsi_debug: skip long delays when ndelay small by Douglas Gilbert · 7 years ago
  16. 920447f scsi: snic: fix printing time intervals by Arnd Bergmann · 7 years ago
  17. 0993ed9 scsi: fcoe: hold disc_mutex when traversing rport lists by Hannes Reinecke · 7 years ago
  18. bbc0f8b scsi: libfc: Add WARN_ON() when deleting rports by Hannes Reinecke · 7 years ago
  19. bc3d12b scsi: libfc: hold disc_mutex in fc_disc_stop_rports() by Hannes Reinecke · 7 years ago
  20. 9a26653 scsi: libfc: fixup lockdep annotations by Hannes Reinecke · 7 years ago
  21. b15c9fd scsi: mpt3sas: Fix for regression caused by sparse cleanups by Chaitra P B · 7 years ago
  22. cb12ba3 scsi: arcmsr: Update driver version to v1.40.00.09-20180709 by Ching Huang · 7 years ago
  23. 97fe222 scsi: arcmsr: Fix error of resuming from hibernation for adapter type E by Ching Huang · 7 years ago
  24. af8a672 scsi: remove NCR_Q720 driver by Johannes Thumshirn · 7 years ago
  25. 54e4571 scsi: remove NCR_D700 driver by Johannes Thumshirn · 7 years ago
  26. 78adb2b scsi: ncr53c8xx: remove ScsiResult macro by Johannes Thumshirn · 7 years ago
  27. c6668ca scsi: lpfc: remove ScsiResult macro by Johannes Thumshirn · 7 years ago
  28. 55c9d37 scsi: bfa: remove ScsiResult macro by Johannes Thumshirn · 7 years ago
  29. 2d362b8 scsi: aacraid: remove AAC_STAT_GOOD define by Johannes Thumshirn · 7 years ago
  30. fa519f7 scsi: libfc: fixup 'sleeping function called from invalid context' by Hannes Reinecke · 7 years ago
  31. ee35624 scsi: libfc: Add lockdep annotations by Hannes Reinecke · 7 years ago
  32. d5038a1 scsi: core: switch to scsi-mq by default by Johannes Thumshirn · 7 years ago
  33. fc21ae8 scsi: mptfusion: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  34. 4ae2ebd scsi: lpfc: Revise copyright for new company language by James Smart · 7 years ago
  35. 3e1ebad scsi: lpfc: update driver version to 12.0.0.5 by James Smart · 7 years ago
  36. b0e8301 scsi: lpfc: devloss timeout race condition caused null pointer reference by James Smart · 7 years ago
  37. 6871e81 scsi: lpfc: Fix NVME Target crash in defer rcv logic by James Smart · 7 years ago
  38. 66e9e6b scsi: lpfc: Support duration field in Link Cable Beacon V1 command by James Smart · 7 years ago
  39. 414abe0 scsi: lpfc: Make PBDE optimizations configurable by James Smart · 7 years ago
  40. 68c9b55 scsi: lpfc: Fix abort error path for NVMET by James Smart · 7 years ago
  41. d580c61 scsi: lpfc: Fix panic if driver unloaded when port is offline by James Smart · 7 years ago
  42. 5cc167d scsi: lpfc: Fix driver not setting dpp bits correctly in doorbell word by James Smart · 7 years ago
  43. afff0d2 scsi: lpfc: Add Buffer overflow check, when nvme_info larger than PAGE_SIZE by James Smart · 7 years ago
  44. e936a38 scsi: target: Remove se_dev_entry.ua_count by Bart Van Assche · 7 years ago
  45. 325c1e8 scsi: target: Fix handling of removed LUNs by Bart Van Assche · 7 years ago
  46. 17e391d scsi: target: Send unit attention condition even if the sense buffer is too small by Bart Van Assche · 7 years ago
  47. 89a104e scsi: target: Do not duplicate the code that marks that a command has sense data by Bart Van Assche · 7 years ago
  48. 799d44d scsi: target/tcm_loop: Avoid that static checkers warn about dead code by Bart Van Assche · 7 years ago
  49. aa090ea scsi: target: Remove second argument from fabric_make_tpg() by Bart Van Assche · 7 years ago
  50. 35bea5c scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer size by Bart Van Assche · 7 years ago
  51. ed88f05 scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callers by Bart Van Assche · 7 years ago
  52. 7b2cc7d scsi: target: Simplify the code for waiting for command completion by Bart Van Assche · 7 years ago
  53. edf46ee scsi: target: Simplify transport_generic_free_cmd() (2/2) by Bart Van Assche · 7 years ago
  54. a8864d8 scsi: target: Simplify transport_generic_free_cmd() (1/2) by Bart Van Assche · 7 years ago
  55. 65422d7 scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort() by Bart Van Assche · 7 years ago
  56. 709d565 scsi: target: Simplify core_tmr_handle_tas_abort() by Bart Van Assche · 7 years ago
  57. 953bcf7 scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are set by Bart Van Assche · 7 years ago
  58. 00d909a scsi: target: Make the session shutdown code also wait for commands that are being aborted by Bart Van Assche · 7 years ago
  59. d1bff07 scsi: target: Introduce transport_init_session() by Bart Van Assche · 7 years ago
  60. 317f897 scsi: target: Rename transport_init_session() into transport_alloc_session() by Bart Van Assche · 7 years ago
  61. 3eeff19 scsi: target: Move a list_del_init() statement by Bart Van Assche · 7 years ago
  62. 36d4cb4 scsi: target: Avoid that EXTENDED COPY commands trigger lock inversion by Bart Van Assche · 7 years ago
  63. 6f3bf5a scsi: target: Use config_item_name() instead of open-coding it by Bart Van Assche · 7 years ago
  64. 265d59a scsi: core: fix scsi_host_queue_ready by Ming Lei · 7 years ago
  65. 68c3f90 scsi: sd_zbc: Remove an assignment from sd_zbc_setup_report_cmnd() by Bart Van Assche · 7 years ago
  66. 915d9b7 scsi: qedi: tidy up a size calculation by Dan Carpenter · 7 years ago
  67. 1262dc0 scsi: ibmvscsi: Improve strings handling by Breno Leitao · 7 years ago
  68. 0c218e1 scsi: tcmu: Don't pass KERN_ERR to pr_err by Mike Christie · 7 years ago
  69. 3287286 scsi: core: avoid host-wide host_busy counter for scsi_mq by Ming Lei · 7 years ago
  70. c84b023 scsi: read host_busy via scsi_host_busy() by Ming Lei · 7 years ago
  71. 2b33ab3 scsi: sd: Remove a superfluous assignment by Bart Van Assche · 7 years ago
  72. c2cdef9 scsi: qedi: Fix misleading indentation by Bart Van Assche · 7 years ago
  73. 6bec4c3 scsi: don't add scsi command result bytes by Johannes Thumshirn · 7 years ago
  74. c65be1a scsi: core: check for equality of result byte values by Johannes Thumshirn · 7 years ago
  75. 8e1695a0 scsi: core: scsi_io_completion convert BUGs to WARNs by Douglas Gilbert · 7 years ago
  76. 0d43790 scsi: core: scsi_io_completion hints on fastpath by Douglas Gilbert · 7 years ago
  77. 4ae61c6 scsi: core: add scsi_io_completion_reprep helper by Douglas Gilbert · 7 years ago
  78. da32bae scsi: core: add scsi_io_completion_action helper by Douglas Gilbert · 7 years ago
  79. ab83108 scsi: core: add scsi_io_completion_nz_result function by Douglas Gilbert · 7 years ago
  80. 1f7cbb8 scsi: core: scsi_io_completion: rename variables by Douglas Gilbert · 7 years ago
  81. 7e63b5a scsi: core: scsi_io_completion: comment on end_request return by Douglas Gilbert · 7 years ago
  82. e260748 scsi: target: remove target_find_device by Mike Christie · 7 years ago
  83. bdaeedc scsi: tcmu: add module wide block/reset_netlink support by Mike Christie · 7 years ago
  84. 06add77 scsi: tcmu: misc nl code cleanup by Mike Christie · 7 years ago
  85. 9de3a1e scsi: tcmu: simplify nl interface by Mike Christie · 7 years ago
  86. 3228691 scsi: tcmu: track nl commands by Mike Christie · 7 years ago
  87. 0297e96 scsi: tcmu: delete unused __wait by Mike Christie · 7 years ago
  88. c4d6204d scsi: lpfc: use monotonic timestamps for statistics by Arnd Bergmann · 7 years ago
  89. fe7f4e5 scsi: scsi_transport_fc: use 64-bit timestamps consistently by Arnd Bergmann · 7 years ago
  90. 38150f7 scsi: aacraid: stop using deprated get_seconds() by Arnd Bergmann · 7 years ago
  91. a38b80c scsi: cxlflash: Change return type for fault handler by Souptick Joarder · 7 years ago
  92. 4ae5e9d scsi: smartpqi: bump driver version to 1.1.4-130 by Don Brace · 7 years ago
  93. dac12fb scsi: smartpqi: fix critical ARM issue reading PQI index registers by Kevin Barnett · 7 years ago
  94. 9f8d05f scsi: smartpqi: add inspur advantech ids by Kevin Barnett · 7 years ago
  95. 26b390a scsi: smartpqi: improve error checking for sync requests by Kevin Barnett · 7 years ago
  96. 957c5ab scsi: smartpqi: improve handling for sync requests by Kevin Barnett · 7 years ago
  97. 4beb486 scsi: mpt3sas: Improve kernel-doc headers by Bart Van Assche · 7 years ago
  98. c7a3570 scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and mpt3sas_ctl_reset_handler() by Bart Van Assche · 7 years ago
  99. 982ea6f scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler() by Bart Van Assche · 7 years ago
  100. 91b7bdb scsi: mpt3sas: Fix _transport_smp_handler() error path by Bart Van Assche · 7 years ago