1. cbf6784 scsi_debug: support scsi-mq, queues and locks by Douglas Gilbert · 10 years ago
  2. f3cfabc Drivers: add blist flags by K. Y. Srinivasan · 10 years ago
  3. ea2aab2 scsi: ufs: fix endianness sparse warnings by Sujit Reddy Thumma · 10 years ago
  4. 7289f98 scsi: ufs: make undeclared functions static by Sujit Reddy Thumma · 10 years ago
  5. e090cc9 bnx2i: Update driver version to 2.7.10.1 by Vikas Chaudhary · 10 years ago
  6. f3a0655 pm8001: fix a memory leak in nvmd_resp by Tomas Henzl · 10 years ago
  7. 31d05e5 pm8001: fix update_flash by Tomas Henzl · 10 years ago
  8. 9422e86 pm8001: fix a memory leak in flash_update by Tomas Henzl · 10 years ago
  9. da22549 pm8001: Cleaning up uninitialized variables by Rickard Strandqvist · 10 years ago
  10. d981644 pm8001: Fix to remove null pointer checks that could never happen by Rickard Strandqvist · 10 years ago
  11. 5b4ce88 pm8001: more fixes to honor return value by Tomas Henzl · 10 years ago
  12. 646cdf0 pm8001: add a new spinlock to protect the CCB by Tomas Henzl · 10 years ago
  13. 5533abc pm8001: honor return value by Tomas Henzl · 10 years ago
  14. ef30054 pm8001: clean bitmap management functions by Tomas Henzl · 10 years ago
  15. 9f17609 pm8001: Fix hibernation issue by Bradley Grove · 10 years ago
  16. 4dc06fd mpt3sas: delay scsi_add_host call to work with scsi-mq by Reddy, Sreekanth · 10 years ago
  17. 02b7708 mpt2sas: delay scsi_add_host call to work with scsi-mq by Reddy, Sreekanth · 10 years ago
  18. 3533f860 drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure by K. Y. Srinivasan · 10 years ago
  19. f885fb7 drivers: scsi: storvsc: Set srb_flags in all cases by K. Y. Srinivasan · 10 years ago
  20. 56b26e6 Drivers: scsi: storvsc: Implement a eh_timed_out handler by K. Y. Srinivasan · 10 years ago
  21. adb6f9e Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version by K. Y. Srinivasan · 10 years ago
  22. 8caf92d Drivers: scsi: storvsc: Filter commands based on the storage protocol version by K. Y. Srinivasan · 10 years ago
  23. 52f9614 Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host by K. Y. Srinivasan · 10 years ago
  24. 4cd83ec Drivers: scsi: storvsc: Change the limits to reflect the values on the host by K. Y. Srinivasan · 10 years ago
  25. ca3d7bf ufs: fix DMA mask setting by Akinobu Mita · 10 years ago
  26. eeda474 ufs: adjust queue settings to PRDT limitations by Akinobu Mita · 10 years ago
  27. b2a6c52 ufs: Fix sending unsupported SCSI command by Sujit Reddy Thumma · 10 years ago
  28. e9d501b ufs: read door bell register after clearing interrupt aggregation by Dolev Raviv · 10 years ago
  29. 4264fd6 ufs: Fix queue depth handling for best effort cases by Sujit Reddy Thumma · 10 years ago
  30. 1b3e895 ufs: Logical Unit (LU) command queue depth by Dolev Raviv · 10 years ago
  31. c6d4a83 ufs: device query status and size check by Dolev Raviv · 10 years ago
  32. d44a5f9 ufs: query descriptor API by Dolev Raviv · 10 years ago
  33. 6d67726 be2iscsi: Fix memory leak in mgmt_set_ip() by Maurizio Lombardi · 10 years ago
  34. 761f119 virtio-scsi: Implement change_queue_depth for virtscsi targets by Venkatesh Srinivas · 10 years ago
  35. 938ece7 virtio-scsi: replace target spinlock with seqcount by Ming Lei · 10 years ago
  36. 0758f4f hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctl by Stephen M. Cameron · 10 years ago
  37. d1fea47 hpsa: remove online devices from offline device list by Stephen M. Cameron · 10 years ago
  38. 0b9e7b7 hpsa: fix non-x86 builds by Arnd Bergmann · 10 years ago
  39. 6aa4c36 hpsa: do not unconditionally copy sense data by Robert Elliott · 10 years ago
  40. 3fa89a0 hpsa: fix 6-byte READ/WRITE with 0 length data xfer by Stephen M. Cameron · 10 years ago
  41. 2a5ac32 hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected fails by Stephen M. Cameron · 10 years ago
  42. 17d87c4 bnx2fc: Rebranding bnx2fc driver by Saurav Kashyap · 10 years ago
  43. f39a775 bnx2i: Rebranding bnx2i driver by Vikas Chaudhary · 10 years ago
  44. 91b265b mpt3sas: Rework the MSI-X grouping code by Martin K. Petersen · 11 years ago
  45. cbbb7b3 mpt2sas: Rework the MSI-X grouping code by Martin K. Petersen · 11 years ago
  46. 9f21316 mptfusion: tweak null pointer checks by Joe Lawrence · 10 years ago
  47. 3269619 mptfusion: combine fw_event_work and its event_data by Joe Lawrence · 10 years ago
  48. c9834c7 mptfusion: make adapter prod_name[] a pointer by Joe Lawrence · 10 years ago
  49. 3e67c45 mptfusion: use memdup_user by Joe Lawrence · 10 years ago
  50. 5074b1b mptfusion: remove redundant kfree checks by Joe Lawrence · 10 years ago
  51. 5767d25 mptfusion: mark file-private functions as static by Joe Lawrence · 10 years ago
  52. 35b6236 mpt3sas: combine fw_event_work and its event_data by Joe Lawrence · 10 years ago
  53. 62c4da4 mpt3sas: correct scsi_{target,device} hostdata allocation by Joe Lawrence · 10 years ago
  54. 42de597 mpt2sas: annotate ioc->reply_post_host_index as __iomem by Joe Lawrence · 10 years ago
  55. 00713ad mpt2sas: combine fw_event_work and its event_data by Joe Lawrence · 10 years ago
  56. feafe7c mpt2sas: correct scsi_{target,device} hostdata allocation by Joe Lawrence · 10 years ago
  57. 4bfaa5c 3w-xxxx: fix mis-aligned struct accesses by Arnd Bergmann · 10 years ago
  58. 6919a36 NCR53c406a: don't call free_dma() by default by Arnd Bergmann · 10 years ago
  59. d3814aa qlogicfas: don't call free_dma() by Arnd Bergmann · 10 years ago
  60. 6ea8631d pas16: don't call free_dma() by Arnd Bergmann · 10 years ago
  61. c86d1ae advansys: don't build ARM by Arnd Bergmann · 10 years ago
  62. 0aab6c3 ibmvfc: fix little endian issues by Tyrel Datwyler · 10 years ago
  63. 0ea85b5 qla2xxx: Use dma_zalloc_coherent by Joe Perches · 10 years ago
  64. 44416c4 bfa: use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 10 years ago
  65. 0e772b3 bfa: remove useless return variables by Peter Senna Tschudin · 10 years ago
  66. 03a6c3f bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA address by Ben Hutchings · 10 years ago
  67. 7626d9f bfa: Use dma_zalloc_coherent by Joe Perches · 10 years ago
  68. 1f3d2d9 aic7xxx: Use kstrdup by Himangi Saraogi · 10 years ago
  69. c21a2c1 scsi: add defines for new FC port speeds. by Dick Kennedy · 10 years ago
  70. 915aafd bnx2i, be2iscsi: fix custom stats length by Mike Christie · 10 years ago
  71. a799cb7 iscsi: kill redundant casts by Nick Black' via open-iscsi · 10 years ago
  72. 16acf5d tgt: remove SCSI_TGT and SCSI_FC_TGT_ATTRS by Paul Bolle · 10 years ago
  73. 26b9fd8 sd: fix a bug in deriving the FLUSH_TIMEOUT from the basic I/O timeout by K. Y. Srinivasan · 10 years ago
  74. c1d40a5 scsi: add a blacklist flag which enables VPD page inquiries by Martin K. Petersen · 10 years ago
  75. fd2eb90 scsi: move the writeable field from struct scsi_device to struct scsi_cd by Christoph Hellwig · 10 years ago
  76. c6e4f19 scsi: update scsi_device_types by Christoph Hellwig · 10 years ago
  77. 4d63716 fnic: reject device resets without assigned tags for the blk-mq case by Christoph Hellwig · 10 years ago
  78. d285203 scsi: add support for a blk-mq based I/O path. by Christoph Hellwig · 11 years ago
  79. c53c6d6 scatterlist: allow chaining to preallocated chunks by Christoph Hellwig · 10 years ago
  80. f6d47e7 scsi: unwind blk_end_request_all and blk_end_request_err calls by Christoph Hellwig · 10 years ago
  81. 2ccbb00 scsi: only maintain target_blocked if the driver has a target queue limit by Christoph Hellwig · 10 years ago
  82. cd9070c scsi: fix the {host,target,device}_blocked counter mess by Christoph Hellwig · 11 years ago
  83. 71e75c9 scsi: convert device_busy to atomic_t by Christoph Hellwig · 10 years ago
  84. 7466501 scsi: convert host_busy to atomic_t by Christoph Hellwig · 11 years ago
  85. 7ae65c0 scsi: convert target_busy to an atomic_t by Christoph Hellwig · 11 years ago
  86. cf68d33 scsi: push host_lock down into scsi_{host,target}_queue_ready by Christoph Hellwig · 11 years ago
  87. 3b5382c scsi: set ->scsi_done before calling scsi_dispatch_cmd by Christoph Hellwig · 10 years ago
  88. d0d3bbf scsi: centralize command re-queueing in scsi_dispatch_fn by Christoph Hellwig · 11 years ago
  89. de3e8bf scsi: split __scsi_queue_insert by Christoph Hellwig · 11 years ago
  90. 6af7a4f scsi: add scsi_setup_cmnd helper by Christoph Hellwig · 10 years ago
  91. 4f1e576 scsi: mark scsi_setup_blk_pc_cmnd static by Christoph Hellwig · 10 years ago
  92. 87949ee sd: split sd_init_command by Christoph Hellwig · 10 years ago
  93. e4200f8 sd: retry discard commands by Christoph Hellwig · 10 years ago
  94. a25ee54 sd: retry write same commands by Christoph Hellwig · 10 years ago
  95. 6a7b439 sd: don't use scsi_setup_blk_pc_cmnd for discard requests by Christoph Hellwig · 10 years ago
  96. 59b1134 sd: don't use scsi_setup_blk_pc_cmnd for write same requests by Christoph Hellwig · 10 years ago
  97. a118c6c sd: don't use scsi_setup_blk_pc_cmnd for flush requests by Christoph Hellwig · 10 years ago
  98. 5158a89 scsi: set sc_data_direction in common code by Christoph Hellwig · 10 years ago
  99. 3868cf8 scsi: restructure command initialization for TYPE_FS requests by Christoph Hellwig · 10 years ago
  100. 635d98b scsi: move the nr_phys_segments assert into scsi_init_io by Christoph Hellwig · 10 years ago