1. 94be9a5 [libata] get-identity ioctl: Fix use of invalid memory pointer for SAS drivers. by Jeff Garzik · 16 years ago
  2. a234b11 [SCSI] libsas: fix test for negative unsigned and typos by Roel Kluin · 16 years ago
  3. 71610f5 [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  4. e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  5. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  6. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  7. cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  8. 2cca775 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  9. c9f75b0 libata: kill ata_noop_dev_select() by Tejun Heo · 16 years ago
  10. 520d06f libata: remove check_status from non-SFF drivers by Tejun Heo · 16 years ago
  11. 4c9bf4e libata: replace tf_read with qc_fill_rtf for non-SFF drivers by Tejun Heo · 16 years ago
  12. 22183bf libata: add qc_fill_rtf port operation by Tejun Heo · 16 years ago
  13. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  14. 17b7a8d [SCSI] libsas: fix endianness bug in sas_ata by Al Viro · 16 years ago
  15. 45e6cdf [SCSI] libsas: Provide a transport-level facility to request SAS addrs by Darrick J. Wong · 16 years ago
  16. 15c73d5 [SCSI] libsas: Warn if ATA device detected but CONFIG_SCSI_SAS_ATA not set by James Bottomley · 16 years ago
  17. 8de3ef2 [SCSI] libsas: misc fixes to the eh path by James Bottomley · 16 years ago
  18. a29c051 [SCSI] libsas: use the supplied address for SATA devices rather than changing it by James Bottomley · 16 years ago
  19. 5319578 [SCSI] libsas: export sas_find_local_phy function by James Bottomley · 16 years ago
  20. b23c9cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  21. 63e4563 [SCSI] libsas: correctly flush the LU queue on error recovery by James Bottomley · 16 years ago
  22. a8e14fe [SCSI] libsas: fix error handling by James Bottomley · 16 years ago
  23. dde2020 libata: eliminate the home grown dma padding in favour of by James Bottomley · 16 years ago
  24. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  25. 2ba14a0 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  26. 366ca51 [SCSI] libsas: abstract STP task status into a function by James Bottomley · 17 years ago
  27. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  28. 94aa5e5 [SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in queuecommand by FUJITA Tomonori · 17 years ago
  29. cc75e8a [SCSI] libsas: fix sense_buffer overrun by FUJITA Tomonori · 17 years ago
  30. ff2aeb1 libata: convert to chained sg by Tejun Heo · 17 years ago
  31. 0dc3688 libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* by Tejun Heo · 17 years ago
  32. 405e66b libata: implement protocol tests by Tejun Heo · 17 years ago
  33. 32e8ae3 [SCSI] libsas: don't use made up error codes by James Bottomley · 17 years ago
  34. 2d4b63e [SCSI] libsas: don't treat underrun as an error on SMP tasks by James Bottomley · 17 years ago
  35. b98e66f [SCSI] libsas: add host SMP processing by James Bottomley · 17 years ago
  36. 8ee2402 [SCSI] libsas: Fix various sparse complaints by Darrick J. Wong · 17 years ago
  37. 5929faf [SCSI] libsas: Convert sas_proto users to sas_protocol by Darrick J. Wong · 17 years ago
  38. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  39. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  40. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  41. 15617ff [SCSI] libsas: fix build dependencies on libata by James Bottomley · 17 years ago
  42. 92631fa [SCSI] libsas: Fix potential NULL dereference in sas_smp_get_phy_events() by Jesper Juhl · 17 years ago
  43. 1d1bbee [SCSI] libsas: Remove PCI dependencies by Jeff Garzik · 17 years ago
  44. 2cd614c [SCSI] libsas: SMP request handler shouldn't crash when rphy is NULL by Darrick J. Wong · 17 years ago
  45. e6f194d Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  46. b914217 [SCSI] libsas: make ATA functions selectable by a config option by James Bottomley · 17 years ago
  47. 110dd8f [SCSI] libsas: fix scr_read/write users and update the libata documentation by James Bottomley · 17 years ago
  48. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  49. 0854735 [SCSI] libsas: kill unused smp_portal code by FUJITA Tomonori · 17 years ago
  50. ba1fc17 [SCSI] libsas: add SAS management protocol handler by FUJITA Tomonori · 17 years ago
  51. 9d720d8 [SCSI] libsas: fix lockdep issue with ATA by James Bottomley · 17 years ago
  52. 0f05df8 [SCSI] libsas, aic94xx: fix dma mapping cockups with ATA by James Bottomley · 17 years ago
  53. 3a2755a [SCSI] sas_ata: Implement sas_task_abort for ATA devices by Darrick J. Wong · 18 years ago
  54. fe059f1 [SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devices by Darrick J. Wong · 18 years ago
  55. 5986c3d [SCSI] libsas: Unknown STP devices should be reported to libata as unknown. by Darrick J. Wong · 18 years ago
  56. d97db63 [SCSI] libsas: Accept SAM_GOOD for ATAPI devices in sas_ata_task_done by Darrick J. Wong · 18 years ago
  57. 3869159 [SCSI] sas_ata: Don't copy aic94xx's sactive to ata_port by Darrick J. Wong · 18 years ago
  58. 1c50dc8 [SCSI] sas_ata: ata_post_internal should abort the sas_task by Darrick J. Wong · 18 years ago
  59. 35a7f2f [SCSI] sas_ata: sas_ata_qc_issue should return AC_ERR_* by Darrick J. Wong · 18 years ago
  60. 3eb7a51 [SCSI] sas_ata: Satisfy libata qc function locking requirements by Darrick J. Wong · 18 years ago
  61. 338ec57 [SCSI] Migrate libsas ATA code into a separate file by Darrick J. Wong · 18 years ago
  62. 0281e02 [SCSI] libsas: fixup NCQ for SATA disks by James Bottomley · 18 years ago
  63. 528fd55 [SCSI] libsas: better error handling in sas_ex_discover_end_dev() by James Bottomley · 18 years ago
  64. 27e9247 [SCSI] aic94xx: add SATAPI support by James Bottomley · 18 years ago
  65. bdab4e8 [SCSI] libsas: support NCQ for SATA disks by Darrick J. Wong · 18 years ago
  66. 38e2f03 [SCSI] libsas: fix up sas_smp_phy_control() by James Bottomley · 18 years ago
  67. 1acce19 [SCSI] libsas: Add SATA support to STP piece for SATA on SAS expanders by James Bottomley · 18 years ago
  68. fa1c1e8 [SCSI] Add SATA support to libsas by Darrick J. Wong · 18 years ago
  69. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  70. bc06cff Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  71. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  72. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  73. c13e556 [SCSI] libsas: convert to use the data buffer accessors by FUJITA Tomonori · 17 years ago
  74. d7a54e3 [SCSI] sas_scsi_host: Convert to use the kthread API by Christoph Hellwig · 17 years ago
  75. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  76. a9344e6 [SCSI] libsas: Add an LU reset mechanism to the error handler by Darrick J. Wong · 18 years ago
  77. 423f7cf [SCSI] libsas: Don't BUG when connecting two expanders via wide port by Darrick J. Wong · 18 years ago
  78. 63bb1bf [SCSI] libsas: fix task attribute by FUJITA Tomonori · 18 years ago
  79. f27708f [SCSI] libsas: Enable automatic spin-up of SAS disks by Darrick J. Wong · 18 years ago
  80. ad68923 [SCSI] libsas: Handle SCSI commands that complete with failure codes by Darrick J. Wong · 18 years ago
  81. 6f63caa [SCSI] libsas: Clean up discovery failure handler code by Darrick J. Wong · 18 years ago
  82. 3b6e9fa [SCSI] libsas: Fix incorrect sas_port deformation in sas_form_port by Darrick J. Wong · 18 years ago
  83. 02cd743 [SCSI] libsas: Start I_T recovery if ABORT TASK fails by Darrick J. Wong · 18 years ago
  84. 6b0efb8 [SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloading by Darrick J. Wong · 18 years ago
  85. 980fa2f [SCSI] libsas: phy port lock needs irq spinlocks by Darrick J. Wong · 18 years ago
  86. 396819f [SCSI] libsas: Delay issuing ABORT TASK TMF until the error handler by Darrick J. Wong · 18 years ago
  87. 3ebf692 [SCSI] libsas: Enable the EH strategy handler to reset a phy after a command by Darrick J. Wong · 18 years ago
  88. 37958fb [SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flag by Darrick J. Wong · 18 years ago
  89. cde3f74 [SCSI] libsas: Destroy the task collector thread after releasing ports by Darrick J. Wong · 18 years ago
  90. 6d4dcd4 [SCSI] libsas: Reset timer on taskless scsi_cmnds in sas_scsi_timed_out by Darrick J. Wong · 18 years ago
  91. acbf167 [SCSI] libsas: Add a sysfs knob to enable/disable a phy by Darrick J. Wong · 18 years ago
  92. 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
  93. bf45120 [SCSI] libsas: Clean up rphys/port dev list after a discovery error on an expander by Darrick J. Wong · 18 years ago
  94. 8880839 [SCSI] libsas: Clean up rphys/port dev list after a discovery error. by Darrick J. Wong · 18 years ago
  95. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  96. 06328b4 Actually update the fixed up compile failures. by David Howells · 18 years ago
  97. 4796b71 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  98. 024879e [SCSI] libsas: better error handling in sas_expander.c by James Bottomley · 18 years ago
  99. 0bd2af4 Merge ../scsi-rc-fixes-2.6 by James Bottomley · 18 years ago
  100. dea2221 [PATCH] aic94xx: handle REQ_DEVICE_RESET by Darrick J. Wong · 18 years ago