1. 1ca1e43 [SCSI] libsas: Add option for SATA soft reset by Dave Jiang · 13 years ago
  2. bb650a1 [SCSI] libsas: fix SATA NCQ error by Xiangliang Yu · 13 years ago
  3. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  4. a82058a [SCSI] libsas: fix ata list corruption issue by James Bottomley · 14 years ago
  5. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 14 years ago
  6. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 14 years ago
  7. c10f97b libata: remove ATA_FLAG_{SRST|SATA_RESET} by Sergei Shtylyov · 14 years ago
  8. 0f2e033 ipr/sas_ata: use mode mask macros from <linux/ata.h> by Sergei Shtylyov · 14 years ago
  9. 00dd499 libsas: convert to libata new error handler by James Bottomley · 14 years ago
  10. c299190 [SCSI] libsas: convert to libata new error handler by James Bottomley · 14 years ago
  11. 1e34c83 [SCSI] libsas: remove spurious sata control register read/write by James Bottomley · 14 years ago
  12. 75c0b38 [SCSI] libsas: fix ATAPI check condition termination by James Bottomley · 14 years ago
  13. 56dd2c0 [SCSI] libsas: Don't issue commands to devices that have been hot-removed by Darrick J. Wong · 14 years ago
  14. f0ad30d [SCSI] libsas: fix NCQ mixing with non-NCQ by David Milburn · 14 years ago
  15. df64d3c [SCSI] Unify SAM_ and SAM_STAT_ macros by James Bottomley · 14 years ago
  16. 1b4d0d8 [SCSI] libsas: fix deref before check in commit 70b25f890ce by James Bottomley · 14 years ago
  17. 70b25f8 [SCSI] fix locking around blk_abort_request() by Tejun Heo · 14 years ago
  18. 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
  19. e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  20. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  21. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  22. cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  23. 2cca775 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  24. c9f75b0 libata: kill ata_noop_dev_select() by Tejun Heo · 16 years ago
  25. 520d06f libata: remove check_status from non-SFF drivers by Tejun Heo · 16 years ago
  26. 4c9bf4e libata: replace tf_read with qc_fill_rtf for non-SFF drivers by Tejun Heo · 16 years ago
  27. 22183bf libata: add qc_fill_rtf port operation by Tejun Heo · 16 years ago
  28. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  29. 17b7a8d [SCSI] libsas: fix endianness bug in sas_ata by Al Viro · 16 years ago
  30. a29c051 [SCSI] libsas: use the supplied address for SATA devices rather than changing it by James Bottomley · 17 years ago
  31. dde2020 libata: eliminate the home grown dma padding in favour of by James Bottomley · 17 years ago
  32. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  33. ff2aeb1 libata: convert to chained sg by Tejun Heo · 17 years ago
  34. 0dc3688 libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* by Tejun Heo · 17 years ago
  35. 405e66b libata: implement protocol tests by Tejun Heo · 17 years ago
  36. 32e8ae3 [SCSI] libsas: don't use made up error codes by James Bottomley · 17 years ago
  37. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  38. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  39. 1d1bbee [SCSI] libsas: Remove PCI dependencies by Jeff Garzik · 17 years ago
  40. b914217 [SCSI] libsas: make ATA functions selectable by a config option by James Bottomley · 17 years ago
  41. 110dd8f [SCSI] libsas: fix scr_read/write users and update the libata documentation by James Bottomley · 17 years ago
  42. 3a2755a [SCSI] sas_ata: Implement sas_task_abort for ATA devices by Darrick J. Wong · 18 years ago
  43. fe059f1 [SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devices by Darrick J. Wong · 18 years ago
  44. 5986c3d [SCSI] libsas: Unknown STP devices should be reported to libata as unknown. by Darrick J. Wong · 18 years ago
  45. d97db63 [SCSI] libsas: Accept SAM_GOOD for ATAPI devices in sas_ata_task_done by Darrick J. Wong · 18 years ago
  46. 3869159 [SCSI] sas_ata: Don't copy aic94xx's sactive to ata_port by Darrick J. Wong · 18 years ago
  47. 1c50dc8 [SCSI] sas_ata: ata_post_internal should abort the sas_task by Darrick J. Wong · 18 years ago
  48. 35a7f2f [SCSI] sas_ata: sas_ata_qc_issue should return AC_ERR_* by Darrick J. Wong · 18 years ago
  49. 3eb7a51 [SCSI] sas_ata: Satisfy libata qc function locking requirements by Darrick J. Wong · 18 years ago
  50. 338ec57 [SCSI] Migrate libsas ATA code into a separate file by Darrick J. Wong · 18 years ago