1. 1ca1e43 [SCSI] libsas: Add option for SATA soft reset by Dave Jiang · 13 years ago
  2. 3673f4b [SCSI] libsas: check dev->gone before submitting sata i/o by Dan Williams · 13 years ago
  3. 90f1e10 [SCSI] libsas: fix/amend device gone notification in sas_deform_port() by Dan Williams · 13 years ago
  4. bb650a1 [SCSI] libsas: fix SATA NCQ error by Xiangliang Yu · 13 years ago
  5. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  6. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  7. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  8. bfbec92 scsi: change to new flag variable by matt mooney · 14 years ago
  9. a82058a [SCSI] libsas: fix ata list corruption issue by James Bottomley · 14 years ago
  10. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 14 years ago
  11. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 14 years ago
  12. c10f97b libata: remove ATA_FLAG_{SRST|SATA_RESET} by Sergei Shtylyov · 14 years ago
  13. 0f2e033 ipr/sas_ata: use mode mask macros from <linux/ata.h> by Sergei Shtylyov · 14 years ago
  14. 00dd499 libsas: convert to libata new error handler by James Bottomley · 14 years ago
  15. 183ce89 [SCSI] libsas: fix loopback topology bug during discovery by jack_wang · 14 years ago
  16. c299190 [SCSI] libsas: convert to libata new error handler by James Bottomley · 14 years ago
  17. 1e34c83 [SCSI] libsas: remove spurious sata control register read/write by James Bottomley · 14 years ago
  18. 96db6fa [SCSI] libsas: convert to standard kernel debugging by James Bottomley · 14 years ago
  19. 75c0b38 [SCSI] libsas: fix ATAPI check condition termination by James Bottomley · 14 years ago
  20. 9ee91f7 [SCSI] libsas: fix runaway error handler problem by James Bottomley · 14 years ago
  21. 1542dec Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  22. b27dcfb [libata] avoid needlessly passing around ptr to SCSI completion func by Jeff Garzik · 14 years ago
  23. 00f0254 [SCSI] libsas: fix definition of wideport, include local sas address by Dan Williams · 14 years ago
  24. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  25. c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  26. 2bc72c9 [SCSI] libsas: fix bug for vacant phy by Jack Wang · 14 years ago
  27. 56dd2c0 [SCSI] libsas: Don't issue commands to devices that have been hot-removed by Darrick J. Wong · 14 years ago
  28. f0ad30d [SCSI] libsas: fix NCQ mixing with non-NCQ by David Milburn · 14 years ago
  29. 9cbbdca block: remove spurious uses of REQ_HARDBARRIER by Tejun Heo · 14 years ago
  30. df64d3c [SCSI] Unify SAM_ and SAM_STAT_ macros by James Bottomley · 14 years ago
  31. 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  32. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 14 years ago
  33. 1b4d0d8 [SCSI] libsas: fix deref before check in commit 70b25f890ce by James Bottomley · 14 years ago
  34. 70b25f8 [SCSI] fix locking around blk_abort_request() by Tejun Heo · 14 years ago
  35. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  36. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  37. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  38. 198439e [SCSI] libsas: do not set res = 0 in sas_ex_discover_dev() by jack wang · 15 years ago
  39. 19252de [SCSI] libsas: fix wide port hotplug issues by Tom Peng · 15 years ago
  40. 5381837 [SCSI] libsas: reuse the original port when hotplugging phys in wide ports by Tom Peng · 15 years ago
  41. 5f49f63 block: set rq->resid_len to blk_rq_bytes() on issue by Tejun Heo · 15 years ago
  42. b079041 block: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  43. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  44. 94be9a5 [libata] get-identity ioctl: Fix use of invalid memory pointer for SAS drivers. by Jeff Garzik · 16 years ago
  45. a234b11 [SCSI] libsas: fix test for negative unsigned and typos by Roel Kluin · 16 years ago
  46. 71610f5 [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  47. e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  48. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  49. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  50. cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  51. 2cca775 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  52. c9f75b0 libata: kill ata_noop_dev_select() by Tejun Heo · 16 years ago
  53. 520d06f libata: remove check_status from non-SFF drivers by Tejun Heo · 16 years ago
  54. 4c9bf4e libata: replace tf_read with qc_fill_rtf for non-SFF drivers by Tejun Heo · 16 years ago
  55. 22183bf libata: add qc_fill_rtf port operation by Tejun Heo · 16 years ago
  56. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  57. 17b7a8d [SCSI] libsas: fix endianness bug in sas_ata by Al Viro · 16 years ago
  58. 45e6cdf [SCSI] libsas: Provide a transport-level facility to request SAS addrs by Darrick J. Wong · 17 years ago
  59. 15c73d5 [SCSI] libsas: Warn if ATA device detected but CONFIG_SCSI_SAS_ATA not set by James Bottomley · 16 years ago
  60. 8de3ef2 [SCSI] libsas: misc fixes to the eh path by James Bottomley · 17 years ago
  61. a29c051 [SCSI] libsas: use the supplied address for SATA devices rather than changing it by James Bottomley · 17 years ago
  62. 5319578 [SCSI] libsas: export sas_find_local_phy function by James Bottomley · 17 years ago
  63. b23c9cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  64. 63e4563 [SCSI] libsas: correctly flush the LU queue on error recovery by James Bottomley · 17 years ago
  65. a8e14fe [SCSI] libsas: fix error handling by James Bottomley · 17 years ago
  66. dde2020 libata: eliminate the home grown dma padding in favour of by James Bottomley · 17 years ago
  67. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  68. 2ba14a0 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  69. 366ca51 [SCSI] libsas: abstract STP task status into a function by James Bottomley · 17 years ago
  70. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  71. 94aa5e5 [SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in queuecommand by FUJITA Tomonori · 17 years ago
  72. cc75e8a [SCSI] libsas: fix sense_buffer overrun by FUJITA Tomonori · 17 years ago
  73. ff2aeb1 libata: convert to chained sg by Tejun Heo · 17 years ago
  74. 0dc3688 libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* by Tejun Heo · 17 years ago
  75. 405e66b libata: implement protocol tests by Tejun Heo · 17 years ago
  76. 32e8ae3 [SCSI] libsas: don't use made up error codes by James Bottomley · 17 years ago
  77. 2d4b63e [SCSI] libsas: don't treat underrun as an error on SMP tasks by James Bottomley · 17 years ago
  78. b98e66f [SCSI] libsas: add host SMP processing by James Bottomley · 17 years ago
  79. 8ee2402 [SCSI] libsas: Fix various sparse complaints by Darrick J. Wong · 17 years ago
  80. 5929faf [SCSI] libsas: Convert sas_proto users to sas_protocol by Darrick J. Wong · 17 years ago
  81. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  82. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  83. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  84. 15617ff [SCSI] libsas: fix build dependencies on libata by James Bottomley · 17 years ago
  85. 92631fa [SCSI] libsas: Fix potential NULL dereference in sas_smp_get_phy_events() by Jesper Juhl · 17 years ago
  86. 1d1bbee [SCSI] libsas: Remove PCI dependencies by Jeff Garzik · 17 years ago
  87. 2cd614c [SCSI] libsas: SMP request handler shouldn't crash when rphy is NULL by Darrick J. Wong · 17 years ago
  88. e6f194d Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  89. b914217 [SCSI] libsas: make ATA functions selectable by a config option by James Bottomley · 17 years ago
  90. 110dd8f [SCSI] libsas: fix scr_read/write users and update the libata documentation by James Bottomley · 17 years ago
  91. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  92. 0854735 [SCSI] libsas: kill unused smp_portal code by FUJITA Tomonori · 17 years ago
  93. ba1fc17 [SCSI] libsas: add SAS management protocol handler by FUJITA Tomonori · 17 years ago
  94. 9d720d8 [SCSI] libsas: fix lockdep issue with ATA by James Bottomley · 17 years ago
  95. 0f05df8b [SCSI] libsas, aic94xx: fix dma mapping cockups with ATA by James Bottomley · 17 years ago
  96. 3a2755a [SCSI] sas_ata: Implement sas_task_abort for ATA devices by Darrick J. Wong · 18 years ago
  97. fe059f1 [SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devices by Darrick J. Wong · 18 years ago
  98. 5986c3d [SCSI] libsas: Unknown STP devices should be reported to libata as unknown. by Darrick J. Wong · 18 years ago
  99. d97db63 [SCSI] libsas: Accept SAM_GOOD for ATAPI devices in sas_ata_task_done by Darrick J. Wong · 18 years ago
  100. 3869159 [SCSI] sas_ata: Don't copy aic94xx's sactive to ata_port by Darrick J. Wong · 18 years ago