1. 27f00e5 ide,ata: Rename ATA_IDX to ATA_SENSE by Hannes Reinecke · 9 years ago
  2. 38789fd ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  3. 9bd7de5 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  4. cc30137 ide: improve failed opcode reporting by Bartlomiej Zolnierkiewicz · 15 years ago
  5. 26bfcf2 ide: fix printk() levels in ide_dump_ata[pi]_error() by Bartlomiej Zolnierkiewicz · 15 years ago
  6. 9780e2d ide: convert to rq pos and nr_sectors accessors by Tejun Heo · 15 years ago
  7. 3153c26 ide: refactor tf_read() method by Sergei Shtylyov · 15 years ago
  8. 745483f ide: simplify 'struct ide_taskfile' by Sergei Shtylyov · 15 years ago
  9. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 15 years ago
  10. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  11. 7eeaaaa ide: move xfer mode tuning code to ide-xfer-mode.c by Bartlomiej Zolnierkiewicz · 15 years ago
  12. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  13. d688b72 ide: remove superfluous local_irq_{save,restore}() from ide_dump_status() by Bartlomiej Zolnierkiewicz · 15 years ago
  14. 2f996ac ide: checkpatch.pl fixes for ide-lib.c by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 1d0bf58 ide: ide_hwgroup_t.rq doesn't need an ide_lock held by Bartlomiej Zolnierkiewicz · 15 years ago
  16. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 48fb268 ide: remove drive->driveid by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 3b2a5c7 ide: filter out "default" transfer mode values in set_xfer_rate() by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 9ad5409 ide: move PIO blacklist to ide-pio-blacklist.c by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 3e153cf ide: remove no longer used ide_pio_timings[] by Bartlomiej Zolnierkiewicz · 16 years ago
  25. c9d6c1a ide: move ide_pio_cycle_time() to ide-timings.c by Bartlomiej Zolnierkiewicz · 16 years ago
  26. e4e8d02 ide: remove needless includes from ide-lib.c by Bartlomiej Zolnierkiewicz · 16 years ago
  27. 94cd5b6 ide: add ->tf_load and ->tf_read methods by Bartlomiej Zolnierkiewicz · 16 years ago
  28. eb63963 ide: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  29. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 784506c ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 078fdf7 ide: remove PIO "downgrade" quirk by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 37ff9f3 ide: remove commented out entries from ide_pio_blacklist[] by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 467390a ide: remove stale comment from ide-lib.c by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 64a57fe ide: add ide_read_error() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 7267c33 ide: remove REQ_TYPE_ATA_CMD by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  38. e62925d ide: kill duplicate code in ide_dump_{ata,atapi}_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  39. a501633 ide-disk: use ide_get_lba_addr() by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 1c904fc ide: printk fix by Andrew Morton · 16 years ago
  41. c2b57cd ide: add ide_tf_read() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  42. d324447 ide: fix registers loading order in ide_dump_ata_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 0e38a66 ide: remove atapi_error_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 22c525b ide: remove ata_status_t and atapi_status_t by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 29ed2a5 ide: remove REQ_TYPE_ATA_TASK by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 650d841 ide: add struct ide_taskfile (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 3ab7efe ide: DMA reporting and validity checking fixes (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 12eda14 ide: add missing HOB bit clearing to ide_dump_ata_status() by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 65c9cd2 ide: remove ide_use_fast_pio() by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 8f4dd2e ide: use only ->set_pio_mode method for programming PIO modes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  53. f212ff2 ide: move ide_rate_filter() calls to the upper layer (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 7670df7 ide: mode limiting fixes for user requested speed changes by Bartlomiej Zolnierkiewicz · 17 years ago
  55. 6a824c9 ide: remove ide_find_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 2134758 ide: drop "PIO data" argument from ide_get_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 7dd0008 ide: add ide_pio_cycle_time() helper (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 2229833 ide: add ide_dev_has_iordy() helper (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  59. 342cdb6 ide: make ide_get_best_pio_mode() print info if overriding PIO mode by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 4728d54 ide: remove ide_dma_enable() by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 7f8f48a ide: cable detection fixes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 2d5eaa6 ide: rework the code for selecting the best DMA transfer mode (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  63. 81d368e ide: ide_get_best_pio_mode() returns incorrect IORDY setting (take 2) by Sergei Shtylyov · 17 years ago
  64. 7569e8d ide: add ide_use_fast_pio() helper (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 056a697 ide: unexport ide_set_xfer_rate() (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  66. 6679054 ide: remove write-only ide_pio_data_t.blacklisted by Bartlomiej Zolnierkiewicz · 17 years ago
  67. 0750508 [PATCH] ide_dma_speed() fixes by Sergei Shtylyov · 18 years ago
  68. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  69. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  70. 3d1c1cc [PATCH] fix IDE deadlock in error reporting code by Ingo Molnar · 18 years ago
  71. 125e187 [PATCH] More BUG_ON conversion by Eric Sesterhenn · 18 years ago
  72. 6593178 [PATCH] ide: fix ide_toggle_bounce() to not try to bounce if we have an IOMMU by James Bottomley · 19 years ago
  73. 13bbbf2 [PATCH] ide: fix line break in ide messages by Denis Vlasenko · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago