1. 26a2e68 [SCSI] libsas: don't recover end devices attached to disabled phys by Dan Williams · 13 years ago
  2. 9a10b33 [SCSI] libsas: revert ata srst by Dan Williams · 13 years ago
  3. 9508a66 [SCSI] libsas: async ata scanning by Dan Williams · 13 years ago
  4. 92625f9 [SCSI] libsas: restore scan order by Dan Williams · 13 years ago
  5. 354cf82 [SCSI] libsas: let libata recover links that fail to transmit initial sig-fis by Dan Williams · 13 years ago
  6. d214d81 [SCSI] libsas: improve debug statements by Dan Williams · 13 years ago
  7. d230ce6 [SCSI] libsas: fix mixed topology recovery by Dan Williams · 13 years ago
  8. 8abda4d [SCSI] libsas: close scsi_remove_target() vs libata-eh race by Dan Williams · 13 years ago
  9. 43a5ab1 [SCSI] isci: stop interpreting ->lldd_lu_reset() as an ata soft-reset by Dan Williams · 13 years ago
  10. cb48d67 [SCSI] libsas: don't recover 'gone' devices in sas_ata_hard_reset() by Dan Williams · 13 years ago
  11. f41a0c4 [SCSI] libsas: fix sas_find_local_phy(), take phy references by Dan Williams · 13 years ago
  12. 36a39947 [SCSI] libsas: poll for ata device readiness after reset by Dan Williams · 13 years ago
  13. 50824d6 [SCSI] libsas: async ata-eh by Dan Williams · 13 years ago
  14. 81c757b [SCSI] libsas: execute transport link resets with libata-eh via host workqueue by Dan Williams · 13 years ago
  15. b52df41 [SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failures by Dan Williams · 13 years ago
  16. 3a2cdf3 [SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libata by Dan Williams · 13 years ago
  17. 9095a64 [SCSI] libsas: fix timeout vs completion race by Dan Williams · 13 years ago
  18. 3dff572 [SCSI] libsas: close error handling vs sas_ata_task_done() race by Dan Williams · 13 years ago
  19. e500a34 [SCSI] libsas: kill invocation of scsi_eh_finish_cmd from sas_ata_task_done by Dan Williams · 13 years ago
  20. b91bb29 [SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parameters by Dan Williams · 13 years ago
  21. 87c8331 [SCSI] libsas: prevent domain rediscovery competing with ata error handling by Dan Williams · 13 years ago
  22. e139942 [SCSI] libsas: convert dev->gone to flags by Dan Williams · 13 years ago
  23. 312d3e5 [SCSI] libsas: remove ata_port.lock management duties from lldds by Dan Williams · 13 years ago
  24. 95ac7fd [SCSI] libsas: remove unused ata_task_resp fields by Dan Williams · 13 years ago
  25. 1ca1e43 [SCSI] libsas: Add option for SATA soft reset by Dave Jiang · 13 years ago
  26. bb650a1 [SCSI] libsas: fix SATA NCQ error by Xiangliang Yu · 13 years ago
  27. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  28. a82058a [SCSI] libsas: fix ata list corruption issue by James Bottomley · 13 years ago
  29. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 13 years ago
  30. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 13 years ago
  31. c10f97b libata: remove ATA_FLAG_{SRST|SATA_RESET} by Sergei Shtylyov · 13 years ago
  32. 0f2e033 ipr/sas_ata: use mode mask macros from <linux/ata.h> by Sergei Shtylyov · 14 years ago
  33. 00dd499 libsas: convert to libata new error handler by James Bottomley · 14 years ago
  34. c299190 [SCSI] libsas: convert to libata new error handler by James Bottomley · 14 years ago
  35. 1e34c83 [SCSI] libsas: remove spurious sata control register read/write by James Bottomley · 14 years ago
  36. 75c0b38 [SCSI] libsas: fix ATAPI check condition termination by James Bottomley · 14 years ago
  37. 56dd2c0 [SCSI] libsas: Don't issue commands to devices that have been hot-removed by Darrick J. Wong · 14 years ago
  38. f0ad30d [SCSI] libsas: fix NCQ mixing with non-NCQ by David Milburn · 14 years ago
  39. df64d3c [SCSI] Unify SAM_ and SAM_STAT_ macros by James Bottomley · 14 years ago
  40. 1b4d0d8 [SCSI] libsas: fix deref before check in commit 70b25f890ce by James Bottomley · 14 years ago
  41. 70b25f8 [SCSI] fix locking around blk_abort_request() by Tejun Heo · 14 years ago
  42. 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
  43. e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  44. 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
  45. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  46. cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  47. 2cca775 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  48. c9f75b0 libata: kill ata_noop_dev_select() by Tejun Heo · 16 years ago
  49. 520d06f libata: remove check_status from non-SFF drivers by Tejun Heo · 16 years ago
  50. 4c9bf4e libata: replace tf_read with qc_fill_rtf for non-SFF drivers by Tejun Heo · 16 years ago
  51. 22183bf libata: add qc_fill_rtf port operation by Tejun Heo · 16 years ago
  52. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  53. 17b7a8d [SCSI] libsas: fix endianness bug in sas_ata by Al Viro · 16 years ago
  54. a29c051 [SCSI] libsas: use the supplied address for SATA devices rather than changing it by James Bottomley · 16 years ago
  55. dde2020 libata: eliminate the home grown dma padding in favour of by James Bottomley · 16 years ago
  56. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  57. ff2aeb1 libata: convert to chained sg by Tejun Heo · 17 years ago
  58. 0dc3688 libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* by Tejun Heo · 17 years ago
  59. 405e66b libata: implement protocol tests by Tejun Heo · 17 years ago
  60. 32e8ae3 [SCSI] libsas: don't use made up error codes by James Bottomley · 17 years ago
  61. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  62. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  63. 1d1bbee [SCSI] libsas: Remove PCI dependencies by Jeff Garzik · 17 years ago
  64. b914217 [SCSI] libsas: make ATA functions selectable by a config option by James Bottomley · 17 years ago
  65. 110dd8f [SCSI] libsas: fix scr_read/write users and update the libata documentation by James Bottomley · 17 years ago
  66. 3a2755a [SCSI] sas_ata: Implement sas_task_abort for ATA devices by Darrick J. Wong · 18 years ago
  67. fe059f1 [SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devices by Darrick J. Wong · 18 years ago
  68. 5986c3d [SCSI] libsas: Unknown STP devices should be reported to libata as unknown. by Darrick J. Wong · 18 years ago
  69. d97db63 [SCSI] libsas: Accept SAM_GOOD for ATAPI devices in sas_ata_task_done by Darrick J. Wong · 18 years ago
  70. 3869159 [SCSI] sas_ata: Don't copy aic94xx's sactive to ata_port by Darrick J. Wong · 18 years ago
  71. 1c50dc8 [SCSI] sas_ata: ata_post_internal should abort the sas_task by Darrick J. Wong · 18 years ago
  72. 35a7f2f [SCSI] sas_ata: sas_ata_qc_issue should return AC_ERR_* by Darrick J. Wong · 18 years ago
  73. 3eb7a51 [SCSI] sas_ata: Satisfy libata qc function locking requirements by Darrick J. Wong · 18 years ago
  74. 338ec57 [SCSI] Migrate libsas ATA code into a separate file by Darrick J. Wong · 18 years ago