1. ba6d10a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  2. 924a354 scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander() by John Garry · 6 years ago
  3. 5078709 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59 by Thomas Gleixner · 6 years ago
  4. 86b89cb scsi: libsas: switch remaining files to SPDX tags by Christoph Hellwig · 6 years ago
  5. 085f104 scsi: libsas: Inject revalidate event for root port event by John Garry · 6 years ago
  6. 7b27c5f scsi: libsas: Stop hardcoding SAS address length by John Garry · 6 years ago
  7. 6f4e626 scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template by Nathan Chancellor · 6 years ago
  8. ff525b6 scsi: libsas: Fix some indentation in libsas.h by John Garry · 6 years ago
  9. 2fa4a32 scsi: libsas: dynamically allocate and free ata host by Jason Yan · 7 years ago
  10. 28bc6fb Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  11. 0558f33 scsi: libsas: direct call probe and destruct by Jason Yan · 7 years ago
  12. 93bdbd0 scsi: libsas: Use new workqueue to run sas event and disco event by Jason Yan · 7 years ago
  13. 8eea9dd scsi: libsas: make the event threshold configurable by Jason Yan · 7 years ago
  14. f12486e scsi: libsas: shut down the PHY if events reached the threshold by Jason Yan · 7 years ago
  15. 1c393b9 scsi: libsas: Use dynamic alloced work to avoid sas event lost by Jason Yan · 7 years ago
  16. c2e8fbf scsi: libsas: align sata_device's rps_resp on a cacheline by Huacai Chen · 7 years ago
  17. 670ffcc Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  18. 77570ee scsi: sas: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  19. 8a11282 scsi: libsas: remove unused port_gone_completion and DISCE_PORT_GONE by Jason Yan · 7 years ago
  20. 0d78f96 scsi: libsas: remove the numbering for each event enum by Jason Yan · 7 years ago
  21. 042ebd2 scsi: libsas: kill useless ha_event and do some cleanup by Jason Yan · 7 years ago
  22. 651a013 scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough by Christoph Hellwig · 7 years ago
  23. cc199e7 scsi: libsas: move bus_reset_handler() to target_reset_handler() by Hannes Reinecke · 7 years ago
  24. 6d311fa scsi: sas: scsi_queue_work can fail, so make callers aware by Johannes Thumshirn · 8 years ago
  25. 8690218 scsi: sas: remove sas_domain_release_transport by Johannes Thumshirn · 8 years ago
  26. e617457 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  27. 4e8790f Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  28. efc3c1d scsi: remove ->change_queue_type method by Christoph Hellwig · 10 years ago
  29. 79855d1 libsas: remove task_collector mode by Christoph Hellwig · 10 years ago
  30. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  31. 1cbd772 libsas: use ata_dev_classify() by Hannes Reinecke · 10 years ago
  32. bc6e7c4 libata, libsas: kill pm_result and related cleanup by Dan Williams · 11 years ago
  33. e73823f [SCSI] libsas: implement > 16 byte CDB support by James Bottomley · 12 years ago
  34. aa9f832 [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type by James Bottomley · 12 years ago
  35. 303694e [SCSI] libsas: suspend / resume support by Dan Williams · 13 years ago
  36. f0bf750 [SCSI] libsas: trim sas_task of slow path infrastructure by Dan Williams · 13 years ago
  37. a494fd5 [SCSI] libsas: drop sata port multiplier infrastructure by Dan Williams · 13 years ago
  38. 9524c68 [SCSI] libsas: add sas_eh_abort_handler by Dan Williams · 13 years ago
  39. 5db45bd [SCSI] libsas: enforce eh strategy handlers only in eh context by Dan Williams · 13 years ago
  40. e4a9c37 [SCSI] libata, libsas: introduce sched_eh and end_eh port ops by Dan Williams · 13 years ago
  41. 6ef1b51 [SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtf by Dan Williams · 13 years ago
  42. 22b9153 [SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_work by Dan Williams · 13 years ago
  43. 9a10b33 [SCSI] libsas: revert ata srst by Dan Williams · 13 years ago
  44. 9508a66 [SCSI] libsas: async ata scanning by Dan Williams · 13 years ago
  45. 7d05919 [SCSI] libsas: mark all domain devices gone if root port disappears by Dan Williams · 13 years ago
  46. f41a0c4 [SCSI] libsas: fix sas_find_local_phy(), take phy references by Dan Williams · 13 years ago
  47. 36a3994 [SCSI] libsas: poll for ata device readiness after reset by Dan Williams · 13 years ago
  48. 89d3cf6 [SCSI] libsas: add mutex for SMP task execution by Jeff Skirvin · 13 years ago
  49. 2a559f4b [SCSI] libsas: sas_phy_enable via transport_sas_phy_reset by Dan Williams · 13 years ago
  50. 3944f50 [SCSI] libsas: let libata handle command timeouts by Dan Williams · 13 years ago
  51. 9095a64 [SCSI] libsas: fix timeout vs completion race by Dan Williams · 13 years ago
  52. a3a1425 [SCSI] libsas: prevent double completion of scmds from eh by Dan Williams · 13 years ago
  53. 3dff572 [SCSI] libsas: close error handling vs sas_ata_task_done() race by Dan Williams · 13 years ago
  54. b91bb29 [SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parameters by Dan Williams · 13 years ago
  55. 87c8331 [SCSI] libsas: prevent domain rediscovery competing with ata error handling by Dan Williams · 13 years ago
  56. e139942 [SCSI] libsas: convert dev->gone to flags by Dan Williams · 13 years ago
  57. b1124cd [SCSI] libsas: introduce sas_drain_work() by Dan Williams · 13 years ago
  58. f8daa6e [SCSI] libsas: convert ha->state to flags by Dan Williams · 13 years ago
  59. b15ebe0 [SCSI] libsas: replace event locks with atomic bitops by Dan Williams · 13 years ago
  60. 735f7d2 [SCSI] libsas: fix domain_device leak by Dan Williams · 13 years ago
  61. 6f4e75a [SCSI] libsas: kill sas_slave_destroy by Dan Williams · 13 years ago
  62. 95ac7fd [SCSI] libsas: remove unused ata_task_resp fields by Dan Williams · 13 years ago
  63. 1a34c06 [SCSI] libsas: fix port->dev_list locking by Dan Williams · 13 years ago
  64. b50102d [SCSI] isci: atapi support by Dan Williams · 13 years ago
  65. d962480 [SCSI] libsas: fix try_test_sas_gpio_gp_bit() build error by Dan Williams · 13 years ago
  66. ffaac8f [SCSI] libsas: Allow expander T-T attachments by Luben Tuikov · 13 years ago
  67. 8ec6552 [SCSI] libsas: sgpio write support by Dan Williams · 13 years ago
  68. 4fcf812 [SCSI] libsas: export sas_alloc_task() by Dan Williams · 13 years ago
  69. 1ca1e43 [SCSI] libsas: Add option for SATA soft reset by Dave Jiang · 14 years ago
  70. 00f0254 [SCSI] libsas: fix definition of wideport, include local sas address by Dan Williams · 14 years ago
  71. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  72. 56dd2c0 [SCSI] libsas: Don't issue commands to devices that have been hot-removed by Darrick J. Wong · 14 years ago
  73. df64d3c [SCSI] Unify SAM_ and SAM_STAT_ macros by James Bottomley · 14 years ago
  74. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  75. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  76. 5a6483f include: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  77. 45e6cdf [SCSI] libsas: Provide a transport-level facility to request SAS addrs by Darrick J. Wong · 17 years ago
  78. 5319578 [SCSI] libsas: export sas_find_local_phy function by James Bottomley · 17 years ago
  79. 366ca51 [SCSI] libsas: abstract STP task status into a function by James Bottomley · 17 years ago
  80. 32e8ae3 [SCSI] libsas: don't use made up error codes by James Bottomley · 17 years ago
  81. 8ee2402 [SCSI] libsas: Fix various sparse complaints by Darrick J. Wong · 17 years ago
  82. 5929faf [SCSI] libsas: Convert sas_proto users to sas_protocol by Darrick J. Wong · 17 years ago
  83. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  84. 1d1bbee [SCSI] libsas: Remove PCI dependencies by Jeff Garzik · 17 years ago
  85. ba1fc17 [SCSI] libsas: add SAS management protocol handler by FUJITA Tomonori · 17 years ago
  86. 338ec57 [SCSI] Migrate libsas ATA code into a separate file by Darrick J. Wong · 18 years ago
  87. fa1c1e8 [SCSI] Add SATA support to libsas by Darrick J. Wong · 18 years ago
  88. d7a54e3 [SCSI] sas_scsi_host: Convert to use the kthread API by Christoph Hellwig · 18 years ago
  89. 5f0b143 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
  90. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 18 years ago
  91. a9344e6 [SCSI] libsas: Add an LU reset mechanism to the error handler by Darrick J. Wong · 18 years ago
  92. ad68923 [SCSI] libsas: Handle SCSI commands that complete with failure codes by Darrick J. Wong · 18 years ago
  93. 6b0efb8 [SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloading by Darrick J. Wong · 18 years ago
  94. 396819f [SCSI] libsas: Delay issuing ABORT TASK TMF until the error handler by Darrick J. Wong · 18 years ago
  95. 3ebf692 [SCSI] libsas: Enable the EH strategy handler to reset a phy after a command by Darrick J. Wong · 18 years ago
  96. 37958fb [SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flag by Darrick J. Wong · 18 years ago
  97. acbf167 [SCSI] libsas: Add a sysfs knob to enable/disable a phy by Darrick J. Wong · 18 years ago
  98. b218a0d [SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the SAS LLDD or have already returned by Darrick J. Wong · 18 years ago
  99. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  100. 06328b4 Actually update the fixed up compile failures. by David Howells · 18 years ago