1. 806f80a ide: add generic ATA/ATAPI disk driver by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 79cb380 ide: allow device drivers to specify per-device type /proc settings by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 42619d3 ide: remove IDE_AFLAG_NO_DOORLOCKING by Bartlomiej Zolnierkiewicz · 16 years ago
  4. e012862 ide: IDE_AFLAG_FORMAT_IN_PROGRESS -> IDE_DFLAG_FORMAT_IN_PROGRESS by Bartlomiej Zolnierkiewicz · 16 years ago
  5. da16787 ide: IDE_AFLAG_WP -> IDE_DFLAG_WP by Bartlomiej Zolnierkiewicz · 16 years ago
  6. fe11edf ide: IDE_AFLAG_MEDIA_CHANGED -> IDE_DFLAG_MEDIA_CHANGED by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 4abdc6e ide: Implement disk shock protection support (v4) by Elias Oltmanns · 16 years ago
  8. 0a9b6f8 ide: add ide_drive_t.dma flag by Borislav Petkov · 16 years ago
  9. 2dbe7e9 ide: move SFF DMA code to ide-dma-sff.c by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 2bbd57c ide: switch to DMA-mapping API part #2 by Bartlomiej Zolnierkiewicz · 16 years ago
  11. ffa15a6 ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n by Bartlomiej Zolnierkiewicz · 16 years ago
  12. de23ec9 ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 653bcf5 ide: __ide_dma_end() -> ide_dma_end() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. f879048 ide-disk: move all ioctl handling to ide-disk_ioctl.c by Bartlomiej Zolnierkiewicz · 16 years ago
  15. a36223b ide: remove ide_host_alloc_all() by Bartlomiej Zolnierkiewicz · 16 years ago
  16. bfa7d8e ide: ->ide_dma_clear_irq() -> ->clear_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  17. d6ff9f6 ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 6982daf ide: convert 'pio_mode' device setting to use DS_SYNC flag by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 7f612f2 ide: remove [ata_]select_t by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 0d346ba ide: sanitize ide*_pm_* enums by Bartlomiej Zolnierkiewicz · 16 years ago
  21. d1d7671 ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devices by Bartlomiej Zolnierkiewicz · 16 years ago
  22. e4634d4 ide: remove superfluous ->dma field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 0ae4b31 ide: remove superfluous ->media field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  24. c392204 ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRY by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 35c1375 ide-disk: set_addressing() fixes by Bartlomiej Zolnierkiewicz · 16 years ago
  27. e1c7c46 ide: add a driver-wide debugging macro by Borislav Petkov · 16 years ago
  28. b22b2ca ide: add drive->debug_mask switch by Borislav Petkov · 16 years ago
  29. 5aeddf9 ide: unify conversion macros by Borislav Petkov · 16 years ago
  30. baf08f0 ide: make ide_transfer_pc() static by Bartlomiej Zolnierkiewicz · 16 years ago
  31. aa5d2de7 ide: make ide_pc_intr() static by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 85e3903 ide: add ->pc_{update,io}_buffers methods by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 6b0da28 ide: add ide_retry_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 67c5636 ide: add request_sense_{pc,rq} to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 844b946 ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 2b9efba ide: add pointer to the current packet command to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
  37. b14c721 ide: drop dsc_handle argument from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 92f1f8f ide: Remove ide_spin_wait_hwgroup() and use special requests instead by Elias Oltmanns · 16 years ago
  39. d6e2955 ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  40. de699ad ide: add ide_do_test_unit_ready() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 0c8a6c7 ide: add ide_do_start_stop() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 0578042 ide: add ide_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 49cac39 ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP} by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 2ac07d9 ide: add ide_queue_pc_tail() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 7645c15 ide: add ide_queue_pc_head() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 7bf7420 ide: add ide_init_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  47. acaa0f5 ide: add ide_io_buffers() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 51509ee ide: add ide_check_atapi_device() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 05236ea ide: move ioctls handling to ide-ioctls.c by Bartlomiej Zolnierkiewicz · 16 years ago
  50. aa768773 ide: add ide_setting_ioctl() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  51. 9232c14 ide: remove ->bus_state field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  52. feb22b7 ide: add proper PCI PM support (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  53. ff2779b ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled() by Bartlomiej Zolnierkiewicz · 16 years ago
  54. 4b58f17 ide: ide_id_has_flush_cache() -> ata_id_flush_enabled() by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 1a4e4d4 ide: check only for CACHE FLUSH command support in ide_id_has_flush_cache() by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 367d7e7 ide: ide_dev_is_sata() -> ata_id_is_sata() by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 5d5870f ide: ide_dev_has_iordy() -> ata_id_has_iordy() by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 02d599a ide: remove ->supports_dsc_overlap field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  59. ebc6be5 ide: remove read-only ->atapi_overlap field from ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 151a670 ide: remove SECTOR_WORDS define by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 8185d5a ide: /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 263138a ide: preparations for /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 7e59ea2 ide: check drive->present in ide_get_paired_drive() by Bartlomiej Zolnierkiewicz · 16 years ago
  65. a2cdee5 ide: remove IDE_CHIPSET_* macros by Bartlomiej Zolnierkiewicz · 16 years ago
  66. b163f46 ide: enhance ide_busy_sleep() by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 3c619ff ide: remove no longer needed ide_drive_t fields by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 48fb268 ide: remove drive->driveid by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  71. f20f258 ide-cd: temporary tray close fix by Borislav Petkov · 16 years ago
  72. 96f8021 ide: fix hwif_to_node() by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 71fc9fc IDE: compile fix for sff_dma_ops by Kevin Hilman · 16 years ago
  74. c5bfc37 ide: remove CONFIG_IDE_MAX_HWIFS by Adrian Bunk · 17 years ago
  75. 39b986a ide: sanitize struct ide_port_ops documentation (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  76. a326b02 ide: drop 'name' parameter from ->init_chipset method by Bartlomiej Zolnierkiewicz · 17 years ago
  77. 2a8f745 ide: remove <asm/ide.h> for some archs by Bartlomiej Zolnierkiewicz · 17 years ago
  78. d83b8b8 ide: define MAX_HWIFS in <linux/ide.h> by Bartlomiej Zolnierkiewicz · 17 years ago
  79. ef0b042 ide: add ide_pci_remove() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  80. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 17 years ago
  81. 6cdf6eb ide: add ->dev and ->host_priv fields to struct ide_host by Bartlomiej Zolnierkiewicz · 17 years ago
  82. ac77ef8 ide: remove unused PC_FLAG_DRQ_INTERRUPT by Borislav Petkov · 17 years ago
  83. ea68d27 ide-floppy: convert to using the new atapi_flags (take 2) by Borislav Petkov · 17 years ago
  84. 3b8ac53 ide: add per-device flags by Borislav Petkov · 17 years ago
  85. 8bcda3b ide: remove pc->callback member from ide_atapi_pc by Borislav Petkov · 17 years ago
  86. d7c26eb ide: push pc callback pointer into the ide_drive_t structure by Borislav Petkov · 17 years ago
  87. 8a69580 ide: add ide_host_free() helper (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  88. 6f904d0 ide: add ide_host_add() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  89. 48c3c10 ide: add struct ide_host (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  90. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  91. d6276b5 ide: add 'config' field to hw_regs_t by Bartlomiej Zolnierkiewicz · 17 years ago
  92. 3b2a5c7 ide: filter out "default" transfer mode values in set_xfer_rate() by Bartlomiej Zolnierkiewicz · 17 years ago
  93. ba4b2e6 ide: remove dead Virtual DMA support by Bartlomiej Zolnierkiewicz · 17 years ago
  94. 761052e ide: remove ->INB, ->OUTB and ->OUTBSYNC methods by Bartlomiej Zolnierkiewicz · 17 years ago
  95. 1823649 ide: add ide_read_bcount_and_ireason() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  96. 92eb438 ide: use ->tf_read in ide_read_error() by Bartlomiej Zolnierkiewicz · 17 years ago
  97. 6e6afb3 ide: add ->set_irq method by Bartlomiej Zolnierkiewicz · 17 years ago
  98. 1f6d8a0 ide: add ->read_altstatus method by Bartlomiej Zolnierkiewicz · 17 years ago
  99. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 17 years ago
  100. c6dfa86 ide: add ->exec_command method by Bartlomiej Zolnierkiewicz · 17 years ago